I have an HTML5 (HighCharts) in a Japersoft Studio 7.9.0 report (no, i can’t use a later version of the Studio tool). it started out as a column chart showing project counts and costs (side by side) across years (x-axis). the y-axis scale is on the left and both sets correspond to it.
i added two superimposed lines that show the cap-ex and op-ex breakdowns of the cost column. the problem is the y-axis for the scale on the right correlates only to the line data, so it’s scale is off compared to the y-axis scale on the left (count and cost).
how can i make the y-axis scale for the line data be the same as the y-axis scale for the column data. this needs to be dynamic as i cannot hard code the second y-axis range.
i’m sure something like this is buried deep in the Chart Formatting Advanced Properties section, i just don’t know which properties would affect this.