0.0.4 • Published 22 days ago

@deandevlnpm/d3-lib v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days ago

deandevlnpm-d3-lib

Repository contains several d3 based standard graphics. Each of the graphics are designed with many public functions to make interactive charting easier. Each of a graphic's set of functions may be chained.

The graphics include:

FunctionDescription
app_barA bar chart with possible multiple variables
app_heatmapA heatmap with several scales to chose from
app_histoA histogram with control for bin size
app_scatterA point scatter chart with possible multiple variables
app_tableA svg based graphics table with arguments for multiple column widths and colors.
app_timeseriesA line timeseries chart with possible multiple variables and point display tracking

Several demonstrations of the functions are available for download from the repository in their demofolders.

To access the demonstrations:

  1. Download the repository.
  2. Install the dependencies: npm install
  3. Run the script: npm run dev
  4. Bring up a browser with address: localhost:5173
  5. A page of links to all the demonstrations is presented.