AppPear / ChartView

ChartView made in SwiftUI
MIT License
5.26k stars 645 forks source link

MultiLineChartView Rate #263

Open jimouris opened 1 year ago

jimouris commented 1 year ago

In MultiLineChartView can the rate be ignored? In my case, it's always showing zero and I would like to completely hide it.

Detailed Description

Add a parameter to hide the 14% from: https://user-images.githubusercontent.com/2826764/131211991-eca64276-cf05-423f-a78a-697c55e44bbc.gif

Context

More visually appealing since in some cases the rate is stuck at 0.

Possible Implementation