提交 5be5814f authored 作者: junjie's avatar junjie

feat:antv

上级 41d42372
...@@ -31,6 +31,17 @@ export function basePieOptionAntV(plot, container, chart, action) { ...@@ -31,6 +31,17 @@ export function basePieOptionAntV(plot, container, chart, action) {
pieStyle: { pieStyle: {
lineWidth: 0 lineWidth: 0
}, },
statistic: {
title: false,
content: {
style: {
whiteSpace: 'pre-wrap',
overflow: 'hidden',
textOverflow: 'ellipsis'
},
content: ''
}
},
interactions: [ interactions: [
{ {
type: 'element-active', cfg: { type: 'element-active', cfg: {
...@@ -107,6 +118,17 @@ export function basePieRoseOptionAntV(plot, container, chart, action) { ...@@ -107,6 +118,17 @@ export function basePieRoseOptionAntV(plot, container, chart, action) {
label: label, label: label,
tooltip: tooltip, tooltip: tooltip,
legend: legend, legend: legend,
statistic: {
title: false,
content: {
style: {
whiteSpace: 'pre-wrap',
overflow: 'hidden',
textOverflow: 'ellipsis'
},
content: ''
}
},
interactions: [ interactions: [
{ {
type: 'element-active', cfg: { type: 'element-active', cfg: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论