Open ChaseK30 opened 2 years ago
for example
@ChaseK30 Not sure if you need this anymore, but you can provide xDomain prop to the LineChart.Provider with the unix timestamp of the start of the day and the end of the day.
Explainer in this issue. https://github.com/coinjar/react-native-wagmi-charts/issues/140#issuecomment-1614264020
You're the GOAT, this is much appreciated
Hey, I am using these graphs to display stock information...I want to display intraday data and not have the line go full width across the screen I am trying to scale it based on the time of day it is, so if its midway through the day it would take up half the screen..
I want to keep the horizontal line going 100% the width of the screen tho, is there any way to make the chart stay 100% width but just scale the path's width down?