willdale / SwiftUICharts

A charts / plotting library for SwiftUI. Works on macOS, iOS, watchOS, and tvOS and has accessibility features built in.
MIT License
843 stars 105 forks source link

Added Stepped Line Style #165

Closed kunalverma25 closed 2 years ago

kunalverma25 commented 2 years ago

Added support for Stepped Line Style for stepped style charts. #164

willdale commented 2 years ago

Before I do a full review, should the line draw horizontally from the first data point? Screenshot 2022-01-16 at 09 51 04

rather than first vertically.

Simulator Screen Shot - iPhone 12 Pro - 2022-01-16 at 09 53 21

kunalverma25 commented 2 years ago

Yup, horizontally.. Missed that somehow.. Updated..

willdale commented 2 years ago

It all looks good except for ranged line charts where the range box is off.

Stepped ranged-stepped-issue

Line reanged-line

kunalverma25 commented 2 years ago

Now range is working as expected.. Screenshot 2022-01-18 at 8 12 41 PM