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

Can you please tell me how to give commas to Y axis Values? I tried but it didn't reflect #402

Open
sivakumarsaragadam opened this issue Nov 5, 2019 · 1 comment

Comments

@sivakumarsaragadam
Copy link

No description provided.

@dhoerlHG
Copy link

dhoerlHG commented Nov 6, 2019

Create you own labels using ChartAxisValueString(formattedString, order: Int(norm.mn), labelSettings: labelSettings). The problem is you must use Int "orders", which just get turned into the scalar shown on the axis and also is used to define the starting point and range of the Y axis. If you don't mind actually changing the framework, add another init to ChartAxisValueString that just sets the scalar directly. [I tried to find a way to create a subclass and over ride scalar, but it seems hopeless...I can't modify the original source.]

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