hitrust / google-ajax-examples

Automatically exported from code.google.com/p/google-ajax-examples
0 stars 1 forks source link

ChartRangeFilter fails in ComboChart with two types of series #165

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open example in 
https://code.google.com/apis/ajax/playground/?type=visualization#chartrangefilte
r_control
2. Change Chart Type to "ComboChart"
3. Add to options in chart definition:
       'seriesType': 'bars',
       'series': { 3: { type: 'line', targetAxisIndex: 1 } }
4. Change "for" statement to:
       for (var day = 1; day < 4210; ++day) {
5. Use filter to select the whole period

What is the expected output? What do you see instead?
Graph should be drawn from the earliest data point to the latest data point.
Instead, there seems to be a limit and even though the filter encompasses the 
whole period the graph does not.

What version of the product are you using? On what operating system?
Online, google charts in Google Code Playgrounf on Firefox v27, Windows 7.

Please provide any additional information below.

Original issue reported on code.google.com by ano...@gmail.com on 24 Mar 2014 at 6:27