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

Error on RadarChart (drawFilledEnabled set to true) #760

Closed
julianrichie opened this issue Feb 17, 2016 · 4 comments
Closed

Error on RadarChart (drawFilledEnabled set to true) #760

julianrichie opened this issue Feb 17, 2016 · 4 comments

Comments

@julianrichie
Copy link

hi i'm receiving this error when using RadarChart and sets the drawFilledEnabled to true.
i have no issue with this in the previous build of ios-charts

screen shot 2016-02-17 at 6 27 36 pm

@liuxuan30
Copy link
Member

can you provide more details, how to reproduce it, especially with ChartsDemo?
ChartsDemo has enable it, and nothing breaks

    RadarChartDataSet *set1 = [[RadarChartDataSet alloc] initWithYVals:yVals1 label:@"Set 1"];
    [set1 setColor:ChartColorTemplates.vordiplom[0]];
    set1.fillColor = ChartColorTemplates.vordiplom[0];
    set1.drawFilledEnabled = YES;
    set1.lineWidth = 2.0;

@julianrichie
Copy link
Author

screen shot 2016-02-18 at 1 39 12 pm
screen shot 2016-02-18 at 1 40 24 pm

i'm currently using carthage to download and compile the framework

@liuxuan30
Copy link
Member

will you be able to debug more, or try source code? Have no idea why, and no trace. ChartsDemo works fine though.

@danielgindi
Copy link
Collaborator

This seems like a compiler bug. Try latest Xcode version, and do a Clean build.

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

3 participants