iplanit
17 Sep 2012, 8:20 AM
Hi there,
Which is the best way to populate the data in a Radar Graph ?, I would like to update a Radar Graph everytime I click in an item.
Should be simple as there is many examples, but using Sencha Architect I find problems.
I can put the information (data) in the Model, say:
Computer has many features.
Should I create two stores ? one for Computer and one for Feature ? or I can put all the data nested into the Computer model ?
If I try the former, Sencha Architect complains with the message "Radar Graph has no store defined". And the application does not work.
But I cannot put that information into a store because it would be populated from the Computer module (that has many features) and this information is in the JSON from the Computer store.
It is a simple question, but the main problem is that I cannot make something similar to the examples from Sencha Architect now, otherwise I could play with it.
Regards
Which is the best way to populate the data in a Radar Graph ?, I would like to update a Radar Graph everytime I click in an item.
Should be simple as there is many examples, but using Sencha Architect I find problems.
I can put the information (data) in the Model, say:
Computer has many features.
Should I create two stores ? one for Computer and one for Feature ? or I can put all the data nested into the Computer model ?
If I try the former, Sencha Architect complains with the message "Radar Graph has no store defined". And the application does not work.
But I cannot put that information into a store because it would be populated from the Computer module (that has many features) and this information is in the JSON from the Computer store.
It is a simple question, but the main problem is that I cannot make something similar to the examples from Sencha Architect now, otherwise I could play with it.
Regards