ricardoalcocer / TiAlloyCharts

Alloy Widget to add pretty charts to your mobile apps using HighCharts.js. This is a WIP. If you like it and use it, please send Pull Requests.
Other
24 stars 12 forks source link

Blank Chart in multiple scrollableview #2

Open medrockstar opened 10 years ago

medrockstar commented 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

brentonhouse commented 10 years ago

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.

etruta commented 9 years ago

happens to me too... :/