rans
30 Oct 2012, 12:52 AM
hi.
I am building an app with pie charts. when i click on of the fields (in chart 1)i am loading a new data to the chart with the commend
storeIng.load({url: serverAddress + item.storeItem.get('name') + ".json"}); (load chart 2)
Moreover i add a back button (from chart 2) to get back to the previous chart (to chart 1) with the same commend above.
When I get to the previous chart (chart 1) I still see some of the field of the chart 2.
Do you have any idea how I should fix it?
thanks
I am building an app with pie charts. when i click on of the fields (in chart 1)i am loading a new data to the chart with the commend
storeIng.load({url: serverAddress + item.storeItem.get('name') + ".json"}); (load chart 2)
Moreover i add a back button (from chart 2) to get back to the previous chart (to chart 1) with the same commend above.
When I get to the previous chart (chart 1) I still see some of the field of the chart 2.
Do you have any idea how I should fix it?
thanks