Co-authored-by: xiangzihao <460888207@qq.com> Co-authored-by: Rick Cheng <rickchengx@gmail.com> Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
@@ -50,7 +50,6 @@ const BarChart = defineComponent({
axisPointer: {
type: 'shadow'
},
- backgroundColor: '#fff'
grid: {
left: '3%',
@@ -41,8 +41,7 @@ const PieChart = defineComponent({
const option = {
tooltip: {
- trigger: 'item',
+ trigger: 'item'
legend: {
bottom: '0%',
@@ -70,7 +70,6 @@ const GraphChart = defineComponent({
const option: any = {
confine: true,
- backgroundColor: '#fff',
formatter: (params: any) => {
if (!params.data.name) {
return false