Add support for logarithmic scale
- 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.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.