Re: [visualization-api] Invert left y-axis of dual axis chart

2016-11-28 Thread 'Daniel LaLiberte' via Google Visualization API
That looks correct, assuming you are using the classic charts. Material charts work differently and don't support the direction option yet. On Fri, Nov 25, 2016 at 8:16 AM, DM wrote: > Hi folks, > > Is it possible to change the direction of the left hand y axis in a dual

[visualization-api] Invert left y-axis of dual axis chart

2016-11-25 Thread DM
Hi folks, Is it possible to change the direction of the left hand y axis in a dual axis chart? I've been trying variations of stuff like this: vAxes: { 0: {direction: -1}, 1: {} } None of it works. Any help appreciated. -- You received this message because you