Merge pull request #11835 from dataease/pr@dev-v2@chart-t-heatmap

feat(图表-热力图): 支持配置边框
This commit is contained in:
jianneng-fit2cloud 2024-08-29 11:01:42 +08:00 committed by GitHub
commit f08399ba32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,8 @@ export class TableHeatmap extends G2PlotChartView<HeatmapOptions, Heatmap> {
'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<HeatmapOptions, Heatmap> {
'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 = {