
reset() method has no arguments and simply resets the counter, setProgress() takes one argument — the percentage of fullness of the pie chart, and setOptions() requires an object with basic favicon settings: Piecon.setOptions({ color: '#ff0084', // background: '#bbb', // shadow: '#fff', // fallback: false // ( - true, false, 'force') }); Source: https://habr.com/ru/post/150743/
All Articles