-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Per visualization field formatters #4957
Copy link
Copy link
Closed
Labels
Feature:FieldFormattersFeature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//release_note:enhancement
Metadata
Metadata
Assignees
Labels
Feature:FieldFormattersFeature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//release_note:enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
I have a bar chart visualization that uses the Date Range aggregation. Each range spans 1 hour. I want the corresponding x-axis labels to look like this: "9am to 10am". I can do that by changing the value of the ("global") Kibana
dateFormatsetting toha(from its default ofMMMM Do YYYY, HH:mm:ss.SSS), but that affects all "pretty formatted dates" in Kibana, which is undesirable.I want to specify
dateFormatper visualization, to override the "global" setting.I decided to create this issue after I replied to the related existing discussion thread "How can i change the x-axis labels for a date format in Kibana".