Hi,

I am currently trying to create a stacked combo line/barchart with data 
shown above and below the horizontal axis. My problem right now is that my 
data underneath the axis is represented as negative numbers to get the 
shape from the graph, but the actual data being charted should be positive. 
Is there a way using vAxes.format to get rid of the negative formatting and 
have both negative and positive scales looking identical?

Currently I have tried things like this:
vAxes: {
    0: {
        title:'Price',
        format: "€#.##;€#.##"
    },
    1: {
        title:'Orders',
        format: "#;#"
    }
}
but to no avail. I have also tried using NumberFormatter but again have had 
no luck.

Do any of you know of a way I could achieve this?

Many Thanks!

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/ac8d5c75-636e-4e7e-bbbe-dbc50d36e29e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [visualization-api] How to... Desmond Henaghen

Reply via email to