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:52:03 UTC

[GitHub] [incubator-echarts] DaivdLei opened a new issue #13307: sankey series.label rich.backgroundcolor not work

DaivdLei opened a new issue #13307:
URL: https://github.com/apache/incubator-echarts/issues/13307


   ### Version
   4.5.0
   
   ### Steps to reproduce
   sankey series.label rich.backgroundcolor not work
   just url can be used
   HTMLImageElement and DataURI not work, image is empty , nothing in here
   have somebody heppend the same bug ?
   
   ### What is expected?
   HTMLImageElement or DataURI can piant image
   
   ### What is actually happening?
   image is empty , nothing in here
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
DaivdLei edited a comment 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


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

Posted by GitBox <gi...@apache.org>.
DaivdLei edited a comment 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


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

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #13307:
URL: https://github.com/apache/incubator-echarts/issues/13307#issuecomment-694691144


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #13307:
URL: https://github.com/apache/incubator-echarts/issues/13307#issuecomment-694979251


   @DaivdLei Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM or https://gallery.echartsjs.com/editor.html.


----------------------------------------------------------------
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