luisbessa Posted July 11, 2013 Report Share Posted July 11, 2013 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. Quote Link to comment Share on other sites More sharing options...
0 luisbessa Posted July 11, 2013 Author Report Share Posted July 11, 2013 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. Quote Link to comment Share on other sites More sharing options...
0 luisbessa Posted July 15, 2013 Author Report Share Posted July 15, 2013 So, anyone can help? Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted July 16, 2013 Report Share Posted July 16, 2013 I am not 100% sure I understand the chart you are trying to achieve, can you post a mockup (paintbrush, excel, etc.) along with how your data model looks like? JuanC Quote Link to comment Share on other sites More sharing options...
Question
luisbessa
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
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.