[TOC] ***** ### **标题属性配置** 图表属性支持一览表 | | 是否显示 | 标题名称 |字体颜色| 字体粗细 | 字体大小 |字体位置 |副标题 |字体颜色 |字体粗细|字体大小| | :------: | :------: | :------: | :------: | :------: | :------: | :------: | :------: |:------: |:------: |:------: | | 普通柱状图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | | 堆叠柱状图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ | ✔ |✔ |✔ | | 折柱图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | | 普通折线图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ | ✔ |✔ |✔ | | 面积折线图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | | 纵向折线图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ | ✔ |✔ |✔ | | 散点气泡图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | | 普通饼图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | | 旋转饼图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | | 雷达图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | | 漏斗图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | | 销量排名地图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | | 气泡标注地图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | | 全国地图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | | 飞线地图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | | 联网百度地图 | ✔ | ✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ |✔ | ***** #### **(1)是否显示** [title.show](https://echarts.apache.org/zh/option.html#title.show) 是否显示标题组件,如下图 ![](https://img.kancloud.cn/c3/df/c3df53042e801e352d0d26edcec048fd_1103x588.png) ***** #### **(2)标题名称** [title.text](https://echarts.apache.org/zh/option.html#title.text) 主标题文本,支持使用`\n`换行,如下图 ![](https://img.kancloud.cn/b1/09/b109cee4cb9ada59df1d1676bcfcd0e1_1102x558.png) ***** #### **(3)字体颜色** [title.textStyle.color](https://echarts.apache.org/zh/option.html#title.textStyle.color) 主标题文字的颜色。,如下图 ![](https://img.kancloud.cn/33/4d/334d526a4915329893c81364e91dc575_1087x411.png) ***** #### **(4)字体粗细** [#title.textStyle.fontWeight](https://echarts.apache.org/zh/option.html#title.textStyle.fontWeight) 主标题文字字体的粗细,如下图 ![](https://img.kancloud.cn/7d/0e/7d0e3a667d9c8f735b048f07fa961917_1095x468.png) ***** #### **(5)字体大小** [title.textStyle.fontSize](https://echarts.apache.org/zh/option.html#title.textStyle.fontSize)主标题文字的字体大小,如下图 ![](https://img.kancloud.cn/11/71/11714d39a834d19479722c8bf554401d_1091x433.png) ***** #### **(6)字体位置** [title.textAlign](https://echarts.apache.org/zh/option.html#title.textAlign) 标题整体(包括副标题)的水平对齐,如下图 ![](https://img.kancloud.cn/fd/5c/fd5cd1459bf8effa05739b955f9893da_1095x397.png) ***** #### **(7)副标题** [title.subtext](https://echarts.apache.org/zh/option.html#title.subtext) 副标题文本,支持使用`\n`换行,如下图 ![](https://img.kancloud.cn/df/62/df62d896b96c95e5f52e58cb46c6896c_1078x432.png) #### **(8)字体颜色** [title.subtextStyle.color](https://echarts.apache.org/zh/option.html#title.subtextStyle.color),同主标题 ***** #### **(9)字体粗细** [title.subtextStyle.fontWeight](https://echarts.apache.org/zh/option.html#title.subtextStyle.fontWeight),同主标题 ***** #### **(10)字体大小** [title.subtextStyle.fontSize](https://echarts.apache.org/zh/option.html#title.subtextStyle.fontSize),同主标题