I am using the advanced functionality of the plugin to renderRaw a chart that has a dual y-axis. However, after a lot of time trying to ensure that my formatting was correct, and playing around with axis IDs, it seems that the plugin or chart.js is unable to process axis that don't have the default IDs x, y, z. Although, I originally ran into this issue whilst using the window.renderChart function, here is an advanced-chart JSON config that simply does not render the points of non default axis IDs. I hope that there is a simple fix to this issue.
I am using the advanced functionality of the plugin to
renderRaw
a chart that has a dual y-axis. However, after a lot of time trying to ensure that my formatting was correct, and playing around with axis IDs, it seems that the plugin or chart.js is unable to process axis that don't have the default IDsx
,y
,z
. Although, I originally ran into this issue whilst using thewindow.renderChart
function, here is anadvanced-chart
JSON config that simply does not render the points of non default axis IDs. I hope that there is a simple fix to this issue.