Skip to content

NOAA-GSL/wizard-charts

Repository files navigation

WIZARD Charts

An extension of D3 to create complex graphs of weather data.

Getting Started

This is a monorepo setup using NPM Workspaces. The /library directory contains the desi-charts package and the /demo directory contains the examples, which can be run with Vite.

To install dependencies:

Note: Following commands are all from the root directory

  1. Install npm packages

    npm install
  2. Build the @noaa-gsl/wizard-charts package

    npm run build
    • This only needs to be done once after cloning the repo. But if any changes are made to files in /library that need to be reflected in the demo project, a new build must be created. Alternatively, run the command below to automatically build after every file change/save.
    npm run build:dev

To run the Vite dev server with examples:

# root directory or /demo
npm run dev

About

A React charting library built on top of D3 for displaying complex weather data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors