Application to generate control chart (process-behavior chart) from selected csv file.
Chart is watching for changes in data in file and updating chart.
In settings it is possible to change:
- quantity probes (default 5),
- number of probes to create chart (default 6),
- window width (default 15),
- SPC rules (default every eight the most popular rules)
npm install
- Vue.js
- Chart.js + Vue chart.js
npm run serve || npm run electron:serve
npm run build || npm run electron:build
npm run lint
MIT © Weronika Kędziora