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/10 18:43:34 UTC

[GitHub] [echarts] Creatium opened a new issue, #17903: [Feature] Candlestick borderRadius and simplified version

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

   ### What problem does this feature solve?
   
   It is very strange that Candlestick type of chart has no option to have rounder corners for the bars themselves. What could be the reason for this? 
   
   Also, there should be an option to do a candlestick type chart with only open/close data parameters, skipping those "low" and "high" parameters. Or allow array items for basic bar chart, adding bar starting and ending value positions, like [20, 36].
   
   ### What does the proposed API look like?
   
   Add borderRadius option to itemStyle or add support for start/end value positions for traditional bar chart.


-- 
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] Traumflug commented on issue #17903: [Feature] Candlestick borderRadius and simplified version

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

   Never seen candlestick charts without wicks. That said, the vote in #18185 for a distinct color for these wicks would solve this problem: https://github.com/apache/echarts/issues/18185#issuecomment-1566263731 You could make them transparent.


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