From 8e272cf85ab43aaef5e751817fffb439fbd044f5 Mon Sep 17 00:00:00 2001 From: junjie Date: Fri, 4 Jun 2021 15:14:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=E5=85=88=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E5=B1=95=E7=A4=BAecharts=20y=E8=BD=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/chart/chart.js | 42 ++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/frontend/src/views/chart/chart/chart.js b/frontend/src/views/chart/chart/chart.js index 5710602587..f4a9a12c7f 100644 --- a/frontend/src/views/chart/chart/chart.js +++ b/frontend/src/views/chart/chart/chart.js @@ -104,9 +104,9 @@ export const BASE_BAR = { fontWeight: 'normal' } }, - // grid: { - // containLabel: true - // }, + grid: { + containLabel: true + }, tooltip: {}, legend: { show: true, @@ -136,9 +136,9 @@ export const HORIZONTAL_BAR = { fontWeight: 'normal' } }, - // grid: { - // containLabel: true - // }, + grid: { + containLabel: true + }, tooltip: {}, legend: { show: true, @@ -169,9 +169,9 @@ export const BASE_LINE = { fontWeight: 'normal' } }, - // grid: { - // containLabel: true - // }, + grid: { + containLabel: true + }, tooltip: {}, legend: { show: true, @@ -203,9 +203,9 @@ export const BASE_PIE = { fontWeight: 'normal' } }, - // grid: { - // containLabel: true - // }, + grid: { + containLabel: true + }, tooltip: {}, legend: { show: true, @@ -239,9 +239,9 @@ export const BASE_FUNNEL = { fontWeight: 'normal' } }, - // grid: { - // containLabel: true - // }, + grid: { + containLabel: true + }, tooltip: { trigger: 'item' }, @@ -298,9 +298,9 @@ export const BASE_RADAR = { fontWeight: 'normal' } }, - // grid: { - // containLabel: true - // }, + grid: { + containLabel: true + }, tooltip: {}, legend: { show: true, @@ -336,9 +336,9 @@ export const BASE_GAUGE = { fontWeight: 'normal' } }, - // grid: { - // containLabel: true - // }, + grid: { + containLabel: true + }, tooltip: {}, legend: { show: true,