[GitHub] [incubator-echarts] mglimmerveen commented on issue #11589: Is it possible to put the y-axis both left and right?

2020-02-09 Thread GitBox
mglimmerveen commented on issue #11589: Is it possible to put the y-axis both 
left and right?
URL: 
https://github.com/apache/incubator-echarts/issues/11589#issuecomment-583866887
 
 
   I'm sorry, I kind of forgot about this. 
   
   Nevertheless, I still do not understand why you would want me to duplicate 
an entire series, and then set it to show: false. It makes the code ugly, less 
descriptive and (most probably) also perform much less. 


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] mglimmerveen commented on issue #11589: Is it possible to put the y-axis both left and right?

2019-11-12 Thread GitBox
mglimmerveen commented on issue #11589: Is it possible to put the y-axis both 
left and right?
URL: 
https://github.com/apache/incubator-echarts/issues/11589#issuecomment-552803943
 
 
   As I pointed out in the first post, I did try duplicating the entire series. 
So, yeah, that would certainly work. And I guess it might be doable in case of 
a small chart, but does have a negative performance impact on rendering larger 
data sets. 
   
   I would personally argue that this is a suboptimal solution/workaround.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] mglimmerveen commented on issue #11589: Is it possible to put the y-axis both left and right?

2019-11-08 Thread GitBox
mglimmerveen commented on issue #11589: Is it possible to put the y-axis both 
left and right?
URL: 
https://github.com/apache/incubator-echarts/issues/11589#issuecomment-551537494
 
 
   I can't seem to get it working. We are using "dataMin" and "dataMax" to set 
the scale of the y-axis, but when I duplicate the y-axis, this isn't working. 
   
   Aside from that, I would say that it would be more robust to just declare 
that you want the y-axis printed twice, rather than duplicating it manually.  
Wouldn't you agree?


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] mglimmerveen commented on issue #11589: Is it possible to put the y-axis both left and right?

2019-11-08 Thread GitBox
mglimmerveen commented on issue #11589: Is it possible to put the y-axis both 
left and right?
URL: 
https://github.com/apache/incubator-echarts/issues/11589#issuecomment-551439728
 
 
   > So you want two axes on two sides, and they are the same?
   > You can set `yAxis` to be an array of y axes and max value should be set 
to make sure they are the same. Then, hide `splitLine` of the right axis.
   
   @Ovilia thanks for your quick reply!
   
   I had previously tried something like this, but ran into problems with 
deviating values, as you mentioned. I thought that was because the min & max 
was automatically deducted from the series, but on second thought, I think I 
overlooked something.  I will try again and get back shortly...


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org