You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select:
Data->buckets->Columns
Sub Aggregation=Date Histogram
Interval=?
Usually displayed as:
if interval="Auto" then
time display: 10:30, 11:00, 11:30, 12:00, 12:30, 13:00, 13:30, 14:00, 14:30, 15:00, 15:30
if interval="Minute" then
time display: 10:30, 11:00, 11:30, 12:00, 12:30, 13:00, 13:30, 14:00, 14:30, 15:00, 15:30
if interval="Hourly" then
time display: 2016-04-16 11:00, 2016-04-16 12:00, 2016-04-16 13:00, 2016-04-16 14:00, 2016-04-16 15:00
if interval="Daily" then
time display: 2016-04-15, 2016-04-16, 2016-04-17
if interval="Weekly" then
time display: 2016-04-11, 2016-04-12, 2016-04-13, 2016-04-14, 2016-04-15, 2016-04-16, 2016-04-17
but:
interval=any, time display: April 11th.. , April 11th.. , April 11th.. , April 11th.. , April 11th.. , April 11th..
You can refer to the Line chart visualize.
The text was updated successfully, but these errors were encountered:
I am interested to see what the range of time you have in the timepicker (top right hand corner of the screen). And I don't know of an any option for interval on date histograms. If its custom, then you can specify the interval type (default is 2h).
The display of clock string is too long and not concise. I think it is unnecessary to display the clock string in seconds and milliseconds scale.
Please visit:
I hope to see the clock display style as follows:
If the time scale is too dense, you can make N column as a scale, you do not need display every column time.
select:
Data->buckets->Columns
Sub Aggregation=Date Histogram
Interval=?
Usually displayed as:
but:
You can refer to the Line chart visualize.
The text was updated successfully, but these errors were encountered: