Skip to content

Instantly share code, notes, and snippets.

@dodikk
Last active September 7, 2016 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dodikk/dbad6675a7ead2d322ced451495cac09 to your computer and use it in GitHub Desktop.
Save dodikk/dbad6675a7ead2d322ced451495cac09 to your computer and use it in GitHub Desktop.
Requirements for charting lib discussion
  1. Series
    • line
    • dash line
    • dot (circle)
  2. Logarythmic scale [50; 100; 1K; 10K; 100K; 1M+]
  3. Date axis
  4. Number acronyms for scale
  5. axis names
  6. background grid
  7. Objective-C support

chart example image

@dodikk
Copy link
Author

dodikk commented Jul 5, 2016

@dodikk
Copy link
Author

dodikk commented Jul 5, 2016

@vixentael
Copy link

@roycemars
Copy link

@dodikk
Copy link
Author

dodikk commented Jul 5, 2016

Logarythmic scale [50; 100; 1K; 10K; 100K; 1M+]

This is a crucial requirement

@dodikk
Copy link
Author

dodikk commented Jul 5, 2016

CorePlot seems to have CPTScaleTypeLog

@dodikk
Copy link
Author

dodikk commented Jul 5, 2016

CorePlot

  1. Series
    * [x] line - from example
    * [x] dash line - from example
    * [x] dot (circle) - from example

  2. Logarythmic scale [50; 100; 1K; 10K; 100K; 1M+] - CPTScaleTypeLog

  3. Date axis - CPTTimeFormatter

  4. Number acronyms for scale - [CPTAxis axisLabels]

  5. axis names - from example

  6. background grid - alternatingBandFills

  7. Objective-C support

@rooparaman
Copy link

Can you let me know if you found a solution for your requirement ? I am looking out for Logarithmic scaling in y axis. Not able to find any reference . Can you put out some sample?

@rooparaman
Copy link

Got it working after setting the yScaleType as Log, and setting the majorIntervalLength of y axis and setting the labelingPolicy of y axis as automatic. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment