On a serial chart, can you create a different scale for each pen? datapoint1 is psi and datapoint2 is temp. They are completely different ranges and so I need to write some code to allow for this. any Ideas?
Change individual pen scales
On a serial chart, can you create a different scale for each pen? datapoint1 is psi and datapoint2 is temp. They are completely different ranges and so I need to write some code to allow for this. any Ideas?
Search through this forum the term 'valueAxes' There are many cases of this where people have set custom ranges for individual y axes. The V3 amcharts documentation is also a valuable tool.
Fox