v3.0.4
New
- Extraction Table pagination:
const chart = new KeenDataviz({
container: '#some_container', // required
table: {
pagination: {
limit: 10 // items per page
}
}
});
Please note, that we are paginating results that we already got from the API.
Fixes
- width and height of the chart is working more precise with labels and notes (bug reported by shauntrennery)