Skip to content

Commit 74842d7

Browse files
committed
Remove dataZoom configuration from ScatterDensityChart and its example implementation
1 parent c169703 commit 74842d7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/recipes/scatter-density.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export function ScatterDensityChart() {
3030
xAxis: { type: 'value' },
3131
yAxis: { type: 'value' },
3232
tooltip: { show: true, trigger: 'axis' },
33-
dataZoom: [{ type: 'inside' }, { type: 'slider' }],
3433
series: [
3534
{
3635
type: 'scatter',

examples/main.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ function ScatterDensityExample() {
380380
xAxis: { type: 'value' },
381381
yAxis: { type: 'value' },
382382
tooltip: { show: true, trigger: 'axis' },
383-
dataZoom: [{ type: 'inside' }, { type: 'slider' }],
384383
grid: { left: 60, right: 40, top: 40, bottom: 40 },
385384
}),
386385
[scatterData]

0 commit comments

Comments
 (0)