I'm afraid your jsfiddle isn't very helpful, since it's not using your
data. Most of the time, errors occur because of malformed data. With that
said, you have the line
  bind([control], [ComboChart]).
But you never define ComboChart as a variable. I think you meant to write
  bind([control], [barChart]).

- Sergey


On Tue, Aug 6, 2013 at 5:49 AM, Alireza MOUSSAEI
<alirezamouss...@gmail.com>wrote:

> hello every one
> i have ComboChart that get data from my data table and this is Structure
> of my " var data = response.getDataTable(); "
>
> cost_reportings_timestamp---Bureau de M. le Maire---Salle de
> réunion---Secrétariat /accueil
>
> 8 déc. 2012---0.4536628723144531---2.1034255027770996---1.1031612157821655
>
> and kow i want to controls my ComboChart with one Controls and
> Dashborards, this is the codes:
>
>
> this is  my code:   http://jsfiddle.net/armon000/ZQ9w3/
>
>
> could you help 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-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-api@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to