Hello,
I would like to create a multi y-axis chart in a reactive web application. I am aiming for something similar to the demo posted in other forum posts on this topic: https://www.highcharts.com/demo/highcharts/combo-multi-axes
However, with the new Charts version released, the advanced JSON has gone away in favor of other widgets to modify the charts.
Some background:
The drastic difference of the series ranges necessitates a different y-axis
I have tried placing in another Y-Axis widget with some limited success. This DOES add another axis, but it is still on the left hand side which decreases readability. Additionally, the standard datapoint structure type does not include the ability to add which axis you want to apply the data point to. The chart renders the first y-axis values(0-2) and then cuts off. It does not display any values outside of the range of the first y-axis(0-2). For example, data within the second series with a value of 200 is not shown since it is outside of the first y-axis range. With all this in mind, I have three questions:
My skill in javascript is very limited (almost non-existent) so please be gentle and descriptive if you recommend manipulation of data in that way.
Hi @Scott Wolber ,
you may refer to this link https://success.outsystems.com/documentation/11/reference/outsystems_apis/charts_api/advanced_charts_customization_with_json/