Skip to content

Commit

Permalink
[FEATURE] Set default time range to 24 hrs and share the same setting…
Browse files Browse the repository at this point in the history
… for all UI pages opensearch-project#253

[FEATURE] Charts should show the entire time range selected in the filter opensearch-project#258
[FEATURE] Add chart data to the tooltips opensearch-project#263

Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Dec 27, 2022
1 parent 2ef0f45 commit b7a13e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/pages/Overview/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export function getOverviewVisualizationSpec(
grid: false,
format: dateOpts.dateFormat,
},
band: 0.5,
scale: {
domain: dateOpts.domain,
},
Expand Down

0 comments on commit b7a13e7

Please sign in to comment.