data visualization
Do you know of any js that would help me create a chart displaying top 30 pages visited with a prior 2 moths comparison? I have the information in excel and can produce a chart showing the results but as time goes by is becoming harder to maintain. Looking for a more efficient way to display results. Thanks.
Pradeep ShetPosted Jan 27, 2015, 4:37 AM
Go for google charts.. You will get lots of graph avaiable in it. Input will be only JSON data.
https://developers.google.com/chart/interactive/docs/gallery
Hope this helps you.