Skip to content

Commit

Permalink
Revert "CRT-391: Bar series using nice time axis by default"
Browse files Browse the repository at this point in the history
This reverts commit 2055171.
  • Loading branch information
alantreadway committed Jun 28, 2024
1 parent c67b871 commit b9d3478
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ export const BarSeriesModule: SeriesModule<'bar'> = {
],
swapDefaultAxesCondition: (series) => series?.direction === 'horizontal',
themeTemplate: {
axes: {
[CARTESIAN_AXIS_TYPE.TIME]: {
nice: false,
},
},
series: {
direction: 'vertical',
fillOpacity: 1,
Expand Down

0 comments on commit b9d3478

Please sign in to comment.