-
Notifications
You must be signed in to change notification settings - Fork 14k
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
Use milliseconds in "X Axis Format" for "Time Series - Line Chart" #3192
Comments
According to this https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md, you can specify mills with |
Hi,u question has resolved? I want discuss a question with u. See 1 floor Contributor say "the way". When we click a anchor , then , it enter a child page,how the svg drew ? i think svg get data then drew,but where is code,i can't find it. |
@andyComeOn please don't hijack other issues |
I've tried Should admit that the X Axis Labels are not formatted well. Maybe I need to configure this time field in some special way in the |
Seems to be working well with the table, I wonder if nvd3 is truncating it. What does you |
Oh you have no time grain option? Which database engine is this? |
I'm connecting to Impala. |
Here: this should help: Can you build this branch and check if it works? |
Notice: this issue has been closed because it has been inactive for 264 days. Feel free to comment and request for this issue to be reopened. |
I have a DATETIME field with "%Y-%m-%d %H:%M:%S.%f" time format (with milliseconds).
And I have records in the table formatted this way.
What I want is to use the same time format during visualization. Milliseconds included.
There is no option with milliseconds in "X Axis Format" for "Time Series - Line Chart", so I've tried to create one: "%Y-%m-%d %H:%M:%S.%f"
Expected results
Values with milliseconds appears on the chart. Like: "2019-01-14 01:32:10.100"
Actual results
"f" instead of milliseconds appears. Like: "2019-01-14 01:32:10.f"
Superset version
0.18.4
Steps to reproduce
The text was updated successfully, but these errors were encountered: