Merge pull request #13600 from dataease/pr@dev-v2@refactor_chart

Pr@dev v2@refactor chart
This commit is contained in:
wisonic-s 2024-11-27 14:27:23 +08:00 committed by GitHub
commit 453e2ac999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 8 deletions

View File

@ -113,7 +113,7 @@ export function colorRgb(color, opacity) {
}
export const customAttrTrans = {
basicStyle: ['barWidth', 'lineWidth', 'lineSymbolSize'],
basicStyle: ['barWidth', 'lineWidth', 'lineSymbolSize', 'tableColumnWidth'],
tableHeader: ['tableTitleFontSize', 'tableTitleHeight'],
tableCell: ['tableItemFontSize', 'tableItemHeight'],
misc: [

View File

@ -593,13 +593,7 @@ const mapOption: ChoroplethOptions = {
lineWidth: 0.6,
lineOpacity: 1
},
label: {
field: 'name',
style: {
fill: 'black',
textAnchor: 'center'
}
},
label: false,
state: {
active: { stroke: 'green', lineWidth: 1 }
},