Skip to main content

All Questions

0 votes
1 answer
547 views

window.google is undefined with Angular js

I'm using angular-google-chart version 0.0.11 even i tried with 0.1.0 version it always failed at window.google.load('visualization', apiConfig.version, settings); When I debug it, I found window....
Omsairam's user avatar
  • 370
1 vote
1 answer
337 views

Google Charts DateFormatter not displaying formatted values

So i'm currently trying to fix a problem with a Google Charts. I am drawing a chart that shows numeric values on the Y-axis and dates on the X-axis. I want the date to adpat according to the specified ...
Ricardo Cruz's user avatar
2 votes
0 answers
35 views

How to make the Y-axis of the google gantt chart as hyperlink in Javascript/AngularJS? [duplicate]

I have dynamic data coming for the google gantt chart. I want to add hyperlink option for the Y-axis data which will navigate me to the other page. The code given below have the dynamic data. Task ...
Sarmila M's user avatar
0 votes
1 answer
269 views

Angularjs Google Chart - How to wait for data before draw a chart

I'm using the Google Chart Tools Directive Module to draw a line/area chart in my Angularjs application, from rdf data retrieved via sparql queries and available, within the app, in json-like format. ...
felix.jumanji's user avatar
2 votes
1 answer
673 views

Angular-google-chart - building and sorting the data-table

I'm using the Google Chart Tools Directive Module to draw a line/area chart in my Angularjs application, from rdf data retrieved via sparql queries and available, within the app, in json-like format. ...
felix.jumanji's user avatar
-2 votes
2 answers
485 views

How to align axis label with extended major gridlines outside the chartarea in google bubble chart

I am using google visualization bubble chart, I need to align the vertical axis labels something like below, I want to align the labels to the margin of the chart not to the axis line, also need 2 ...
JPil's user avatar
  • 301
0 votes
1 answer
99 views

I am trying to make a chart using google-chart directive.But my chart is not displaying

I am trying to make pieCharts, Barcharts using angular google charts . I have made a colChartObject and assign data to it and several other options like size,colors but nothing is displaying on the ...
gst's user avatar
  • 25
1 vote
1 answer
506 views

Vertical Axis labels set to middle in Google Visualization Chart

I am using Google's visualization bubble chart. I need to align the labels in the vertical axis to middle. See the image below please. Something like this. These month names needs to be in between the ...
JPil's user avatar
  • 301
2 votes
1 answer
1k views

do not show 0 value on google line chart

var data = google.visualization.arrayToDataTable([ ['Year', 'Massachusetts', 'National'], ['2010', 88, 76], ['2011', 0, 82], ['2012', 96, 86], ['...
Navneet Kaur's user avatar
2 votes
1 answer
297 views

Bubbles being cut off in google bubble chart

I am using google bubble chart, and bubbles on the top lines are getting cut off. Both x and y axis are custom labels Here is my JSFiddle example Here is the chart options: var options = { ...
JPil's user avatar
  • 301
0 votes
1 answer
74 views

How to add styles in google organisation charts using angularjs?

I am trying to implement an organisation chart using google charts api. I am currently challenged in styling the organisation chart. Current Chart: https://imgur.com/tLLcP6u I want to get something ...
Siba-Qamata's user avatar
1 vote
0 answers
49 views

Google Charts print size doesn't consider chartArea

I'm working on a somewhat long-in-the-tooth AngularJS 1.2 application that uses angular-google-charts as a wrapper. I've tried and succeeded at getting the chart to display the way I want it to when I ...
Jon Mitten's user avatar
  • 2,055
1 vote
1 answer
3k views

getting error: LineChart not a constructor, and chart not displayed in web page

I have an HTML file that is supposed to display a chart which would show the details of a particular process from the past few minutes. It gives the error as follows when I declare google.charts.load(...
Harshith Rai's user avatar
  • 3,066
2 votes
1 answer
3k views

Google Treemap: want to put color of node in red, green and amber

I am using Google Treemap to show department wise data. I am not being able to set the color of nodes in which I want. I don't know whether colors are decided by treemap itself. google.load('...
Shivam Pandey's user avatar
0 votes
1 answer
2k views

Using JSON data to create treemap using google charts or d3.js

A part of my JSON data is as follows. [ { "App": "app1", "count": 8, "country": "FR", "period": "2018" }, { "App": "app2", "count": 7, "country": "FR", "period": ...
mihir shanvir's user avatar

15 30 50 per page
1
2 3 4 5
15