Hello.
On the front end we have a search function that, among other things, collects and stores the different search terms that visitors used on the site.
e.g.
Apples – searched 10 times
Pears – searched 5 times
Oranges – searched 20 times
etc.
Now, we want to display all this information on the same chart (MAYBE a scatter chart).
So on this chart, we will have 10 dots for Apples, 5 dots for Pears, 20 dots for Oranges, etc.
We are trying to display them in a meaningful way so that we can show our clients how many times each search has been performed.
We can do this using EXCEL locally but stumbling to do this using CanvasJS.
Can someone please help…???
Thanks in advance.