Jump to content
Server Maintenance This Week. ×

Charts Plugin


This topic is 1841 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?  

Link to comment
Share on other sites

  • 4 weeks later...

This topic is 1841 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.