Skip to content
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

Time interval is selected any value, but show time interval is constant #28

Open
yhgcn opened this issue Apr 16, 2016 · 2 comments
Open
Assignees
Labels

Comments

@yhgcn
Copy link

yhgcn commented Apr 16, 2016

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.

@stormpython
Copy link
Owner

@yhgcn could you include a screenshot?

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).

@yhgcn
Copy link
Author

yhgcn commented Apr 17, 2016

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:
20160417211826
qq 20160417215550
qq 20160417215653

I hope to see the clock display style as follows:
qq 20160417230453
qq 20160417230619

If the time scale is too dense, you can make N column as a scale, you do not need display every column time.
qq 20160417232917

@stormpython stormpython self-assigned this Apr 28, 2016
This was referenced Sep 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants