希曼日记

echarts-通用配置

#Lib #Echarts title 对象 Documentation - Apache ECharts

series:[
  {
    title: {
      text: '标题文字',
      testStyle: {
        color: '文字颜色',
        borderWitdh: '文字容器边框大小',
        borderColor: '文字容器颜色',
        borderRadius: '文字容器边角',
        position: '文字容器位置'
      }
    }
  }
]

tooltip 对象 工具提示 Documentation - Apache ECharts

series 数组

  • 柱条背景颜色
series: [
  {
    showBackground: {
      color: 'color',
    },
  },
]