fit a spline with a variable
Hey,
I build a chart with dinamic legend that the user can choose by radio box.
The name of the legend that the user choose is saved as 'L1' variable.
I want to add a function that when a user clicks on one value from the legend the spline of this value become more bold.
I add a state handler to the file and tried to use this script:
rsh1 = test1 << Make Row State Handler( dt, rsupdate1 );
rsup
...