Using Google Visualization, why is DataView content showing in ChartRangeFilter but not in its associated LineChart?
The code below should populate a DataView from a CSV file. The DataView is then fed to a DashBoard which inludes a LineChart and a ChartRangeFilter bound together. My problem is that while the ChartRangeFilter shows a proper chart preview and allows me to select the range the LineChart shows only an empty data set but with the right data type and axis labels. My assumption is that the DataView content is OK since the ChartRangeFilter is capable of showing it. Why then can't the LineChart do the same? google.load('visualization', '1', {packages: ['controls', 'charteditor']}); google