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

xAxis labels not align with values in Multiple Bar Chart #1334

Closed
PreechaS opened this issue Aug 18, 2016 · 7 comments
Closed

xAxis labels not align with values in Multiple Bar Chart #1334

PreechaS opened this issue Aug 18, 2016 · 7 comments
Labels

Comments

@PreechaS
Copy link

screen shot 2559-08-18 at 11 40 55 pm

**let barData = BarChartData(dataSets: [resultDataSet, attemptDataSet]) barData.barWidth = 0.3 barData.groupBars(fromX: 0, groupSpace: 0.2, barSpace: 0.05) chartView.notifyDataSetChanged()**

screen shot 2559-08-18 at 11 38 44 pm

try to remove one DataSet, it work correctly.

let barData = BarChartData(dataSets: [resultDataSet])
barData.barWidth = 0.3
barData.groupBars(fromX: 0, groupSpace: 0.2, barSpace: 0.05)
chartView.notifyDataSetChanged()

@liuxuan30
Copy link
Member

liuxuan30 commented Aug 22, 2016

@danielgindi looks like a v3 bug?

@liuxuan30 liuxuan30 added the bug label Aug 22, 2016
@PreechaS
Copy link
Author

I'm not quite sure which version, but certainly the latest one because I send this issue a few hours after downloading the latest version.

@liuxuan30
Copy link
Member

It's easy to find out just check when and where you download the source code

@PreechaS
Copy link
Author

Master on Aug.19

@danielgindi
Copy link
Collaborator

@PhilJay I think this relates to the other one #1359

@danielgindi
Copy link
Collaborator

Does this still happen in master?

@danielgindi
Copy link
Collaborator

This is a duplicated of #1359, we'll post updates there

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

No branches or pull requests

3 participants