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/24 12:53:44 UTC

[GitHub] [echarts] Mykhaylo12 opened a new issue, #17967: Wrong interval in axisTick when use method

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

   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/Mykhailo-codepen/pen/gOKzYJj
   
   ### Steps to Reproduce
   
   1. Create 7 days x axis starting from Saturday
   2. Add one axisTick interval which divides weeks. So interval should be before Monday. For this you need to use method.
   
   
   
   ### Current Behavior
   
   If Interval one only every time it goes before first bar.
   If we have more then one interval it works fine (set intervals on proper places) but adds one extra interval after last bar.
   
   ### Expected Behavior
   
   interval depends on method logic only
   
   ### Environment
   
   ```markdown
   Problem in all browsers independent of 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] Ovilia commented on issue #17967: Wrong interval in axisTick when use method

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

   > This is unavailable for category axis. 
   
   https://echarts.apache.org/en/option.html#xAxis.interval


-- 
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] echarts-bot[bot] commented on issue #17967: Wrong interval in axisTick when use method

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

   This issue is labeled with `difficulty: easy`.
   @Mykhaylo12 Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for the community to fix.
   
   Please have a look at [How to debug ECharts](https://github.com/apache/echarts/blob/master/CONTRIBUTING.md#how-to-debug-echarts) if you'd like to give a try. 🤓


-- 
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] Ovilia commented on issue #17967: Wrong interval in axisTick when use method

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

   Sorry. I checked again and this is a bug.


-- 
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] Mykhaylo12 commented on issue #17967: Wrong interval in axisTick when use method

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

   > > This is unavailable for category axis.
   > 
   > https://echarts.apache.org/en/option.html#xAxis.interval
   
   My issue related to  **xAxis.axisTick.interval** not to **xAxis.interval**
   [https://echarts.apache.org/en/option.html#xAxis.axisTick.interval](https://echarts.apache.org/en/option.html#xAxis.axisTick.interval)


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