I have burned most of the day today trying to get a basic live updating chart to work - no joy... I just purchased SA, so not sure what the best way to get support is on the forum, so I'll just attach a copy of my project file (I suppose that's helpful with SA).
Sencha Architect 2 is crashing when I try to feed the Time Axis actual "time" (instead of "date") values.
ISSUE - SA Crashing on time-series data
The situation is, I have a client-side SA App that's under development, using four chart objects and Json/Ajax reader/proxy to PHP on the server side. I was able to get the chart object to work using text labels, but I need it to scroll once per second as new values are retrieved from the server (e.g., to show changes in % CPU).
The JSON is coming across fine, but I think SA is crashing because it can't understand time values...