You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/09/18 06:58:29 UTC

[GitHub] [incubator-echarts] DaivdLei commented on issue #13307: sankey series.label rich.backgroundcolor not work

DaivdLei commented on issue #13307:
URL: https://github.com/apache/incubator-echarts/issues/13307#issuecomment-694693565


   code like this
   `
   option = {
      series: [{
           label: {
              normal: {
                rich: {
                  'a': {
                     width: 14,
                     height: 14,
                     backgroundColor: {
                         image: getURLHTMLImageElement('../pic/sankey-1.png') // or getURLToBase64('../pic/sabkey-1.png')
                       }
                  }
                }
              }
           }
     }]
   }
   `


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org