Skip to content

v3.8.0

Compare
Choose a tag to compare
@dariuszlacheta dariuszlacheta released this 23 Apr 07:19
· 157 commits to master since this release

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
});