You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using below code , it showing me value on my pie slices and colors in legend but not title or text of it .
Like ["jan","feb"] this is not showing not values are there , how can i rectify this?
well you should get familiar with objc. Besides, the code is pretty straight forward, even you don't know objc, you can know from its names, it's 99% consistent between objc and swift.
Bottom line: ChartsDemo-OSX is in swift.
I am using below code , it showing me value on my pie slices and colors in legend but not title or text of it .
Like ["jan","feb"] this is not showing not values are there , how can i rectify this?
func setChart(dataPoints: [String], values: [Double]) {
let months = ["Jan", "Feb"]
let unitsSold = [25.0, 20.0]
The text was updated successfully, but these errors were encountered: