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/27 04:09:24 UTC

[GitHub] [echarts] MeetzhDing opened a new issue, #16946: [Feature] xAxis splitLine showMinLine showMaxLine

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

   ### What problem does this feature solve?
   
   When use splitLine in xAxis[type=time], minSplitLine and maxSplitLine can't be hidden.
   
   <img width="1206" alt="image" src="https://user-images.githubusercontent.com/12808432/165438352-7c77f719-8256-4d37-9d5d-4cd396b032d8.png">
   
   
   ### What does the proposed API look like?
   
   like xAxisLabel [showMinLabel](https://echarts.apache.org/zh/option.html#xAxis.axisLabel.showMinLabel)
   
   ```ts
   xAxis: {
     splitLine: {
        showMinLine: false,
        showMaxLine: true
     }
   }
   ```


-- 
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] MeetzhDing commented on issue #16946: [Feature] xAxis splitLine showMinLine showMaxLine

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

   > I guess this may work also in xAxis type value, right?
   
   Yes.
   
   
   echarts/test/brush.html
   ```ts
   xAxis: [
       {
           type: 'value',
           splitLine: {
               show: true,
               showMinLine: false,
               showMaxLine: false
           }
       }
   ],
   ```
   
   before:
   <img width="1503" alt="image" src="https://user-images.githubusercontent.com/12808432/165462459-a186e65b-0c60-430e-8e73-e777be3b0e39.png">
   
   after:
   <img width="1509" alt="image" src="https://user-images.githubusercontent.com/12808432/165462381-7bcbf714-d1b6-408e-b9ff-5e9264007e12.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

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] Clebal commented on issue #16946: [Feature] xAxis splitLine showMinLine showMaxLine

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

   I guess this may work also in xAxis type value, right?


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