-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the time from the tracker/tooltip? #440
Comments
Maybe related to this |
this doesn't appear possible. react-timeseries-charts/src/components/TimeMarker.js Lines 183 to 186 in aa9c9b3
which defaults to
when it's rendered by react-timeseries-charts/src/components/ChartContainer.js Lines 424 to 435 in aa9c9b3
|
i guess it might be possible to not specify a tracker on the react-timeseries-charts/src/components/ChartContainer.js Lines 419 to 424 in aa9c9b3
i'll try to loop back if i go down this route, but it's not a high priority at the moment. |
❔Question
I'm looking to format the time on the tooltip. Right now I'm using a scatter plot on top of a line chart
I see a few props but none seemed to work... trackerShowTime, showTime, etc... I tried passing them into ScatterChart, CartRow, and ChartContainer but they didn't seem to effect the tooltip's datetime format.
Your Environment
"react-timeseries-charts": "^0.15.5",
The text was updated successfully, but these errors were encountered: