Skip to content

Commit b3fffcb

Browse files
committed
rename Visualization Type to Chart Type in EncodingShelfCard
1 parent 3a4209e commit b3fffcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/EncodingShelfCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,13 +546,13 @@ export const EncodingShelfCard: FC<EncodingShelfCardProps> = function ({ chartId
546546
fontSize: "10px",
547547
margin: "-2px 0px 0px 4px",
548548
}}
549-
>Visualization Type</InputLabel>
549+
>Chart Type</InputLabel>
550550
<Select
551551
variant="standard"
552552
labelId="chart-mark-select-label"
553553
id="chart-mark-select"
554554
value={chart.chartType}
555-
title="Visualization Type"
555+
title="Chart Type"
556556
renderValue={(value: string) => {
557557
const t = getChartTemplate(value);
558558
return (

0 commit comments

Comments
 (0)