Skip to main content

All Questions

0 votes
1 answer
149 views

Dynamic google line chart not showing up with php and Javascript

I am using google charts to display a line graph on my locally hosted web page. I am using mysqli to take the data from my phpmyadmin database then echoing this into the row spaces in the javascript. ...
Sam's user avatar
  • 11
1 vote
1 answer
105 views

display every other item on axis

Google line chart displaying temperature hour for hour. Is it possible to just display every other hour on the x-axis. I could just set every second string to empty, but then one wouldn't be able to ...
andreasv's user avatar
  • 460
1 vote
0 answers
545 views

Uncaught Error: Row 29 has 1 columns, but must have 32

I'm trying to get some CSV data into a DataTable in order to create a line graph. The CSV has gone through a function to clean up the data prior to creating a new DataTable, the variable data2Array. ...
Melody Anoni's user avatar
2 votes
0 answers
228 views

How to make tooltip follow mouse smoothly?

I wondered if it was possible to make the tooltip follow the mouse as you hover over another coordinate in a delayed but smooth transition? At the moment the tooltip appears and disappears instantly. ...
Slush-Puppy's user avatar
1 vote
1 answer
447 views

How to make Google Line Chart circle have border?

I wondered if it was possible to make the circle, that appears once hovered across the Google line chart, have a coloured border?
Slush-Puppy's user avatar
1 vote
1 answer
647 views

How to get rid of comma in tooltip data on Google chart?

I want to get rid of the comma that separates the number/date in the tooltip and would like to format the the data as '2010' rather than '2,010' google.charts.load('current', { callback: function ...
Slush-Puppy's user avatar
3 votes
1 answer
757 views

How to make line clickable on google line chart

I want to make a google line chart with a clickable lines but I seem to only be able to make the data points clickable. Is it possible to also make the line between the data points clickable?
Rob's user avatar
  • 53
0 votes
1 answer
309 views

Google Line chart, remove extra lines

I am new in Google Graphs and I am attemting to generate this graph in the photo ( expected ) below but I am getting a little bit different graph. I have three different letters and each letter ...
Umidjon Urunov's user avatar
0 votes
1 answer
77 views

Multi Value in one line Google Graph

I want to generate in google line graph the same in the picture but I cannot to do it. I have A,B and C each of these letters have some values ( A1, A2, B1, B2 ... e.g ) The date is the same it ...
Umidjon Urunov's user avatar
0 votes
0 answers
541 views

Google visualization api: Tootlip action(button) does not showing

I am using google visualization graph api on Web. I am trying to show button on tooltip and Hide tooltip when tap/click on anywhre on chart area. Tootlip action(button on tooltip) does not display ...
Coder_A_D's user avatar
  • 340
1 vote
1 answer
3k views

Control Y Axis in google line graph

I have created a line graph using the google chart, I have inserted the image of the chart with this question. You may see that Y axis values are in created by 2, I would like to increase the Y Axis ...
Dipu R's user avatar
  • 565
0 votes
1 answer
987 views

Google charts API Y is axis scaling data

I am using the following data default data: 37.705 54.098 55.738 75.41 52.459 73.77 68.852 55.738 //chart.googleapis.com/chart ?chxs=0,676767,11.5,0,l,676767 &chxt=y &chs=300x225 &...
mmann1123's user avatar
  • 5,247