Skip to content

Commit

Permalink
fix: explore 5 chart's customize truncate y axis default true change …
Browse files Browse the repository at this point in the history
…fixed
  • Loading branch information
omerfbolat committed Apr 16, 2024
1 parent 38bb646 commit a34d82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/pages/DvtChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ const DvtChart = () => {
max_bubble_size: { label: '25', value: '25' },
color_picker: { r: 0, g: 122, b: 135, a: 1 },
color_scheme: { label: 'Superset Colors', id: 'supersetColors' },
truncateYAxis: false,
truncateYAxis: true,
});
const [chartApiUrl, setChartApiUrl] = useState('');
// const [exploreJsonUrl, setExploreJsonUrl] = useState('');
Expand Down

0 comments on commit a34d82b

Please sign in to comment.