gpbl / gpbl/SwiftChart

Add support for logarithmic scale

Open
#8 5 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Swift
Stars
1k
Forks
166
PR merge metrics
No merged PRs in 30d

Description

Can you add support for a log-scale graph? or allowing to choose which Y-values should be shown?

I'm working with data that goes from $25,000 to over $20,000,000,000. Over a 45 year period

And my line is flatlining because of the exponential increase.

To view my line properly I need an logarithmic graph which would show the following values instead:

0
25,000
100,000
1,000,000
10,000,000
100,000,000
1,000,000,000
10,000,000,000
100,000,000,000

Or however many that can fit.

Here's what my data looks like atm.

![img_1750](https://cloud.githubusercontent.com/assets/6841110/7932417/22a49726-08e6-11e5-8409-bac3cb963320.PNG)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.