Skip to content

Commit

Permalink
fix: explore customize chart title hide fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfbolat committed Apr 16, 2024
1 parent 0b652b5 commit b687788
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions superset-frontend/src/pages/DvtChart/dvtChartDataCustomize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,40 +447,40 @@ const collapseChartTitle: CollapsesProps = {
};

const lineAndBarChart: CollapsesProps[] = [
collapseChartTitle,
// collapseChartTitle,
{
collapse_label: t('Chart Options'),
collapse_active: 'chart_options',
forms: [
sortSeriesBy,
sortSeriesAscending,
colorScheme,
seriesStyle,
showValue,
stackedStyle,
onlyTotal,
areaChart,
areaChartOpacity,
marker,
markerSize,
extraControls,
dataZoom,
minorTicks,
showLegend,
type,
orientation,
margin,
timeFormat,
rotateXAxisLabel,
richTooltip,
tooltipSortByMetric,
tooltipTimeFormat,
yAxisFormat,
currencyFormat,
logarithmicYAxis,
minorSplitLine,
truncateXAxis,
xAxisBounds,
// sortSeriesBy,
// sortSeriesAscending,
// colorScheme,
// seriesStyle,
// showValue,
// stackedStyle,
// onlyTotal,
// areaChart,
// areaChartOpacity,
// marker,
// markerSize,
// extraControls,
// dataZoom,
// minorTicks,
// showLegend,
// type,
// orientation,
// margin,
// timeFormat,
// rotateXAxisLabel,
// richTooltip,
// tooltipSortByMetric,
// tooltipTimeFormat,
// yAxisFormat,
// currencyFormat,
// logarithmicYAxis,
// minorSplitLine,
// truncateXAxis,
// xAxisBounds,
truncateYAxis,
yAxisBounds,
],
Expand Down

0 comments on commit b687788

Please sign in to comment.