我创建了一个包含2个饼图的图表,如donutchart:首先是“ pieChart ”,第二个是“ centerDonut ”。
centerDonut只有一个切片,白色,值为1。
如果用户按下“pieChart”切片,它与正确的索引一起使用效果很好。 如果用户按下“centerDonut”切片,则方法返回“pieChart”的istance,而不是“centerDonut”。
为什么会这样?
我尝试使用[self.centerDonut zPosition:1]
,但它不起作用。
-(void)initPlot {
[self configureHost];
[self configureGraph];
//in configureChart I configure and add the pieChart and then the centerDonuts
[self configureChart];
//I have 2 label in storyboard over the graph, set value of them and display.
[self totLabelsOverAll];
}
答案 0 :(得分:2)
在pieInnerRadius
上设置pieChart
以使其成为响铃。