You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/07/16 07:09:47 UTC

[GitHub] BugZappr commented on issue #8014: Type log axis cant control axisTick interval

BugZappr commented on issue #8014: Type log axis cant control axisTick interval
URL: https://github.com/apache/incubator-echarts/issues/8014#issuecomment-405164159
 
 
   +1 on this.  I'd like to use a log Y axis on your candlestick example.  However, if I add to the YAxis section, so that I have:
   
   >               yAxis: [
   >            {
   >                scale: true,
   >                splitArea: {
   >                    show: true
   >                 },
   >                 type: "log",
   >                 min: 15000,
   >                 max: 25000,
   >                 interval: 2000
   >            },
   
   to the first YAxis section, I get just two axis labels: 15000 and 25000.  In this case, I believe it should be five.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org