In the docs, I found this on the ChartCircularDataset page:
Var sales() As Double = Array(345890.0, 421934, 456908, 567987)
Var colors() As Color = Array(Color.Red, Color.Green, Color.Yellow, Color.Blue)
Var ds As New ChartCircularDataset("Sales", sales, Colors)
Me.AddDataset(ds)
Me.AddLabels("Q1", "Q2", "Q3", "Q4")
I added a chart type pie, and when you hover over the pie pieces, it just says “Sales:”. How do you have the popover display the actual number?
Great! Thanks for the info. I remember reading other posts about r2 having some issues for web charts, so I decided to hold off till there’s a 2.1 or 3. I’ll check out that GitHub project