Hello im trying to create a graph that keeps track of clicks i have three button options and every-time each button is clicked it shows up on the graph which button was clicked
Can you kindly create JSFiddle with your use-case and share it with us along with more briefing about your requirements so that we can understand your scenario better and help you out?
Hi @manoj-mohan thanks for replying, here is my link https://jsfiddle.net/khalid_jaleel/qbfk4heg/1/ so basically im creating a garden tracker app for class and want to create graph that keeps track of the number of times each activity is clicked “water”,”prun”and “weed”
This reply was modified 4 years, 6 months ago by khalid_jaleel.
This reply was modified 4 years, 6 months ago by khalid_jaleel.
This reply was modified 3 years, 2 months ago by Manoj Mohan.
Hi @manoj-mohan thanks for replying, here is my link https://jsfiddle.net/khalid_jaleel/qbfk4heg/1/ so basically im creating a garden tracker app for class and want to create graph that keeps track of the number of times each activity is clicked “water”,”prun”and “weed”
You can have a button click counter as explained in this StackOverflow thread. Using this logic and updating chart options / data on button click should fulfill your requirement. Please take a look at this updated JSFiddle.