Skip to main content

All Questions

1 vote
0 answers
371 views

How to fix Row 0 given with size different than 0 error in Google charts?

I am working with google charts for the first time and I have no idea about the errors of this library. Please guide me where I am wrong. let initFlag = (this.leaderBoardData == null) ? true : ...
Robin Singh's user avatar
  • 1,796
0 votes
1 answer
427 views

How to draw google chart with data imported from angular service?

I am working with google charts and google with the data is being pulled from mongodb via express I am facing error in using the data extracted by angular service Here is system.service.ts import { ...
UTKARSH KALIA's user avatar
0 votes
1 answer
332 views

Angular - Render Google chart on a different page

Basically, I have two components page1 and page2 and I would like to draw a google Gantt chart on the second page. However, when switching to page2 nothing is rendered. From what I understand you must ...
Chun's user avatar
  • 3
1 vote
1 answer
65 views

Google Charts Timeline: Coloring issues

Google Charts Timeline: Issue with coloring & bar labels let result = [ [ "operator NEPRECIZAT", "MICRO STOP", "2020-08-25T04:00:24.000Z", "...
Gerald Hughes's user avatar
1 vote
0 answers
518 views

How to add custom tooltip to treeMap

I am trying to create a custom tooltip for google treeMap, but i am using angular-google-charts library and i am providing the Data table for the chart as a directive in the html Example: <...
Hassan Assaad's user avatar
1 vote
1 answer
164 views

Google table charts only returns one row of my REST API

I am trying to show the data of a REST API in a Google Table Charts with Angular, but at the moment of executing the code, it only returns the last record, I would like to know how I can show all the ...
douglas's user avatar
  • 121
0 votes
1 answer
494 views

Angular Google Chart - ERROR Error: Invalid row #0 When try to bind data with MongoDB data array

I'm building a sankey chart that will get it's data from MongoDB array but when i open it return error. ERROR Error: Invalid row #0 at Object.gvjs_ll [as arrayToDataTable] at GoogleChartComponent....
Piyawat's user avatar
  • 23
0 votes
1 answer
2k views

How to change the needle color of gauge chart of angular-google-charts?

I want to change the needle color of gauge chart. I am using the following code to produce this gauge chart @ViewChild('googlechart', {static: true}) googlechart: GoogleChartComponent; ...
Mohammad Nasir's user avatar
0 votes
1 answer
2k views

How to show Percentage in gauge chart of Angular google chart package?

I am developing an application where I am going to show a gauge chart. I am using the angular-google-chart package. I implement a basic gauge type chart. Instead of showing the flat number like 0, ...
Mohammad Nasir's user avatar
2 votes
2 answers
3k views

How to add 'tooltip' to Timeline chart in angular-google-charts?

I'm trying to add tooltip to Timeline chart using angular-google-charts library in Angular 7 application. When I add a fifth column at index = 2, angular-google-charts throws as error saying "...
ranaalisaeed's user avatar
0 votes
1 answer
39 views

How to make GoogleChart flexible in mat-grid?

I have google chart in the mat-grid list which I generated for element alignment on the page.But when I change the width of browser that chart isn't getting smaller as expected.There's overflow in the ...
Timuçin Çiçek's user avatar
0 votes
1 answer
801 views

How to place an icon inside Google ColumnChart

I have columnchart bar which has one column and I wanna place an icon top of the bar.This bar is dynamically changing as randomly.I checked some sources on the internet and Google Chart API but couldn'...
Timuçin Çiçek's user avatar
1 vote
1 answer
516 views

Access restrictions to Google Charts

Day after day,... and after some time of use, Google Charts stops from loading on my ANGULAR project. For now I'm in development mode and my project it's running in localhost. My Browser console ...
JulioSa's user avatar
  • 128
0 votes
1 answer
38 views

After leaving URL and coming back data is missing from Chart. Upon refresh, it shows

My application is showing the data in the chart without issue upon the first page load... however when I leave the page and click on a navbar route and come back, the data is no longer showing. I can ...
iamtravisw's user avatar
-1 votes
1 answer
434 views

Capture event when user clicks on x axis on Google charts

I am using Angular Google Charts. I am working on a requirement where I need to change the format of x axis values when user clicks on them. Like absolute value <=> Percentage Value. Is there any ...
Mahesh's user avatar
  • 1,635

15 30 50 per page