Hello all.
I’m working on an XY chart which I’ve come to learn is actually a 3rd-party component provided by amCharts and offers more properties and configurations than Ignition exposes by default. I want to make labels auto-resizing based on the content of the charts as the user can control how many categories are in my bar charts dynamically.
This page offers a means of doing so using the JSON configuration of the chart, but I couldn’t get it working using the same strategy for other properties I’ve modified. I tried with both the sizechanged
event and a few others that I could trigger manually (such as rightclick
) and never got anything to happen.
I was wondering if anyone else has had success configuring such things, or if there is perhaps another way.