Open medrockstar opened 10 years ago
Hi,
When I add a chart in multiple scrollableview I had some blank view.
for ( i = 0; i < 2; i++) { $.chart = Alloy.createWidget("com.alco.highcharts",{}); $.chart.loadChart('PIE',{ region:['Apples', 'Oranges', 'Pears', 'Grapes', 'Bananas'], s1:[1, 3, -4, 7, 2], s2:[1, 7, 2, 2, 5], s3:[1, 1, 10, 6, 1] }); $.scrollableView.addView($.chart.getView()); }
How can I resolve that ?
Tks
I am also seeing this... Has anyone found a solution for this? I can see it properly when I compile for mobileweb but on ios, it is blank.
happens to me too... :/
Hi,
When I add a chart in multiple scrollableview I had some blank view.
How can I resolve that ?
Tks