I thought I replied to this yesterday. Thanks a lot! My chart is beautiful now! :)
On Tuesday, May 6, 2014 10:06:49 PM UTC-5, Andrew Gallant wrote: > > Here's an example that might work well for you: > http://jsfiddle.net/asgallant/fxq2h/2/ > > On Tuesday, May 6, 2014 7:51:20 PM UTC-4, Neil Camara wrote: >> >> That makes more sense! Awesome! I'll do that then. I'm going to edit the >> tooltip too so that it will also show the total. Thanks for the help again! >> :) >> >> On Tuesday, May 6, 2014 3:01:21 PM UTC-5, Andrew Gallant wrote: >>> >>> A ColumnChart is probably a good choice, but I don't particularly like >>> that presentation with the overlapping columns, personally. I think that >>> since your data is summable, a regular stacked ColumnChart would probably >>> work better: http://jsfiddle.net/asgallant/fxq2h/1/. The height of >>> each column is then the total bytes transmitted. >>> >>> On Tuesday, May 6, 2014 3:37:55 PM UTC-4, Neil Camara wrote: >>>> >>>> Got it. Andrew's jsfiddle will work for me. >>>> >>>> For the data I presented, what chart is ideal to use or recommended? >>>> >>>> On Tuesday, May 6, 2014 2:04:12 PM UTC-5, Andrew Gallant wrote: >>>>> >>>>> If I understand correctly, your columns in that chart are not stacked, >>>>> they are layered (that is, "sent" is behind "received", not on top of >>>>> it), >>>>> right? There is no out-of-the-box support for this in the Visualization >>>>> API, but you can hack it (example: >>>>> http://jsfiddle.net/asgallant/fxq2h/). If my understanding of your >>>>> needs is wrong, then you can use the "isStacked" option to stack columns >>>>> as >>>>> normal. >>>>> >>>>> You will have to build the legend yourself as well, as there is no >>>>> support for creating a legend like that. >>>>> >>>>> On Tuesday, May 6, 2014 1:34:58 PM UTC-4, Neil Camara wrote: >>>>>> >>>>>> Hi folks, >>>>>> >>>>>> Do you guys have a jsfiddle/plunkr of this? Please see attached chart >>>>>> image. >>>>>> >>>>>> Thanks in advance! >>>>>> >>>>>> Neil >>>>>> >>>>> -- 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.
