You have to convert your Timeline into a ChartWrapper in order to use it 
with a Dashboard:

var chart = new google.visualization.ChartWrapper({
    chartType: 'Timeline',
    containerId: 'Chart',
    options: {
        // put your chart options here
    }
});

On Tuesday, August 12, 2014 5:14:58 PM UTC-4, MB wrote:
>
> I'm back with yet another question. Now that this task is complete, I'm 
> trying to apply some advanced features like controls. My first goal is to 
> add a filter to the bottom of the timeline where I can draw to just see the 
> dates that I want to see. I followed the guidance on the 
> https://developers.google.com/chart/interactive/docs/gallery/controls to 
> build in a ChartRangeFilter div. Of course, I failed (I'm way in over my 
> head now). However, I got an error when I tried to run the program that 
> says "[object Object] does not fit either the Control or Visualization 
> specification.×"  Is this a result of the hackery that put the multiple 
> data tables into one or is it something else? I've attached the program in 
> full for reference. The range filter was added within the draw function as 
> a variable called rangeSlider. Any ideas?
>
>

-- 
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.

Reply via email to