coinjar / react-native-wagmi-charts

A sweet & simple chart library for React Native that will make us feel like We're All Gonna Make It.
MIT License
589 stars 116 forks source link

Horizontal Line Label #157

Open barrymichaeldoyle opened 1 year ago

barrymichaeldoyle commented 1 year ago

Is it possible to add a label to Horizontal Lines?

For example, I'd like to add a label below all my horizontal lines at the end of the lines.

Screenshot 2023-08-19 at 21 17 31
bytemtek commented 1 year ago

Is there any solution? @barrymichaeldoyle

honeybadger26 commented 7 months ago

Hi @barrymichaeldoyle,

The library doesn't currently support this, but it is a good suggestion and shouldn't be too difficult to implement as CandlestickChart.Crosshair already can render labels. We'll look into adding this as a new feature.