Skip to content

Commit

Permalink
Merge pull request #16 from thoughtspot/update/tester-chart
Browse files Browse the repository at this point in the history
Update/tester chart
  • Loading branch information
harshmeetTS authored Aug 26, 2024
2 parents c5001e6 + 224428e commit 7921d8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/v1/tester-chart/tester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,11 @@ const renderChart = async (ctx: CustomChartContext): Promise<void> => {
return {
isValid: true,
}
},
allowedConfigurations: {
allowColumnConditionalFormatting: true,
allowColumnNumberFormatting: true,
allowMeasureNamesAndValues: true
}
});

Expand Down

0 comments on commit 7921d8f

Please sign in to comment.