This topic is locked
[SOLVED]

Modify chart data series display

9/10/2021 8:16:34 PM
PHPRunner Tips and Tricks
M
Mauipm author

Hi, I need to control chart data series visualization with code. For instance, I have 5 data field, and I would like to hide 4 of them before display the chart. After that, I will use the legend item to turn on/off the available field
Many thanks for your help
Mauro

M
Mauipm author 9/11/2021

I thought I could use a method of seriesX.legenditem ... but it's enough to use the series method, such as seriesX.enabled ()

admin 9/11/2021

It would be nice if you can post your code for others to learn.