Skip to content

Commit

Permalink
feat: add subtitle field to pivot table options
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Aug 20, 2024
1 parent 985d5b7 commit e1b41e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/options/pivotTableConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import ShowDimensionLabels from '../../components/VisualizationOptions/Options/S
import ShowHierarchy from '../../components/VisualizationOptions/Options/ShowHierarchy.js'
import SkipRounding from '../../components/VisualizationOptions/Options/SkipRounding.js'
import SortOrder from '../../components/VisualizationOptions/Options/SortOrder.js'
import Subtitle from '../../components/VisualizationOptions/Options/Subtitle.js'
import Title from '../../components/VisualizationOptions/Options/Title.js'
import TopLimit from '../../components/VisualizationOptions/Options/TopLimit.js'
import getAdvancedTemplate from './sections/templates/advanced.js'
Expand Down Expand Up @@ -82,6 +83,7 @@ export default ({
key: 'style-section-1',
content: React.Children.toArray([
<Title label={i18n.t('Table title')} />,
<Subtitle dataTest="pivot-table-subtitle" />,
<DisplayDensity />,
<FontSize />,
<DigitGroupSeparator />,
Expand Down

0 comments on commit e1b41e0

Please sign in to comment.