mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
Merge pull request #13600 from dataease/pr@dev-v2@refactor_chart
Pr@dev v2@refactor chart
This commit is contained in:
commit
453e2ac999
@ -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: [
|
||||
|
@ -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 }
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user