Jump to content
JChartFX Community
  • 0

Multiple Series with multiple values inside


luisbessa

Question

Hi,

Here's my problem. I want to fill the chart with information like:

name_building, energy_consuption, area. I want it in scatter type with energy on Yaxis and area on Xaxis, with the name_building appearing on tooltip.

I kind manage to do this even with Xaxis not working so good if i put name_building as Label.

Now i wanted to do multiple series of group_name having many buildings inside of it.

 

Hope you can understand what i pretend and tell me if thats possible and how can i do that. I'm using JSON to get the data. 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Some example of data: 

Group1:

building1 {energy: 20, area:10}

building2 {energy: 25, area:15}

building3 {energy: 50, area:30}

building4 {energy: 25, area:20}

Group2:

building5 {energy: 20, area:5}

building6 {energy: 30, area:25}

building7 {energy: 50, area:40}

building8 {energy: 25, area:10} 

 

 I want the chart to be able to get series by group and point out which building each point is.

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...