Jump to content
JChartFX Community
  • 0

Bar and line chart


erum

Question

2 answers to this question

Recommended Posts

  • 0

Im just getting started with this as well and noticed the same thing.  It appears that jChartFX plots are based on input data fields rather than the javascript series information.  I haven't tried this but I think if you remove one of the data series you will get what you want.  Something like this:

 

            var data = [

{ "Month": "Jan", "Bikes": 1800},

{ "Month": "Feb", "Bikes": 1760},

{ "Month": "Mar", "Bikes": 1740},

{ "Month": "Apr", "Bikes": 1750},

{ "Month": "May", "Bikes": 1810},

{ "Month": "Jun", "Bikes": 1920}];

 Not a good answer but unfortunately I think that is the answer.  Maybe someone else knows better.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...