fbaligand / kibana-enhanced-table

Kibana visualization like a Data Table, but with enhanced features like computed columns, filter bar, and “Split Cols” bucket
Apache License 2.0
305 stars 65 forks source link

Date Histogram is not generating date columns in sequence #323

Closed PunamNaik closed 1 year ago

PunamNaik commented 1 year ago

Date Histogram is not generating date columns in sequence.

image

On giving histogram interval as DAY, It should have generated dates in sequence, my date format is YYYY-MM-DD, but sorting is not date wise. Am I missing something here.

fbaligand commented 1 year ago

Hi,

You can have the columns in the right order, by checking "sort split columns" option, in "Options" tab.