Releases: nagix/chartjs-plugin-streaming
Releases · nagix/chartjs-plugin-streaming
v1.6.0
- Add
ttl
option
- Support automatic deletion of elements of a dataset property array
- Support chartjs-plugin-zoom
- Separate per-chart and per-scale properties
- Add Angular, React and Vue.js tutorials
- Add source code to the samples
v1.5.0
- Add
pause
option
- Allow dynamic update of the
refresh
option
- Fix the issue that the plugin affects non-realtime scales on the same page
- Make dataset and tooltip animations smoother
- Add support for bubble and scatter charts in README
- Add more samples
v1.4.1
- Add
destroy()
function to the plugin and the realtime scale
- Fix event dispatch issue in IE11
- Fix the issue that no ticks are displayed with the 'time' scale
v1.4.0
- Support background
onRefresh
calls using setInterval
- Add
frameRate
option and set the default value to 30 to lower CPU usage
- Fix config loading issue with Chart.js 2.7.2
v1.3.0
- v1.3.0 now relies on Chart.js 2.7.0 or above
- Remove unnecessary margin on the right edge
v1.2.0
- Support bar charts and mixed charts
- Support Number data
- Add more samples
- Remove
maxRotation
setting
v1.1.0
- Add
'realtime'
scale type for auto-scroll axis. 'time'
scale type can still be used for backwards compatibility, but 'realtime'
is preferred.
- Support animation
- Support chartjs-plugin-annotation
- Improve refresh process for smooth scroll
- Use UMD format and replace browserify with rollup