From d623acdb7abe0de90739d74816015372a60ea874 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Thu, 29 Aug 2024 11:00:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8-=E7=83=AD=E5=8A=9B?= =?UTF-8?q?=E5=9B=BE):=20=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE=E8=BE=B9?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/js/panel/charts/table/t-heatmap.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/table/t-heatmap.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/table/t-heatmap.ts index ce383d51f1..1b178914ce 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/table/t-heatmap.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/table/t-heatmap.ts @@ -30,7 +30,8 @@ export class TableHeatmap extends G2PlotChartView { 'title-selector', 'tooltip-selector', 'jump-set', - 'linkage' + 'linkage', + 'border-style' ] propertyInner: EditorPropertyInner = { 'background-overall-component': ['all'], @@ -51,7 +52,8 @@ export class TableHeatmap extends G2PlotChartView { 'fontShadow' ], 'legend-selector': ['orient', 'color', 'fontSize', 'hPosition', 'vPosition'], - 'tooltip-selector': ['show', 'color', 'fontSize', 'backgroundColor'] + 'tooltip-selector': ['show', 'color', 'fontSize', 'backgroundColor'], + 'border-style': ['all'] } axis: AxisType[] = ['xAxis', 'xAxisExt', 'extColor', 'filter'] axisConfig: AxisConfig = {