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/11/24 07:47:37 UTC

[GitHub] [echarts] avitalze opened a new issue, #17965: [Bug] add MarkArea to the legend

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

   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   Is there any way to add the MarkArea of echart to the legend box output ? 
   I have 2 series in my EChartsOption, 1 of them have markArea with color and data. 
   In addition, I have in my EChartsOption-  legend with the name of the 2 series, so I can see them in the chart itself . 
   I want to add the color of the markArea to the legend box output also. There is a way to do it ? 
   
   ### Current Behavior
   
   I can add the color and of the markArea to the legend box output 
   
   ### Expected Behavior
   
   Add the color& name of the markArea to the legend box output
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   Example - add the red color and name of the markeArea to the legend box output 
    
   ![Screen Shot 2022-11-24 at 9 43 53](https://user-images.githubusercontent.com/62471768/203723363-43feb9a4-5e74-4dd8-acff-acc58b60ffc3.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.

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] Ovilia commented on issue #17965: [Bug] add MarkArea to the legend

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

   I think probably not. If you have such requirement, you may consider using DOM to implement legend.


-- 
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] avitalze commented on issue #17965: [Bug] add MarkArea to the legend

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

   ok 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

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] avitalze commented on issue #17965: [Bug] add MarkArea to the legend

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

   Another question please , I didn't find a solution or that. 
   Can I partially Disable-Click on Legend ? I mean, if I have 3 series of from type lines, and I want 1 of them will be a disable-click , but the 2 others will be clickable. Is there a way to implement it? 


-- 
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] Ovilia commented on issue #17965: [Bug] add MarkArea to the legend

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

   This is not supported but you can probably do this by making the markArea to be a [custom series](https://echarts.apache.org/en/option.html#series-custom).


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