There are a couple more undocumented options you can experiment with to try
to get the output you want.

  bar: {
    width: number | percentString,
    gap: number,
    group: {
      width: number | percentString,
      gap: number
    }
  }

bar.groupWidth ought to be the same as bar.group.width if everything is
implemented correctly.

Hope that helps.




On Thu, Aug 10, 2017 at 4:34 PM, Ian Boynton <ianboynto...@gmail.com> wrote:

> Hi -
>
> I am constructing a column chart that contains 300+ data points to draw,
> and am having issues with scaling the chart so that it fits within its'
> parent div. I've used the bar.groupWidth property to set the column width
> to 1px, but this has not fully resolved my issue, as the columns seem to be
> drawn 2 pixels apart (see attached image showing the x values of the column
> charts).
>
> Is there a way for me to manually force the columns to be drawn
> incrementally, without this double step?
>
> Or, are there better ways for me to force a Column Chart to be restricted
> to a certain width?
>
> Thanks in advance for any help!
>
> Best,
>
> Ian
>
> --
> 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 google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to google-visualization-api@
> googlegroups.com.
> 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/f1a1adec-3b95-4869-a6a4-
> a6bc300e6777%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/f1a1adec-3b95-4869-a6a4-a6bc300e6777%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
dlalibe...@google.com <dlalibe...@google.com>   5CC, Cambridge MA

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/CAOtcSJO%2B88xPvRLD5G9BnycxbZPQuJ%2B9SEc_rhNnU8kNZQ-bZQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to