This is an automated email from the ASF dual-hosted git repository. mayurnewase pushed a commit to branch feat/echart-bubble-chart in repository https://gitbox.apache.org/repos/asf/superset.git
commit 2c4618ead0164020b93747936507c9fe1e7745f3 Author: Mayur <[email protected]> AuthorDate: Wed Nov 23 10:45:27 2022 +0530 remove console --- superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts b/superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts index c62e7c75f4..dc1adb11bd 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts +++ b/superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts @@ -330,7 +330,6 @@ export default function transformProps( series, }; - console.log(JSON.stringify(echartOptions)); return { formData, width,
