I want to change value of chart.dataseries.visible from java script or other way
When I will click on the check box the chart will show me other graph
How I can do it?
I want to change value of chart.dataseries.visible from java script or other way
When I will click on the check box the chart will show me other graph
How I can do it?
Hi @Dmitriy_Fedotov this is not supported with the UI, but you can switch your chart configuration to custom Plotly JSON
mode and add a line to control the visibility dynamically: