Yes That is nice formatting, sorry I am just picking this up as I go along.
I found that the application is for me formatting agnostic. I did find that both on my platform and in the google api playground, the names of the parameters are case sensitive. So if you break the camelcase rules, it fails. I am still none the wiser about the crrent support for the full list of the parameters for AREA chart listed on; http://code.google.com/apis/chart/interactive/docs/gallery/areachart.html hacking on with work arounds meanwhile ... -- Eric Roni Biran said: > for what chart are you trying to use them? > in any way, the correct format for writing these options are as follows: > > curveType: 'function', > hAxis: { > showTextEvery: 2 > }, > vAxis: { > viewWindowMode: "explicit", > viewWindow: { > min: 5, > max: 28 > }, > gridlineColor: '', > minValue: 5 > } > > you should use a JSON format for these options. the documentation shows you > the hierarchic notation of the options. > > good luck, > > > > On Tue, Nov 1, 2011 at 1:19 PM, Allomorphy <[email protected]> wrote: > > Hi > > I am so far failing with the following options args to the method > chart.draw > > hAxis.showTextEvery: 2, > vAxis.minValue: 5, > curveType: "function", > vAxis.viewWindowMode: "explicit", > vAxis.viewWindow.max: 28, > vAxis.viewWindow.min: 5, > vAxis.gridlineColor > > Are these currently supported? > > I see in the playground, these also fail. What is the reason? > If they are not supported, where do I obtain a list of the > subset of configuration options that are currently supported? > > Sorry but I am new to this, what is a good way to obtain useful > debugging information? I am using cgi scripts to generate the > javascript. > > Thank you very much for any assistance. > > -- > - Eric Smith > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at http://groups.google.com/group/ > google-visualization-api?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at http://groups.google.com/group/ > google-visualization-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
