diff --git a/components/AiEchart/template/bar.js b/components/AiEchart/template/bar.js index 9102d7ae..285d3dbf 100644 --- a/components/AiEchart/template/bar.js +++ b/components/AiEchart/template/bar.js @@ -278,7 +278,6 @@ export const barChart10 = { itemStyle: { borderRadius: 20, color(params) { - console.log(params) const color = ['#DBB36E', '#2C97E8', '#00EFFF', '#BFEAFF'][params.dataIndex] return { type: 'linear',