Technical:
I switched from morris.js to chart.js for creating the graphs and added some functionality.
The module is still a bit experimental, and not completely backwards compatible. But I think the new functionality is worth the effort for making the change.
I would like to ask you to help by testing this branch, and to leave your feedback here in this topic.
Documentation
https://dashticz.readthedocs.io/en/char ... raphs.html
Priorities
1. Stability/bug fixes
2. Ease-of-use. Default behavior as good as possible, to minimize the need for configuration settings
3. Basic styling
4. Extension of configuration possibilities, functionality, styling
Installation
The functionality is available via a separate branch 'chartjs':
https://github.com/Dashticz/dashticz/tree/chartjs
If you've used git clone or the automatic installation script it should be pretty easy to switch to this branch:
Code: Select all
git fetch
git checkout chartjs
Code: Select all
git checkout beta
I cannot guarantee that the configuration settings will not changes in future updates of the graph functionality. It should be stable after I have merged it into beta.
For most users it should work out-of-the-box without changing any setting, although the charts will look differently.
If the functionality is stable enough I'll merge it into Beta, and some time later into Master.
Thanks for your help, and enjoy
