Skip to main content
Filter by
Sorted by
Tagged with
4 votes
1 answer
64 views

I am using google charts and I need to chart pos/neg values with annotations. The negative annotations show up by the axis. Is there a way to switch the -0.95 annotation to below the blue column? ...
Bill Moreland's user avatar
1 vote
2 answers
127 views

Please see this fiddle: google.charts.load("current", { packages: ["corechart"] }); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization....
Andrew Truckle's user avatar
0 votes
2 answers
56 views

simple pie chart example from google chart displaying pie chart vertically when onclick loaded by ajax , when same code loaded in simple web page displaying horizontally. <script type="text/...
user2069448's user avatar
0 votes
1 answer
50 views

I tried to set my columns type for Start Date and End Date to datetime type but I always receive this error : Invalid data table format: column #2 must be of type 'date'. (Where column 2 is Start ...
Lexe.Elf's user avatar
0 votes
1 answer
42 views

I try to implement a Google Chart displaying sensor value in a time line. I want to have the min, max and average value in the graph (min and max is a filled interval). But I want also the chart to be ...
JayMore's user avatar
  • 744
1 vote
2 answers
121 views

I'm trying to programatically modify an area chart within a Google spreadsheet. I want to read the existing chart's options like so; the string values in AREA_CHART_PROPS have been taken from Google's ...
robyaw's user avatar
  • 2,317
1 vote
1 answer
60 views

I created a dashboard using Google Charts and wanted to annotate data by using custom tooltips. But I only manage to display my custom tooltips for the latest created line (line of plot87 in JSFiddle),...
jonsken's user avatar
  • 127
1 vote
1 answer
42 views

I am attempting to move the gauge label above the visualization. My attempt to use $("#Min svg text:first").attr("y", 5); resulted in the label being chopped off on top. I've ...
cmill's user avatar
  • 901
3 votes
4 answers
664 views

I'm creating a line chart in Google Spreadsheets. How can I display the increasing and decreasing sections in different colors? I am attempting to do this by creating auxiliary columns with formulas ...
Vitalizzare's user avatar
  • 7,648
-1 votes
1 answer
129 views

I'm using the following Apps-script, google extension: /** * Function to automatically change chart title */ function changeChartTitle() { // get the chart // assumes only one chart, adjust the index ...
SCW Investment Club's user avatar
1 vote
1 answer
21 views

In the tornado chart I have 4 data columns , whereas the first one is white in order to create the look of the tornado chart. Now the problem is that the gridlines are not showing because of the ...
kangarooChris's user avatar
0 votes
1 answer
53 views

I'm using google chart tools to display two piecharts one to the left and the other to the right, Before creating dynamically the div container using the DOM, it worked with bootstrap classes like ...
Rodrigo Cabrera's user avatar
0 votes
1 answer
74 views

I am having problem in formatting the date column for Google Annotation chart. I am following this link https://developers.google.com/chart/interactive/docs/gallery/annotationchart My Data for ...
Curious_learner's user avatar
1 vote
1 answer
106 views

I am following the below answer for my charting scenario, I have no problem in expected functionality like rendering the chart, filtering the charts. Editing Google Charts Category Filter My Problem ...
Curious_learner's user avatar
2 votes
1 answer
154 views

I am running the below code var reportSheet = SpreadsheetApp.openByUrl("https://docs.google.com/spreadsheets/d/1HWg9ip6iC7wnw9e80IpM6ISKslMbtO591SLoKHTQGms/edit"); var reportStudentGraph = ...
Yaskadeva Bayari's user avatar

15 30 50 per page
1
2 3 4 5
600