vizkit.js is an opinionated little charting library built on top of the amazing and wonderful d3.js visualization framework.
.range([0, 100])
Configuration method used to specify the gague upper and lower bounds.
Description | Allowed Value |
---|---|
The range method takes an array defining the lower and upper bounds of the gauge. | integer |
.title('My Chart')
Configuration method used to specify the title on the top of the gauge.
Description | Allowed Value |
---|---|
The title of the gauge is places on above the arc. | string |