Questions tagged [angular-google-chart]
21 questions
0
votes
0 answers
why I cannot use strings in Column array with tooltips? Google charts
I would like to know, why is it impossible to do something like this
this.columnNames: Column[] = ['name', 'value', {type: 'string', role: 'tooltip', p: {'html': true}}]
I'm getting error:
Type '{ type: string; role: string; p: { html: true; }; }'…

mario
- 186
- 3
- 16
0
votes
1 answer
How to get childrenIndexes of a node in Angular Google Charts (OrgChart)?
I am using angular google charts to draw an org chart. Everything works fine, but I cannot use the method getChildrenIndexes(row) of the library. If anyone can help me with a way to get child indexes of a selected node? For reference, I am following…

Ahsan Hasan
- 57
- 2
- 11
0
votes
1 answer
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.google is undefined
I also tried the below solution…

Ajay Kumar Jaiswal
- 352
- 1
- 6
- 24
0
votes
1 answer
google-chart-angular is missing dependencies
I'm setting up google-chart-angular in my angular project. I've installed it according to this guide, and also added GoogleChartsModule to my app.module.ts
I think everything should just work fine, but when I start the project, it tells me the…

lhc 2016
- 3
- 1
-1
votes
1 answer
How to solve this error in TypeScript For Google Chart
error:
Argument of type '{ pointSize: number; animation: { startup: boolean; duration: number; easing: string; }; legend: string; hAxis: { viewWindow: { min: number; max: number; }; }; vAxis: { viewWindow: { min: number; max: number; }; }; }' is not…

dhruv14
- 9
- 3
-1
votes
1 answer
Remove space between bars of Google histogram chart in Angular
I am using google histogram chart in my angular application, But i am unable to remove the space between the bars.

user1199561
- 19
- 2