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/09/19 02:53:29 UTC

[GitHub] [echarts] CL-yang opened a new issue, #17668: [Feature] 希望支持在option层级设置markline的需求

CL-yang opened a new issue, #17668:
URL: https://github.com/apache/echarts/issues/17668

   ### What problem does this feature solve?
   
   目前echarts的markline 都放在series内部, 希望能够支持不跟随series 放在option层级的markline
   
   ### What does the proposed API look like?
   
   option = {
     title: {
       text: 'Temperature Change in the Coming Week'
     },
     tooltip: {
       trigger: 'axis'
     },
     legend: {},
     xAxis: {
       type: 'category',
       boundaryGap: false,
       data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
     },
   markline: {...}
     yAxis: {
       type: 'value',
       axisLabel: {
         formatter: '{value} °C'
       }
     },
     series: [...]
   };


-- 
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] echarts-bot[bot] commented on issue #17668: [Feature] 希望支持在option层级设置markline的需求

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

   @CL-yang It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Feature] Hope to support the need to set markline at the option level
   
   **BODY**
   
   ### What problem does this feature solve?
   
   At present, the marklines of echarts are placed inside the series, and I hope to support the marklines placed at the option level that do not follow the series
   
   ### What does the proposed API look like?
   
   option = {
     title: {
       text: 'Temperature Change in the Coming Week'
     },
     tooltip: {
       trigger: 'axis'
     },
     legend: {},
     xAxis: {
       type: 'category',
       boundaryGap: false,
       data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
     },
   markline: {...}
     yAxis: {
       type: 'value',
       axisLabel: {
         formatter: '{value} °C'
       }
     },
     series: [...]
   };
   </details>


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