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/16 02:45:58 UTC

[GitHub] [echarts] yaodd123 opened a new issue, #17924: markLine.emphasis.label.position不生效

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

   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   option = {
     tooltip: {},
     legend: {},
     xAxis: {
       data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
     },
     yAxis: {},
     series: [{
       name: "Sale",
       type: "bar",
       data: [5, 20, 36, 10, 10, 20, 4],
       markLine: {
         data: [
           {
             type: 'max',
             label: {
               show: true,
               position: 'end'
             },
             emphasis: {
               label: {
                 show: true,
                 position: 'end'
               }
             }
           }  
         ]
       }
     }]
   }
   
   ### Current Behavior
   
   position显示为start
   
   ### Expected Behavior
   
   position显示为end
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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 #17924: markLine.emphasis.label.position不生效

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

   @yaodd123 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**
   
   markLine.emphasis.label.position does not take effect
   </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