View Full Version : Charts: jQuery flot - and data from multiple extjs stores
Nils-Fredrik
11 Oct 2009, 12:20 PM
Based on a previous blogpost about Ext Charts and timeaxis I got a questions about using multiple stores for different dataseries.
Since I have used jQuery flot in combination with Ext stores lately I figured it would be nice to show what can be done.
http://aboutfrontend.com/2009/10/data-from-multiple-stores-to-charts-in-extjs-jquery-flot/
Would be happy for feedback!
mankz
11 Oct 2009, 8:52 PM
Very nice!
sseema
14 Oct 2009, 5:16 AM
Hi,
I have seen multiple stores example in chart.
Its very nice one.
Am also thinking to implement this example.
But I have a doubt.
That the follwing code...
jQuery.plot(
document.getElementById("chart"),
[
flotDataFromExtStore(store, "datetime", "temp"),
flotDataFromExtStore(store2,"datetime","temp")
]
);
How can I add this code in extjs.
I mean how can I add this code in a ext panel.
Please give me an Idea...
I appreciate any help.
Thank You.
scblue
12 Jul 2010, 1:42 AM
bump, coz I'd love to know as well. ;)
Nils-Fredrik
19 Jul 2010, 11:54 PM
I have written a comment in the blogpost showing how this can be done. Please see http://aboutfrontend.com/2009/10/data-from-multiple-stores-to-charts-in-extjs-jquery-flot/comment-page-1/#comment-65
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.