I'm also interested in this feature. Where and when do we get updates about this? I've seen that the website for Google Charts is being updated, but I haven't seen any updates on the Material Charts.
On Tuesday, March 3, 2015 at 3:36:30 PM UTC+1, Sergey wrote: > > Material Charts do not yet support many of the features that you may be > used to with our Classic Charts, this includes annotations, resizing the > chart area, along with a number of other features (it would be shorter to > list the features it does support). We are aware of this lack of > functionality and are working on implementing many of those features. > > On Tue, Mar 3, 2015 at 4:24 AM Emanuele Asci <[email protected] > <javascript:>> wrote: > >> >> >> 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] >> <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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.
