How do I make this embedded Google Sheets chart responsive? - google-visualization

I have an embedded Google Sheets chart on my website. But, it's not responsive. How do I do it?
Here is the iframe in which the chart is embedded -
<iframe src="https://docs.google.com/spreadsheets/d/1wLbWMwwu_bXcpxm8TlkNtkR4gbeqz_o8CuRzdDQMUaM/pubchart?oid=191206948&format=interactive"></iframe>
Here is the JSFiddle

Related

Using draw.io OR build own interactive flow chart

Is it possible to use draw.io like the JQuery UI Library where I can integrate it into a web application? If not, what are the best tools available that I can use to create an interactive flow chart similar to draw.io feature for a web application?

Power BI desktop with custom charts

I have created a report using Power BI desktop and I upload online. I used two charts that I download them from this site:https://app.powerbi.com/visuals/. The problem is that in the online dashboard the charts are not showing properly today. They are simple not loaded at all. Any idea/solution?
You should upload the custom visuals to the app.powerbi.com as well.

GDK Show the Map in Google Glass

I want to create a sample glass application using the Google Glass Development Kit.
In my activity I want to show the Google map.
How can I show the map in activity using Google Glass Development Kit?

How to access data from a survey in sharepoint

I have a survey with few questions in it,i have to access data such as questions their options and responses to each question from the survey list.
My requirement is to make a pie chart for each question of the survey based on their responses.
You can use Excel to build the pie chart using the SharePoint survey list as a data source. You can then deploy the Excel workbook to SharePoint and use Excel Services. Excel Services Web Parts can be added to Web Part pages.
More info on SharePoint list data sources in Excel here: http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/2013/07/11/excel-services-using-a-sharepoint-list-as-a-data-source.aspx.
PS. If you find info about using the Chart Web Part, it has been discontinued on SP 2013.

Does the Google Chart API send your chart data to google?

Does anyone know whether the Google Chart API sends the raw data, used to generate the charts and visualisations, to Google?
In other words are the charts and visualisations generated by Google's servers or are they generated locally by the Chart API's Javascript libraries.
If you are talking about the charts generated from a url (the chart api) then from the FAQ
https://developers.google.com/chart/interactive/faq#chartapi
What is the difference between the Google Chart API and the Google
Visualization API?
The Chart API provides a simple way to create image charts of various
kinds by sending a formatted URL that includes both the data and
chart configuration options to a Google server. The Chart API
includes a closed set of charts with various options. The Chart API
datasets are limited to the size of a URL (roughly 2K).
For the Visualisation API it depends on the chart/visualisation, see the Data Policy for example this one for the line chart
https://developers.google.com/chart/interactive/docs/gallery/linechart#Data_Policy