|
Query |
Response | |
|
How can I display multiples Axes |
From the provided code snippet we found that, you have assigned the yAxisName property as [yAxisName] = “yAxis1” in series and in the axes property assigned name as [name]=’yAxis1’. But in the component file(.ts file), if you haven’t assigned any values, then null values will be considered, so the chart will not rendered.
We have prepared a sample based on your code snippet, here using the ngFor, we have created the series and placed all the series with respect to secondary y axis as like in the below screenshot. Find the code snippet to achieve this requirement.
Sample for your reference can be find from below link.
| |
|
Is there a event after a scrollbar and before onLoaded (because it seems to not apply the zoomFactor change here) where I can redefine the Zoom Factor please ? |
As of now, there is no event for changing the zoom factor after the scrollbar moved and we tried to achieve your scenario as workaround. Unfortunately, there is no possible workarounds for your scenario, so we have logged improvement task to provide an event after the scrollbar moved, which will be available in vol 3 2018 main release and is expected to be out at the middle of September, 2018.
|