[Graph Builder] Element property setting not saved on the JSL
Dear all,
I would like to create a graph with multi Y with both left and right, and I want to set transparent to the bars on the left side only
this JSL works but once I manually modified the graph and then click save as script, the transparent setting is gone. is anybody aware why and how to achieve this? thanks!
df = Current Data Table();
cols = df << Get Column Names( String );
gb = Graph Buil...