gauravkumar13337 / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Support to Load External Data #633

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I couldn't find a feature to export data usnig text or xml files.

I think this feature is must for a charting engine

Original issue reported on code.google.com by 07.an...@gmail.com on 17 Nov 2011 at 9:07

GoogleCodeExporter commented 8 years ago
Exporting data is only important in a reporting context.  Flot's purpose is to 
draw individual plots, and so it doesn't make sense to include this feature in 
the core library.

Flot provides plug-in hooks, as well as a public function, to retrieve the 
plot's data.  You can use these to implement export as either a plug-in or in 
your own code.

Original comment by dnsch...@gmail.com on 30 Apr 2012 at 1:05

GoogleCodeExporter commented 8 years ago
I realized that I probably mis-read your comment; you're talking about 
importing data for use in a plot, not exporting it.

In this case, I can better understand your request, but that functionality is 
still separate from the plot itself, and belongs in either a plug-in or 
external code that loads the data as text/xml and transforms it into a 
JavaScript object.

Original comment by dnsch...@gmail.com on 30 Apr 2012 at 1:09