An Javascript-based charting and data-visualization API from Google. The API allows users to embed and customize charts, populate charts with local data, or fetch data from another site.
0
votes
1answer
23 views
Horizontal scroll with vertical axes static in google charts
I am using google chart in my App and I wanted to implement scroll. I could do it by styling the container div.
But the problem is that it scrolls the entire graph with the axis. How to scroll ...
0
votes
0answers
7 views
Bootstrap carousel has conflict with morris.js chart?
I am using morris.js to plot charts and I would like to show these charts by bootstrap carousel, however, firebox stopped responding if I do so. They can work well separately but will crash if being ...
0
votes
1answer
8 views
Remove repeating text values in cells in google chart table
Is it possible to remove repeating text data in a Google visualization chart table?Looking for quick suggestions
FYI Following is an example of my question.!
In the column 'Test Plan Name'..I want ...
0
votes
2answers
24 views
Google Charts: Line graph + points?
I have got line graph that shows value change in time. It works but I thought it would be great if I could add points that shows tooltip on hover. Something like this: But I cannot use tooltip ...
0
votes
1answer
27 views
Customising Google Bar Chart Using Google App Script
I am currently having some issues configuring a simple graph using Google App Scripts. I seem to be unable to find the correct documentation in order to progress any further!
I have everything hooked ...
0
votes
1answer
25 views
undefined is not a function - error in Javascript
timechart = new google.visualization.Dashboard(document.getElementById('timechart'));
I get the undefined is not a function on this line. I have other charts initialized on the same page and they ...
0
votes
1answer
23 views
Multiple Y-Axis Google chart with Json data
I'm trying to display a chart with 2 diferents Y-Axis but I always get a chart with 1 Y-axis. I was reading different solutions but nothing work... I think that the problem is that I have a JSON data ...
0
votes
1answer
22 views
Save chart image in specific location GWT
I have the following code to save an image from my google chat:
My HMTL;
function getImgData(chartContainer)
{
var chartArea = chartContainer.getElementsByTagName('iframe')
...
1
vote
1answer
9 views
Configuring DataView from two sheets in the same Google Spreadsheet file for Google Charts DataSource
I am finding it hard to get this answer. I am looking into creating a Google Chart Dashboard for my client and have a Year, Month, Day filter however, their records for 1 year are over 4000 rows, I ...
0
votes
1answer
18 views
Google Charts API - check for success in drawing
I am using Google Charts to draw Column and Line charts. How can I check whether the chart was successfully drawn or not (or, whether the data table was populated with success)?
At the moment I'm ...
0
votes
1answer
39 views
google geochart set selectected country
does anyone have idea how I can mark country from click?
I need somehowe when link is clicked to select that country on map as on hover.
I just dont understand how to use setSelection functon from ...
0
votes
1answer
21 views
Google charts: line break title in ColumnChart
I would like to split my title in my ColumnChart into 2 (or more) lines.
(see https://developers.google.com/chart/interactive/docs/gallery/columnchart)
I tried using the pipe ("|") symbol as ...
0
votes
2answers
21 views
Is there a method to set background color and border of annotations text?
I need to set background color and border of annotations used for a Google line chart. Is there a solution to do this?
0
votes
1answer
28 views
Google Visualization/Charts in Chrome - Plugin Required?
We are building a new interface with AngularJS and at least one of the modules will have charts. So far I have been trying out Google Charts and it works good for me both on the local NodeJS server ...
-2
votes
0answers
26 views
Google apps script How to create combo chart in google spreadsheet by scripting? [closed]
I want to know how to create Combo Chart in Google spreadsheet by Google apps script.
Thanks