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/19 07:29:38 UTC

[GitHub] [echarts] wangling6821 opened a new issue, #16910: [Bug] The smooth property of the stepped line chart is invalid

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

   ### Version
   
   5.3.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   option = {
     title: {
       text: 'Step Line'
     },
     tooltip: {
       trigger: 'axis'
     },
     legend: {
       data: ['Step Start', 'Step Middle', 'Step End']
     },
     grid: {
       left: '3%',
       right: '4%',
       bottom: '3%',
       containLabel: true
     },
     toolbox: {
       feature: {
         saveAsImage: {}
       }
     },
     xAxis: {
       type: 'category',
       data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
     },
     yAxis: {
       type: 'value'
     },
     series: [
       {
         name: 'Step Start',
         type: 'line',
         step: 'start',
         data: [120, 132, 101, 134, 90, 230, 210],
         smooth:  true
       },
       {
         name: 'Step Middle',
         type: 'line',
         step: 'middle',
         data: [220, 282, 201, 234, 290, 430, 410]
       },
       {
         name: 'Step End',
         type: 'line',
         step: 'end',
         data: [450, 432, 401, 454, 590, 530, 510]
       }
     ]
   };
   
   ### Current Behavior
   
   ![image](https://user-images.githubusercontent.com/26473852/163949024-8bc53cc9-8f56-4874-acac-90e110802a05.png)
   
   
   ### Expected Behavior
   
   ![image](https://user-images.githubusercontent.com/26473852/163949091-d1a79aa6-806c-4885-82e9-6b6eb1ea10b8.png)
   
   
   ### Environment
   
   ```markdown
   - OS:macOS 11.6
   - Browser: Chrome
   - Framework:100.0.4896.75
   ```
   
   
   ### 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


Re: [I] [Bug] The smooth property of the stepped line chart is invalid [echarts]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #16910: [Bug] The smooth property of the stepped line chart is invalid
URL: https://github.com/apache/echarts/issues/16910


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


Re: [I] [Bug] The smooth property of the stepped line chart is invalid [echarts]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #16910:
URL: https://github.com/apache/echarts/issues/16910#issuecomment-2078174745

   This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. 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


Re: [I] [Bug] The smooth property of the stepped line chart is invalid [echarts]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #16910:
URL: https://github.com/apache/echarts/issues/16910#issuecomment-2065320536

   This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.


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