mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
chore: Disables minor ticks by default (#26310)
This commit is contained in:
committed by
GitHub
parent
8c32c6da16
commit
eb65cea971
@@ -34,6 +34,7 @@ import {
|
||||
} from '../../constants';
|
||||
import {
|
||||
legendSection,
|
||||
minorTicks,
|
||||
richTooltipSection,
|
||||
seriesOrderSection,
|
||||
showValueSectionWithoutStack,
|
||||
@@ -111,6 +112,7 @@ const config: ControlPanelConfig = {
|
||||
},
|
||||
},
|
||||
],
|
||||
[minorTicks],
|
||||
...legendSection,
|
||||
[<ControlSubSectionHeader>{t('X Axis')}</ControlSubSectionHeader>],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user