Hi Ovi, we haven't updated our GWT bindings to load the Material Bar Charts
yet. However, since GWT simply compiles down to JavaScript, you *can*, in
fact use Material Bar Charts from GWT. You'll just have to do it with
inline JavaScript. To answer your question, you should be loading package
"bar", and when you create the chart, you should create google.charts.Bar.
Keep in mind that this is the classname in JavaScript, and as I mentioned
earlier, GWT doesn't have a mapping for it yet.

On Thu Dec 04 2014 at 1:40:55 AM Ovi <[email protected]> wrote:

> Hello,
>
> I saw on the developer's API site that there are some new "Material Bar
> Charts" which allow you to have gradient colors and rounded corners. Can I
> use them with GWT? If yes, how? I am currently using the
> VisualizationUtils.loadVisualizationApi(onLoadCallback, CoreChart.PACKAGE);
> . WHat package should I be loading instead?
>
> THank you
>
> --
> 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.
>

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