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 = {
|
export const customAttrTrans = {
|
||||||
basicStyle: ['barWidth', 'lineWidth', 'lineSymbolSize'],
|
basicStyle: ['barWidth', 'lineWidth', 'lineSymbolSize', 'tableColumnWidth'],
|
||||||
tableHeader: ['tableTitleFontSize', 'tableTitleHeight'],
|
tableHeader: ['tableTitleFontSize', 'tableTitleHeight'],
|
||||||
tableCell: ['tableItemFontSize', 'tableItemHeight'],
|
tableCell: ['tableItemFontSize', 'tableItemHeight'],
|
||||||
misc: [
|
misc: [
|
||||||
|
|||||||
@ -593,13 +593,7 @@ const mapOption: ChoroplethOptions = {
|
|||||||
lineWidth: 0.6,
|
lineWidth: 0.6,
|
||||||
lineOpacity: 1
|
lineOpacity: 1
|
||||||
},
|
},
|
||||||
label: {
|
label: false,
|
||||||
field: 'name',
|
|
||||||
style: {
|
|
||||||
fill: 'black',
|
|
||||||
textAnchor: 'center'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
state: {
|
state: {
|
||||||
active: { stroke: 'green', lineWidth: 1 }
|
active: { stroke: 'green', lineWidth: 1 }
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user