v3.8.0
New Features:
Sparkline charts #168
New chart configuration added:
const chart = new KeenDataviz({
container: '#my-chart-div',
type: 'area', // or any other chart type with x,y axis
sparkline: true
});
New chart configuration added:
const chart = new KeenDataviz({
container: '#my-chart-div',
type: 'area', // or any other chart type with x,y axis
sparkline: true
});