Closed GoogleCodeExporter closed 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
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
Original issue reported on code.google.com by
07.an...@gmail.com
on 17 Nov 2011 at 9:07