echarts icon indicating copy to clipboard operation
echarts copied to clipboard

怎样该表图标中文字的样式和对齐方式?

Open huluBrother opened this issue 2 years ago • 2 comments

What problem does this feature solve?

这是示例 image

这是代码

label: {
              show: true, // 图形上的文本标签, 可用于说明图形的一些数据信息, 比如值, 名称等
              fontSize: 12,
              color: '#000', //如果设置为 'inherit',则为视觉映射得到的颜色,如系列色。
              width: 100,
              overflow: "break", //文字超出宽度是否截断或者换行。配置width时有效
            },

What does the proposed API look like?

这是我找到的API https://echarts.apache.org/handbook/zh/concepts/style

huluBrother avatar Dec 29 '22 15:12 huluBrother