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 2022/04/15 18:38:48 UTC

[GitHub] [echarts] tkfischer opened a new issue, #16894: Legend does not show in sunburst chart

tkfischer opened a new issue, #16894:
URL: https://github.com/apache/echarts/issues/16894

   ### Version
   
   latest
   
   ### Link to Minimal Reproduction
   
   https://github.com/apache/echarts
   
   ### Steps to Reproduce
   
   1. Set chart type to sunburst
   2. Set legend show = true
   3. Legend does not show
   
   ### Current Behavior
   
   Does not show legend
   
   ### Expected Behavior
   
   Show legend
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   I just saw another related issue which is 4 yrs old. I am not 100% sure it is the same issue since it is in Chinese and the translation is not clear, so I am creating a new issue, bcoz it is a showstopper for us. I believe it is a serious bug since it is a basic required function for a chart that is missing. Plz address ASAP.
   Thanks!


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org.apache.org

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] [echarts] osamamammar commented on issue #16894: Legend does not show in sunburst chart

Posted by "osamamammar (via GitHub)" <gi...@apache.org>.
osamamammar commented on issue #16894:
URL: https://github.com/apache/echarts/issues/16894#issuecomment-1445171934

   > This is still happening...
   
   Yes


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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] [echarts] ClaudiuCeia commented on issue #16894: Legend does not show in sunburst chart

Posted by "ClaudiuCeia (via GitHub)" <gi...@apache.org>.
ClaudiuCeia commented on issue #16894:
URL: https://github.com/apache/echarts/issues/16894#issuecomment-1443359516

   This is still happening... 


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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] [echarts] Mingeax commented on issue #16894: Legend does not show in sunburst chart

Posted by "Mingeax (via GitHub)" <gi...@apache.org>.
Mingeax commented on issue #16894:
URL: https://github.com/apache/echarts/issues/16894#issuecomment-1457555071

   It seems that the data option must be specified in legend with some kinds of charts, and the name option in series too. 
   
   Example: 
   ![image](https://user-images.githubusercontent.com/25583491/223327343-9180b75c-2bc9-4ab9-a79e-59636d998349.png)
   ```
     legend: {
       data: ['relative']
     },
     series: {
       name: 'relative',
       type: 'sunburst',
       data: data,
       radius: [0, '90%'],
       label: {
         rotate: 'radial'
       }
     }
   ```
   [https://echarts.apache.org/examples/zh/editor.html?c=sunburst-visualMap](url)


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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


Re: [I] Legend does not show in sunburst chart [echarts]

Posted by "smit3901 (via GitHub)" <gi...@apache.org>.
smit3901 commented on issue #16894:
URL: https://github.com/apache/echarts/issues/16894#issuecomment-2071641974

   Does anyone solve this issue? I also face the same issue. @Mingeax @ClaudiuCeia @osamamammar @tkfischer @apmahend 
   


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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] [echarts] osamamammar commented on issue #16894: Legend does not show in sunburst chart

Posted by GitBox <gi...@apache.org>.
osamamammar commented on issue #16894:
URL: https://github.com/apache/echarts/issues/16894#issuecomment-1214177574

   Does anyone solve this issue? I have the same issue.


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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] [echarts] apmahend commented on issue #16894: Legend does not show in sunburst chart

Posted by GitBox <gi...@apache.org>.
apmahend commented on issue #16894:
URL: https://github.com/apache/echarts/issues/16894#issuecomment-1168524507

   I'm having the same issue here


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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