ECharts 入门教程 ECharts配置项中标题的设置

2024-02-25 开发教程 ECharts 入门教程 匿名 9

ECharts 配置项之 title 设置


标题组件,包含主标题和副标题。

在 ECharts 2.x 中单个 ECharts 实例最多只能拥有一个标题组件。但是在 ECharts 3 中可以存在任意多个标题组件,这在需要标题进行排版,或者单个实例中的多个图表都需要标题时会比较有用。

例如下面不同缓动函数效果的示例,每一个缓动效果图都带有一个标题组件:

点击编辑实例 》》

title.show | boolean


[ default: true ]

是否显示标题组件。

title.text | string


[ default: '' ]

主标题文本,支持使用 \n 换行。

title.link | string


[ default: '' ]

主标题文本超链接。

title.target | string


[ default: 'blank' ]

指定窗口打开主标题超链接。

可选:

  • 'self' 当前窗口打开
  • 'blank' 新窗口打开