Re: [visualization-api] Line Chart: hAxis settings not working?

2016-11-02 Thread GC Proxy
Well in any case I'll move to classic for now. I've got it working on classic, but it's a shame I can't get the material version to work. Thanks for the help. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this

Re: [visualization-api] Line Chart: hAxis settings not working?

2016-11-02 Thread GC Proxy
It does seem to have picked the setting for title color to Red. However it's still not showing in log scale. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an e

Re: [visualization-api] Line Chart: hAxis settings not working?

2016-11-02 Thread GC Proxy
I changed the draw call to this: chart.draw($scope.graphData, google.charts.Line.convertOptions(options)); using the options from before, however there was no change. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe fr

Re: [visualization-api] Line Chart: hAxis settings not working?

2016-11-02 Thread GC Proxy
Then how do I make a Material Line Graph into a log graph? I'm not seeing on the doc page that the configuration would be different here so this is very confusing. On Wednesday, November 2, 2016 at 2:06:02 PM UTC-7, Daniel LaLiberte wrote: > > Be careful not to mix up the material charts with th

Re: [visualization-api] Line Chart: hAxis settings not working?

2016-11-02 Thread 'Daniel LaLiberte' via Google Visualization API
Be careful not to mix up the material charts with the non-material charts. They have different options. google.charts.Line is a material chart. google.visualization.LineChart is the non-material chart. You would also have to use convertOptions() with the material chart options. https://develope

[visualization-api] Line Chart: hAxis settings not working?

2016-11-02 Thread GC Proxy
I'm specifically trying to make a bode plot with a log xAxis, however no matter what settings I set for 'hAxis', nothing seems to take effect. I can't set title, log scale... nothing. I also noted that in the documentation here

Re: [visualization-api] Google Charts addRows not accepting Dates when passed via parsed String

2016-11-02 Thread Vincent Holland-Keen
Thanks for the suggestion. For the time being I've just passed the required rows into the DataTable initialisation. That doesn't allow me to add rows en masse later, but covered most of the situations I needed to handle. Unfortunately, I've since had to move on to other work, so haven't got time

[visualization-api] How to enable Google Visualization API in google script editor

2016-11-02 Thread Yann Pézier
Hi, I'm trying to use Google Visualization API in my Google script editor but it isn't available. Can you please let me know how to enable it? Thanks yann -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this

[visualization-api] What is the method name to detect cycles in the Gantt Chart?

2016-11-02 Thread "~"
What is the method name to detect cycles in the Gantt Chart? When you add a task in the Gantt I wonder if there are cycle. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from

Re: [visualization-api] Re: Is it possible to have a pie chart substituting the dot in the scatterplot?

2016-11-02 Thread Tiago Peres
Can you give me example where a Scatterplot has a pie chart in that specific dot? Having some troubles understand what you mean... On Tuesday, November 1, 2016 at 10:06:05 PM UTC+1, Daniel LaLiberte wrote: > > Hi Tiago, > > After you get the position of a point, you can draw anything you like a

[visualization-api] Gauge Chart

2016-11-02 Thread Valerio Montalbano
I don't see the Method "getImageURI()" for Gauge Chart! How can I get the image of a Gauge Chart to work it in another routine (i.e. print PDF)? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and sto