column chart with time axis: right-side axis tick label not in full length
This happens to column chart with a bottom Time axis. the right side tick label doesn't display in full-length. Here is a simple sample on JsFiddle http://jsfiddle.net/JPEEv/219/
any inputs would be appreciated!
Last edited by simon.law; 6 Sep 2013 at 9:47 AM.
Reason: drill down the cause of problem
adjustEnd has default value as true, I even tried changed to false, no difference.
I realized this is actually a problem in column chart with Time axis. I updated my question with a JsFiddle testing sample, could you take another look?