search

Home  >  Q&A  >  body text

javascript - echarts histogram gradient color problem

echarts histogram can achieve gradient color effect, but can it achieve the following gradient color effect? ​​Please answer?

That is, diagonal gradient color

三叔三叔2723 days ago913

reply all(1)I'll reply

  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-06-12 09:32:45

    斜项渐变色好像用渐变色做不出来。设置了不生效,这就尴尬了。可以尝试用纹理试试。。。。
    
    // 纹理填充
    color: {
        image: imageDom, // 支持为 HTMLImageElement, HTMLCanvasElement,不支持路径字符串
        repeat: 'repeat' // 是否平铺, 可以是 'repeat-x', 'repeat-y', 'no-repeat'
    }

    reply
    0
  • Cancelreply