Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 946 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 946 Bytes

Wellcome Chart Data Editor

WCDE (recursive acronym of "WCDE Can Definitely Edit") is a new tool for digital content producers which provides a simple UI to create chart data for our new responsive dynamic charts.

It allows a non-technical user to import a simple CSV data file, set the chart type, labels, ranges and colours for the final chart output, then produces correctly formatted JSON objects to paste in to our Drupal CMS module for chart display.

It is currently available at chart-data-editor.wellcome-s3.org.

Examples of our charts are available in our pattern library

Dev

  • install dependencies with npm install
  • one-time build with npm run build
  • watch while developing with npm run watch
  • deploy (if you have the rights, which you probably don't) with npm run deploy