美文网首页
echarts axisLabel绑定背景图

echarts axisLabel绑定背景图

作者: Promise_Irene | 来源:发表于2021-11-08 18:15 被阅读0次
  • echarts
  • axisLabel绑定背景图
  • backgroundColor

在echarts里给axisLabel绑定背景图backgroundColor的方法:

// 给yAxis或者xAxis中data绑定数据
{
     value: '100',
     textStyle: { 
        backgroundColor: {  image: require('@/assets/img/chart/1.png') },
        padding: [11, 13] 
     } 
 }

相关文章

网友评论

      本文标题:echarts axisLabel绑定背景图

      本文链接:https://www.haomeiwen.com/subject/rdfpzltx.html