Chart.js module for adding a new categorical scale which mimics a hierarchical tree.
Check out also my other chart.js plugins:
npm install --save chart.js chartjs-plugin-hierarchical
see Examples
a new scale type hierarchical
.
The hierarchical
axis scale has the following styling options
see ILabelNode and IValueNode
The ESM build of the library supports tree shaking thus having no side effects. As a consequence the chart.js library won't be automatically manipulated nor new controllers automatically registered. One has to manually import and register them.
import { Chart } from 'chart.js'; import { HierarchicalScale } from 'chartjs-plugin-hierarchical'; // register scale in chart.js and ensure the defaults are set Chart.register(HierarchicalScale); ...
npm i -g yarn yarn install yarn sdks vscode
yarn compile yarn test yarn lint yarn fix yarn build yarn docs
developed by datavisyn.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4