google-chart
google-chart copied to clipboard
Google Charts API web components
https://jsfiddle.net/8vhn8fry/ I'm not sure if this is a bug or I'm just using it wrong. Try click on a category, and then right click on the map to go back...
https://developers.google.com/chart/interactive/docs/reference#error-display
Some ideas below... `google-chart-data.output` is a `google.visualization.DataView` `google-chart-data.input` is a URL, `DataTable` format object, or `DataTable` object. This `google-chart-data` element is created inside the `google-chart` element to work with today's...
Hi. I'd like to handle the title error cases. An extreme case, Great Firewall blocks any connections to gstatic.com. Is there any way to handle this kind of errors?
As seen here: https://google-developers.appspot.com/chart/interactive/docs/reference#chartwrapperobject Maybe its not expected to, but the assumption was, it mentions URL support for the Chart API and that was a URL for the chart API....
See: https://developers.google.com/chart/interactive/docs/gallery/annotationchart
Hi, is there a way of composing a chart with a chartRangeFilter using polymer elements? There is https://developers.google.com/chart/interactive/docs/gallery/controls but don't know if it can be used with google-chart element
```js ready: function () { this.$.chart.set('options.fontName', "Roboto"); // BUG: this has no effect this.$.chart.set('options.fontSize', 25); this.$.chart.set('options.timeline', {showRowLabels: false}); this.$.chart.redraw(); }, ``` With `fontName` and `fontSize set`, chart still reverts to...
Hi, please try to reproduce: 1. Select bar from timeline pressing shift (select one or more times w and w/o pressing shiftkey) 2. Do onmouseover Strange error appears. We did...
It would be really nice to have a "true" Polymer example of the `google-chart` element. Specific examples of how to structure `data`, `row`, `column`, `options` using `data-binding` would be nice....