Hi Nicole, For #1, you can use the style role, as exemplified here: https://developers.google.com/chart/interactive/docs/gallery/barchart#Colors. If you don't want to explicitly color your bars, though, you could create two series and stack them, set all nulls for the second one except for the last bar, and the last bar should have a null for the first series. Here's an example of that method using your data: http://jsfiddle.net/yugqn37f/
2. You can adjust the spacing, but all columns must have the same spacing. If you are asking this question because you want to add a space between WA and NAT, then you should do so by introducing an empty category, like so: http://jsfiddle.net/yugqn37f/1/ On Mon Oct 13 2014 at 9:02:51 PM Nicole Goldup <[email protected]> wrote: > Hello, > > page: > http://www.hpvregister.org.au/research/coverage-data/hpv-vaccination-coverage-2012 > > I have 2 questions: > > 1. The last bar in the above chart needs to be a different color as it > shows national data compared to state data. Is this possible? > > 2. Can we adjust the default spacing between the columns? > > Thanks, > Nicole > > -- > 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 > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/d/optout. > -- 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 email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
