can I graph it instead of table #61
-
If I have 2 column: date + data |
Beta Was this translation helpful? Give feedback.
Answered by
marcusolsson
Apr 28, 2021
Replies: 2 comments 1 reply
-
By default, all values are considered to be text. To graph your query results, you need to define a schema with at least a Time field and a Number field. Something like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marcusolsson
-
Works. Thanks for the tip.
…On Wed, 28 Apr 2021, 10:35 Marcus Olsson, ***@***.***> wrote:
By default, all values are considered to be text. To graph your query
results, you need to define a schema with at least a Time field and a
Number field.
Something like this:
[image: Screenshot 2021-04-28 at 09 34 ***@***.***
<https://user-images.githubusercontent.com/8396880/116364856-f04f5a80-a804-11eb-8cfa-d4e562432e0d.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKN7EIFFH3GWPUMW6FHDYE3TK63CHANCNFSM43VG5GZQ>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default, all values are considered to be text. To graph your query results, you need to define a schema with at least a Time field and a Number field.
Something like this: