Also me have same problem, with more material bars (see attach), I have 
used DataView:

var view = new google.visualization.DataView(data);
    view.setColumns([0, 1, 
                     {  type: 'string',
        role: 'annotation',
        sourceColumn: 1,
        calc: 'stringify'
    },2,
    {  type: 'string',
        role: 'annotation',
        sourceColumn: 2,
        calc: 'stringify'
    }
    ,3,
    {  type: 'string',
        role: 'annotation',
        sourceColumn: 3,
        calc: 'stringify'
    }
    ]);

by "visualization.ColumnChart" that work fine, but by "charts.Bar" *not* 
work fine.
thanks


Il giorno mercoledì 18 febbraio 2015 00:03:00 UTC+1, Sarah Duve ha scritto:
>
> Hi,
>
> I had a classic bar chart set up to label the bars with the data values as 
> described here 
> <https://developers.google.com/chart/interactive/docs/gallery/barchart#Labels>,
>  
> which was working great (see pic). However when I convert it to a Material 
> Chart, the labels aren't showing. Is this not supported yet, or am I just 
> not doing it right?
>
>
> <https://lh3.googleusercontent.com/-9SpwrE470Mo/VOPIiFfD6TI/AAAAAAAABKQ/yxV1nV_lvMM/s1600/labels.png>
>
>

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