I’m building a custom chart where the data range changes significantly based on applied filters. I’d like the chart’s axis (min/max values) to adjust dynamically according to the filtered dataset instead of using fixed limits. What’s the recommended way in ...Read more
I’m building a custom chart where the data range changes significantly based on applied filters. I’d like the chart’s axis (min/max values) to adjust dynamically according to the filtered dataset instead of using fixed limits. What’s the recommended way in Lumenore to implement dynamic axis scaling within custom chart scripts while ensuring consistent visualization behavior?
Read less