Scott Pon Posted March 20, 2019 Posted March 20, 2019 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?
Scott Pon Posted April 12, 2019 Author Posted April 12, 2019 Never mind. i decided to go a different way.
Recommended Posts
This topic is 2062 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now