We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c59b4 commit ab40631Copy full SHA for ab40631
app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/charts/components/ChartsVisualize.tsx
@@ -214,7 +214,7 @@ const ChartsVisualize: React.FC<VisualizationProps> = ({
214
options: {
215
aggregateType: resourceChart?.options?.aggregateType,
216
regionColumn: resourceChart?.options?.regionColumn?.id,
217
- showLegend: resourceChart?.options?.showLegend || true,
+ showLegend: resourceChart?.options?.showLegend ,
218
timeColumn: resourceChart?.options?.timeColumn,
219
valueColumn: resourceChart?.options?.valueColumn?.id,
220
xAxisColumn: resourceChart?.options?.xAxisColumn?.id,
0 commit comments