0.0.4 • Published 2 years ago
@deandevlnpm/d3-lib v0.0.4
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:
| Function | Description |
|---|---|
| app_bar | A bar chart with possible multiple variables |
| app_heatmap | A heatmap with several scales to chose from |
| app_histo | A histogram with control for bin size |
| app_scatter | A point scatter chart with possible multiple variables |
| app_table | A svg based graphics table with arguments for multiple column widths and colors. |
| app_timeseries | A 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:
- Download the repository.
- Install the dependencies:
npm install - Run the script:
npm run dev - Bring up a browser with address:
localhost:5173 - A page of links to all the demonstrations is presented.