We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4209e commit b3fffcbCopy full SHA for b3fffcb
1 file changed
src/views/EncodingShelfCard.tsx
@@ -546,13 +546,13 @@ export const EncodingShelfCard: FC<EncodingShelfCardProps> = function ({ chartId
546
fontSize: "10px",
547
margin: "-2px 0px 0px 4px",
548
}}
549
- >Visualization Type</InputLabel>
+ >Chart Type</InputLabel>
550
<Select
551
variant="standard"
552
labelId="chart-mark-select-label"
553
id="chart-mark-select"
554
value={chart.chartType}
555
- title="Visualization Type"
+ title="Chart Type"
556
renderValue={(value: string) => {
557
const t = getChartTemplate(value);
558
return (
0 commit comments