-
Notifications
You must be signed in to change notification settings - Fork 21
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
Optimising data type rendering #24
Labels
enhancement
New feature or request
Comments
ZonaHex
added a commit
that referenced
this issue
Dec 13, 2022
Note: Don't know why svg file can't perform well Optimising data type rendering #24
ZonaHex
added a commit
that referenced
this issue
Dec 15, 2022
Note: Don't know why svg file can't perform well Optimising data type rendering #24
https://docs.greptime.com/reference/data-types |
GreptimeTeam/greptimedb#2072 |
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As we have finished rendering data as table and chart, the next step is to visualize data type/table schema information.
Date types
As of https://github.com/GreptimeTeam/greptimedb/tree/v0.1.0-alpha-20221205-weekly, we have following data types supported:
https://github.com/GreptimeTeam/greptimedb/blob/v0.1.0-alpha-20221205-weekly/src/datatypes/src/data_type.rs#L34
So the main types we going to render are:
Rendering
How we are rendering these types:
The text was updated successfully, but these errors were encountered: