Merge pull request #962 from dataease/pr@dev@feat_antv

feat:antv
This commit is contained in:
XiaJunjie2020 2021-10-15 16:50:03 +08:00 committed by GitHub
commit 1437af7a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,17 @@ export function basePieOptionAntV(plot, container, chart, action) {
pieStyle: {
lineWidth: 0
},
statistic: {
title: false,
content: {
style: {
whiteSpace: 'pre-wrap',
overflow: 'hidden',
textOverflow: 'ellipsis'
},
content: ''
}
},
interactions: [
{
type: 'element-active', cfg: {
@ -107,6 +118,17 @@ export function basePieRoseOptionAntV(plot, container, chart, action) {
label: label,
tooltip: tooltip,
legend: legend,
statistic: {
title: false,
content: {
style: {
whiteSpace: 'pre-wrap',
overflow: 'hidden',
textOverflow: 'ellipsis'
},
content: ''
}
},
interactions: [
{
type: 'element-active', cfg: {