Download graph data from report as JSON#132
Conversation
…wnloadable, or any of the graphs.
JSON makes the data (not withstanding NaN) usable in other programs. Apologies that I hadn't considered human readability to be the main issue. I will address. |
|
Multiple CSV files might be an option - one per "dataset". So, I will add this along with $TABLE, but this is only useful for inspection. |
|
Thank you for the improvements. I quite like the output as a "plain table". Could the file format be a CSV, separated by commas? Or very nicely fixed-width text document? My wish would be both, a CSV table (machine readable) and a fixed width table (human readable). Now it's half way there, it's a strange hybrid. I don't like the multiple individual CSV files for each data series. I like more if they are together in a table. If we have nice table(s), then we don't need a CSV file for each data series. Values for |



Allow the addition of a button to bottom of graph which selects the same data as shown when "popping out" pimple and writes it to a JSON file.
New keyword
downloadabletoaddFLlotGraph(andaddFlotGraphGroup). e.g.:or as part of
FlotGraphGroup:In the case of a
FlotGraphGroupthe button will be added either if the Group is declared downloadable or any of the component graphs. This is necessary as the whole lot of data are one list when the widget is rendered.The format is JSON as doing this with CSV would require multiple data sets per file which is perhaps somewhat ugly (and possibly non-standard).