Load a CSV File and convert into Chart
Load converted Chart JSON with titles and chart settings,
Save
The JSON file stores the data of the loaded CSV and the configuration of graph.
This saves the final result, i.e. the exported chart in MediaWiki syntax
(see WikiChart examples in Wikiversity - https://en.wikiversity.org/wiki/CSV2Chart ).
Display the Handlebars4Code template, that generates the Wiki Chart of the CSV data.
The demo graphs show the possible options for the line chart.
The rendering of the chart is performed with MorrisJS.
Load a CSV file and set colors and titles in the Editor. Preview the data here and then save/export the data in Wiki Chart template.
Information on basic workflow from CSV data to Wiki Chart.
Please edit the demo data and create a chart for your data by loading a CSV file.
This is a JSON editor with Load, Save and Print features running completely in the browser without submission of loaded data to remote servers.
- see CSV2Chart on Wikiversity. For generation of graphs see also CAS4Wiki on Wikiversity.
App Menu: The menu was created with the JSONEditor4Menu as a web-based interface to create a Hamburger Menu App.
Editor layout for input is configured by a JSON Schema W to generate tailored JSON
MorrisJS Chart Library There are different chart libraries for rendering data with JavaScript
(Chart.js or D3.js).
For the preview of the data before expport to the Wiki syntax the library MorrisJS. Press on the Chart icon in the menu to preview the graph.