All Questions
1 question
4
votes
1
answer
13k
views
Dynamically change data in Chart.js charts with jQuery slider
I created this little JavaScript application which gets data from a post request and uses this data to show a line chart with the total income over a year and a bar chart for the daily income. The ...