March 20, 20196 yr I'm trying to use your Charts Plugin. I started with this: Let( debug = lineChartCreate ( "Graph"; "Date"; "Dollars"; 1) and lineChartSetDataPoint ( "BA" ; "1/1/2018" ; 50 ) and lineChartSetDataPoint ( "BA" ; "1/2/2018" ; 150 ) and lineChartSetDataPoint ( "BA" ; "1/3/2018" ; 250 ) and lineChartSetDataPoint ( "BA" ; "1/4/2018" ; 150 ) and lineChartSetDataPoint ( "BA" ; "1/5/2018" ; 250 ) ; lineChartShowGraphic (500;500) ) but if I have 3 series, and 30 categories, does that mean I have to use LineChartSetDataPoint 90 times? or is there a shortcut way to do this?
Create an account or sign in to comment