9,019 questions
0
votes
1
answer
17
views
Is there a way to have Google Gantt Chart working with hours/minutes/seconds
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 ...
1
vote
0
answers
53
views
TypeError: dataTable.addRows is undefined in Charts.newDataTable() [closed]
I'm encountering a very strange issue in Google Apps Script and I'm hoping someone can shed some light on it. I'm getting a TypeError: dataTable.addRows is not a function when trying to build a ...
0
votes
1
answer
27
views
GoogleChart fetch data from server when zooming or paning inside the LineChart
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 ...
0
votes
0
answers
37
views
How to change Date formate in Google charts
enter image description here
I have created a Gantt chart to display users' in-progress tasks, fetching data from a SharePoint list using a CAML query. The data is successfully displayed on the graph, ...
1
vote
2
answers
95
views
Exception thrown when attempting to read Chart.ChartOptions for existing chart
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 ...
1
vote
1
answer
33
views
Custom tooltips not displayed for all lines
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),...
1
vote
1
answer
27
views
Google Visualization Gauge Change Label Position
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 ...
2
votes
4
answers
507
views
How can I color the increasing and decreasing slopes on a line chart?
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 ...
0
votes
0
answers
68
views
How to style gantt chart labels? [react-google-charts]
I'm trying to change the style of a react-google-charts gantt chart.
By default, the task labels on the left-most column appear to be aligned to the right and have a blue text color (#e5e7eb). I'm ...
-1
votes
1
answer
92
views
Trying to create MULTIPLE dynamic chart titles
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 ...
1
vote
1
answer
15
views
grid lines not showing behind transparent bar in google bar chart
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 ...
0
votes
0
answers
21
views
How can I set formatters for more than one column in React-Google-Charts?
Trying to use React Google Charts, I am facing a problem when I want to format several columns. In all the examples I found on the web, only one column is formatted through one of these two methods:
...
0
votes
1
answer
41
views
how to display 2 google charts inline
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 ...
0
votes
1
answer
47
views
Google Annotation chart Invalid date, or date and time error
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 ...
0
votes
0
answers
29
views
Legends are not refreshed after applying filter in Google Charts
on Load Chart loaded like
After applying selectable and on the click of Reset button(X at end)
Chart looks like this
I have three values in the Selectable
North
South
East
On selecting North, ...