Using charts in your websites!

Hi @Yaaraa, a similar situation to Robert, we’ve built an entire HR dashboard for a client using the Wix Dashboard pages feature, and it would really help them to see the information visually rather than just in tabular form.

Also, we’ve had a request to create an Analytics page for the website with basic information about site performance, and pie charts and line charts could really help us segment and display the data like devices and users .

The most important thing for us would be how you connect these graphs to corvid. If it could be something as simple as
$w(“#mypiechart1”).setValues([{label:“women”,value:270},{label:“men”,value:250}]);

and the chart does all the measuring, then we’d count that a victory.