Combo Chart with Chart Range Filter

407 views
Skip to first unread message

Bistaratzea Bistaratzea

unread,
Apr 24, 2012, 10:30:41 AM4/24/12
to Google Visualization API
Hi,
I want to create a combo chart (compound by bars and lines), and I
would like to create also a chart Range Filter. I don't know if it is
possible. There is an error when I run it.
Can anybody say how I could do it?

Thank you

visigoth

unread,
Apr 24, 2012, 11:14:59 AM4/24/12
to google-visua...@googlegroups.com
Hi,

At the moment, bars can only be placed on a discrete axis, and a ChartRangeFilter can only filter a continuous axis. So currently your use case is not supported.
However, we have plans to allow placing bars on a continuous axis in a future release, and once this feature is available it will accommodate your needs.

HTH,
Visigoth

Bistaratzea Bistaratzea

unread,
Apr 25, 2012, 3:03:46 AM4/25/12
to google-visua...@googlegroups.com
Thank you

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/O_9sYIodpQsJ.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.

oka...@gmail.com

unread,
Jun 3, 2013, 8:45:18 AM6/3/13
to google-visua...@googlegroups.com

I want to implement same functionality combo chart with chart wrapper is it supported now. if not is there any work around.

Thank you

To unsubscribe from this group, send email to google-visualization-api+unsub...@googlegroups.com.

asgallant

unread,
Jun 3, 2013, 10:25:49 AM6/3/13
to google-visua...@googlegroups.com
Yes, you can have a combo of line and column chart together on a ComboChart, for both discrete and continuous axes.  Note that when using columns on a continuous axis, the first and last column groups are typically cut in half by the ends of the chart, so you have to set the hAxis.viewWindow.min/max to values outside your data set to make the columns show properly.

Daniel LaLiberte

unread,
Jun 3, 2013, 10:31:50 AM6/3/13
to google-visua...@googlegroups.com



On Mon, Jun 3, 2013 at 10:25 AM, asgallant <drew_g...@abtassoc.com> wrote:
[...] Note that when using columns on a continuous axis, the first and last column groups are typically cut in half by the ends of the chart
 
This bug has been fixed, and will be available in the next release within a week.  The fix is backward compatible, so if you set your minValue, maxValue and viewWindow, they will be used.

--
dlaliberte@Google.com   562D 5CC, Cambridge MA
daniel.laliberte@GMail.com 9 Juniper Ridge Road, Acton MA

nonni

unread,
Jun 10, 2013, 4:56:04 PM6/10/13
to google-visua...@googlegroups.com
Has this already been released then?


On Monday, June 3, 2013 2:31:50 PM UTC, Daniel LaLiberte wrote:


On Mon, Jun 3, 2013 at 10:25 AM, asgallant <drew_g...@abtassoc.com> wrote:
[...] Note that when using columns on a continuous axis, the first and last column groups are typically cut in half by the ends of the chart
 
This bug has been fixed, and will be available in the next release within a week.  The fix is backward compatible, so if you set your minValue, maxValue and viewWindow, they will be used.

--
dlali...@Google.com   562D 5CC, Cambridge MA
daniel.l...@GMail.com 9 Juniper Ridge Road, Acton MA

asgallant

unread,
Jun 10, 2013, 5:04:25 PM6/10/13
to google-visua...@googlegroups.com
No, it has not gone public yet.  You can test it by loading the release candidate version (1.1) instead of the production version (1) in the load call:

google.load('visualization', '1.1', {packages: ['corechart']});

Jordan Lozinski

unread,
Jun 10, 2013, 8:56:32 PM6/10/13
to google-visua...@googlegroups.com
REMOVE ME


--
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-visualizati...@googlegroups.com.

To post to this group, send email to google-visua...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages