Line chart with data type Time (hh:mm:ss.00) #3133
Unanswered
danielwertheim
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a DuckDB database with:
TimeTaken
of data typeTime
TimeTakenMs
of data typeUBIGINT
(represents the same value but in milliseconds)ObservationDate
of data typeDate
.How are we supposed to use e.g. the LineChart to show these values over dates?
Will render everything on the same "level".
Using
TimeTakenMs
plots the values correctly but I can't find a way to then use theTimeTaken
for display.So given e.g.
How do I get that to properly display a line with two points?
Beta Was this translation helpful? Give feedback.
All reactions