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

Don't see updates in PieChartDataSet from 2.2.4 #933

Closed
Dalein opened this issue Apr 9, 2016 · 1 comment
Closed

Don't see updates in PieChartDataSet from 2.2.4 #933

Dalein opened this issue Apr 9, 2016 · 1 comment

Comments

@Dalein
Copy link

Dalein commented Apr 9, 2016

I've updated my pod to 2.2.4, and I saw in terminal log that Charts was realy updated to 2.2.4, but when I added new code for pieChart:

dataSet.valueLinePart1OffsetPercentage = 0.8;
    dataSet.valueLinePart1Length = 0.4;
    dataSet.valueLinePart2Length = 0.5;
    //dataSet.xValuePosition = PieChartValuePositionOutsideSlice;
    dataSet.yValuePosition = PieChartValuePositionOutsideSlice;

I got errors. Then I went to my Pod folder - Charts - Core - PieChartDataSet.swift - I see 78 lines of code (versus 99 here https://github.com/danielgindi/Charts/blob/master/Charts/Classes/Data/Implementations/Standard/PieChartDataSet.swift). There is no properties for OutsideSlice stuff.

Deployment target in Pod settings and in project - 8.0. Tried to delete Charts from pod, change to 9.0 and install - result the same.
Xcode 7.3 (7D175)

@Dalein Dalein changed the title Don't see update in PieChartData from to 2.2.4 Don't see update in PieChartDataSet from to 2.2.4 Apr 9, 2016
@Dalein Dalein changed the title Don't see update in PieChartDataSet from to 2.2.4 Don't see updates in PieChartDataSet from 2.2.4 Apr 9, 2016
@danielgindi
Copy link
Collaborator

It's not in 2.2.4, but on master.

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

2 participants