-
Hi,
I tried to link the pieChartView to a UIView I created, but the codes didn't work.
How can I use this to draw a pie chart in the view controller?
The code I added in my app is:
@IBOutlet weak v…
-
- (NSString*)pieChartView:(PieChartView *)pieChartView titleForSliceAtIndex:(NSUInteger)index
this delegate function is not being called when implemented
other delegate functions are working proper…
-
Hello,
Wanted to say, this pie chart is simply beautiful.
If I may, the definition of a pie chart is: (taken randomly from any dictionary on the web)
pie chart
noun
a graphic representation of …
-
I'm not seeing any colors in my PieChart. This is the code:
```
func showPieChart(){
pieChartView.isHidden = false
tableView.isHidden = true
searchbar.isHidden = true
l…
-
eg:
In demo
-
In vaadin-charts v.7.0.0, attempting to draw an empty pie chart produces the following error: **ReferenceError: Highcharts is not defined**
![image](https://user-images.githubusercontent.com/427992…
-
How do I add borders on my pieChart so that each section has a border?
-
I use this libraries version swift 3 for my app, but sometimes it crash with error double free, I don't know why, only call init chart with code
```
self.pieChart = PieChartView()
```
and I ha…
-
PieChartView 区间比例过小 折线和标注会挤在一起 这种情况怎么解决
-
Hello,
I'm building an app for tvOS.
I have a view controller with few graphs. I made them focusable by extending the classes:
`extension BarChartView{
override open var canBecomeFocused: …
ghost updated
7 years ago