Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chart in scrollableview #10

Open
medrockstar opened this issue Sep 1, 2014 · 0 comments
Open

Chart in scrollableview #10

medrockstar opened this issue Sep 1, 2014 · 0 comments

Comments

@medrockstar
Copy link

Hi,

When I add a chart in multiple scrollableview I had some blank view.

for ( i = 0; i < 2; i++) {
        $.chart = Alloy.createWidget("com.appcelerator.chart",{});            
        $.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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant