forked from github/dataease
feat(图表-热力图): 支持配置边框
This commit is contained in:
parent
7d295e9f22
commit
d623acdb7a
@ -30,7 +30,8 @@ export class TableHeatmap extends G2PlotChartView<HeatmapOptions, Heatmap> {
|
|||||||
'title-selector',
|
'title-selector',
|
||||||
'tooltip-selector',
|
'tooltip-selector',
|
||||||
'jump-set',
|
'jump-set',
|
||||||
'linkage'
|
'linkage',
|
||||||
|
'border-style'
|
||||||
]
|
]
|
||||||
propertyInner: EditorPropertyInner = {
|
propertyInner: EditorPropertyInner = {
|
||||||
'background-overall-component': ['all'],
|
'background-overall-component': ['all'],
|
||||||
@ -51,7 +52,8 @@ export class TableHeatmap extends G2PlotChartView<HeatmapOptions, Heatmap> {
|
|||||||
'fontShadow'
|
'fontShadow'
|
||||||
],
|
],
|
||||||
'legend-selector': ['orient', 'color', 'fontSize', 'hPosition', 'vPosition'],
|
'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']
|
axis: AxisType[] = ['xAxis', 'xAxisExt', 'extColor', 'filter']
|
||||||
axisConfig: AxisConfig = {
|
axisConfig: AxisConfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user