dagronf / DSFSparkline

A lightweight sparkline component for macOS, iOS and tvOS
MIT License
138 stars 11 forks source link

Skip clamping of line graph and change graph direction #8

Closed prashantgaikwad21 closed 2 years ago

prashantgaikwad21 commented 2 years ago

Hi Darren, thanks for the great library. I have 2 questions -

  1. Can we somehow stop the clamping of the line graph from top and bottom and skip those value? means blank graph for values out of the range
  2. Can we change the plotting of graph from left to right instead from right to left?
dagronf commented 2 years ago

Hey mate,

Unfortunately this library doesn't (currently) support either of these features. Sorry about that! I'm always happy to accept pull requests if you decide you want to implement them yourself.

Cheers!