python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Remove unnecessary top space in Google Charts
I have a problem with Google Charts, I get it to show what I want with the type of chart I need. When putting many values in the charts I have to increase the height of the chart, but at the same time...
David
Votes: 0
Answers: 0
Google line chart multiple y-axis
I can't find out how to format the different y-axis. The two lines (hum, press) is not easy to read the values. can anyone point me in the right direction? I have not found any good description on how...
Bengt
Votes: 0
Answers: 0
Accessing a private Google sheet with a google cloud service account
I have a private Google Spreadsheet and I’m trying to access it programmatically using Google Visualization/Google Charts. I've created the service account, and I have tried using the google-auth-libr...
2pichar
Votes: 0
Answers: 1
How do I change format vAxis for specific targetAxisIndex series in React Google Chart
I want to change the type line format series to percentage I try this config:
vAxis: {
minValue: 0,
maxValue: 1,
gridlines: { count: 10 },
minorGridlines: { count: 0 },
// Format for target...
Firmansyah
Votes: 0
Answers: 1