ECharts的graphic文字动态居中
option.graphic
主要是使用graphic的group来处理。
graphic: {
elements: [
{
type: 'group', // 使用 group 进行约束
left: '30%',
top: '40%',
bounding: 'raw', // 配个 raw 来改变 re
option.graphic
主要是使用graphic的group来处理。
graphic: {
elements: [
{
type: 'group', // 使用 group 进行约束
left: '30%',
top: '40%',
bounding: 'raw', // 配个 raw 来改变 re
2680

被折叠的 条评论
为什么被折叠?