0
votes
1answer
37 views

Unable to draw Google Line chart

I was trying to draw a Google line chart through JSON. I made an HTML file and then called a PHP file using ajax which returns a JSON string which is as follows: { "cols": [ [ ...
0
votes
1answer
30 views

Google Charts, unable to plot graph

I am trying to read data from a file and display the data on a Google Coloumn Chart, however I am unable see the plots. Global Variables var tslist = new Array(); var iclist = new Array(); In ...
0
votes
2answers
58 views

How can I get this chart to display next to data table in CSS?

Please refer to this jsfiddle: Google chart API example Is there something obvious this CSS that reveals how I can get the chart to display to the right of the data table instead of below it? Or is ...
1
vote
1answer
57 views

line chart issue

I have made the line chart given above. The problem is that I can't make that red line stop at the current hour. I want to be drawn only when the value is updated. I tried not defining the value, ...
0
votes
0answers
68 views

google graph json php annotatedtimeline not working

I am having a problem with the google graph api. The problem is that the Date not work in the annotatedtimeline graph. the graph is not visible. The data come from a MySQL database and that works ...
2
votes
1answer
74 views

ChartWrapper is not displaying the graph

I'm using the google-chart-api to draw a graph using ChartWrapper class and ControlWrapper class. Here is the code I have been using. This is the function to load hard-coded data. function ...
1
vote
2answers
87 views

How to divide jquery tab to 4 equal divs?

I'm using jquery tabs, and in one of my tabs have 4 google charts (each contained by a div). I want to positions each div on 1/4 of the tab area. (in north, south, east and west of the screan). ...
0
votes
0answers
76 views

google chart legend not displaying in firefox

I have used google charts within iframe. <iframe style="border: 0; outline: 0;" src="http://test.com/chart/chart8.php" scrolling="no" width="1000px" height="650px"></iframe> The legend ...
0
votes
0answers
32 views

Displaying 2 more Google charts on a page

I am using Google API for displaying charts on my app. I am trying to view more than two elements on the same view page (index.ctp). Meaning i am trying to have more than 2 Charts on the same view ...
1
vote
2answers
283 views

Google charts: Data from .json file

I am trying to draw a line graph using google charts using values from a .json file. I have tried but haven't been successful. This is the my .json file [ { "Year":2005, ...
1
vote
4answers
222 views

Why is my Google Line Chart not displaying lines?

I am looping through a datasource to grab data. The chart displays with the legend I want and the correct x and y axis but the lines do not display. Any thoughts on to why this is? Source code below: ...
1
vote
1answer
112 views

How to draw “age-gender” style column chart with Google Chart Tools?

I can draw a side-by-side style column chart, and a stacked chart (all above x-axis), but not this one. How to make the value below x-axis still positive?
1
vote
1answer
90 views

Fake numbers for small values on Google charts

I'm using this kind of Google chart: https://google-developers.appspot.com/chart/interactive/docs/gallery/combochart I have very high values for the line chart, and in comparison very low values for ...
0
votes
2answers
174 views

Can't get Google API Charts to load on page, they only display when I reload the page

Below is my code with 3 charts that will load on the page only after I refresh it, does anyone have any ideas of how to get it to load on the first time i click this page? P.S. I've tried alot of ...
0
votes
1answer
67 views

google chart stacking not working

Here is my HTML <html> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script type="text/javascript" ...
1
vote
1answer
207 views

Google charts, timeofday starts at 8:00 and ends at 7:45

I'm having some trouble with Google charts. I have a Google area chart: <script type="text/javascript"> google.load("visualization", "1", {packages:["corechart"]}); ...
1
vote
0answers
211 views

Creating a pie chart (Google) from an array in JavaScript

I want to create a pie chart using a set of data from an array of a data type that returns a String and a double but when I put this values in the drwchart function it gives me nothing, this is my ...
0
votes
0answers
106 views

Formatting Number in Legend w/ Google Charts

I am using google's visualization API for making a line chart. This works great except that it truncates values over 1,000 and adds a K. This is fine, but someone has requested that I change this to ...
2
votes
1answer
584 views

Loading Google Chart Api using Ajax in html page

I am using Ajax code to load the html page for example: $.ajax({ url: 'Context.html', dataType: 'html', timeout: 500, success: function(html) { $("div#mainbody").html(html); } }); ...
0
votes
0answers
132 views

Google scatter chart for two arrays

Hello People here is my Google scattered chart code what I am using: require '/lib/GoogleChart.php'; require '/lib/markers/GoogleChartShapeMarker.php'; require ...
6
votes
2answers
710 views

How can I position a Google chart in a webpage?

I am using Google chart. The positioning eludes me. I haven't located that part in the documentation. I simply want to create a Google chart inside a div with the top left corner positioned in (x, y) ...
0
votes
1answer
613 views

Google combo chart transition animation

today i found it these chart service by google and i played around with a little ans seem to go stuck and chart transition animation where i try 2 view two sets of different data on the same table ...
0
votes
2answers
1k views

How do I add a new line to the tooltip text in a Google Geochart chart?

I'm using Google's GeoChart API to generate a map of the US. I want to highlight the states based on one value, but then display some extra information about each state in the tool tip that displays ...
1
vote
0answers
313 views

Google Charts Treemap - How to change font size for Responsive Web Design?

I have a google charts treemap responding well to change in resolution. It resizes and renders again with new size. Here's the resize code function resize() { var tree = new ...
2
votes
1answer
107 views

Page just blanks and loads forever when I press button

http://jsfiddle.net/iansan5653/7EPjH/17/ I managed to get the Google Charts code to work without being a function just fine, but when I wrap all the code in a function and try to call the function by ...
2
votes
2answers
512 views

Google Chart Table Remove the selection

I am currently working with the Google chart tables. I have a problem with the selections. I want to turn the selections off, but it seems to be impossible. I even tried (an real ugly way) like an ...
0
votes
1answer
302 views

Display contents of external text file on clicking google-chart bar

So far I am able to display a bar-chart using google charts. At the minute the values are hard coded but I will take these from a mysql table later. My question is - is it possible to have individual ...
1
vote
1answer
262 views

Javascript crashing silently with google jsapi

I just tried to get this example code to run in my site. I put all the JS in its own function. When I don't call the function the page loads fine, but of course it doesn't show the pie chart. When ...
0
votes
1answer
1k views

multiple google charts api, on same web page

I honestly believe I'm either being an idiot or I dont have a clue. I cannot for the life of me get two google charts on one web page. I've got it running without any error but it doesnt show anything ...
1
vote
1answer
358 views

Google charts dynamic icons deprecated. Alternatives?

https://developers.google.com/chart/image/docs/gallery/dynamic_icons Im using this to create markers, e.g: http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=%E2%80%A2|FF9900 or even ...
0
votes
3answers
305 views

Two Div next to each other where IDs contain an image

Normally, float works for me, where I can just float left or right. However, this time I am working with Google Charts and this code uses getElementByID. Then each div ID contains an image of a chart. ...
1
vote
0answers
129 views

Google Charts Table API paging by columns

I need to display a table with many rows and columns. The paging option of Google Table is by rows. But since a table could have a large number of columns, is it possible for Google Table to do ...
0
votes
5answers
2k views

Center Aligning the Google charts

I am trying to center align my google chart but have been unsuccessful in doing so. I have played with padding to move it to the center but I don't want to sit there and play with firebug for long ...
1
vote
1answer
663 views

Email Charts - Bar, Area and Pie Charts

I want to display Charts in my email - Bar, Area, Pie Charts. I tried a few CSS based Charts with inline styles but it still doesnt show up. Which is the best way to display Charts in email. Are ...
1
vote
0answers
90 views

unable to put value labels at the end of the column

I have used the google api for creating a chart on my web page with the below code I would want to put label on top of the graph telling the value of the column that is on top of each column i want ...
1
vote
2answers
2k views

Google Charts: Line Chart: Doesn't display in IE and Firefox, but works in chrome

I have a simple chart (albeit with a lot of data) that renders fine in chrome but doesn't render in IE or Firefox. Since I don't know much about web development I do not know how to figure out what is ...
17
votes
3answers
5k views

Remove padding or margins from Google Charts

http://code.google.com/intl/pl/apis/chart/interactive/docs/quick_start.html and example on fiddle: http://jsfiddle.net/invernizzie/T4yWz/1/ how to remove padding or margins in this example?
0
votes
2answers
296 views

Google Pie Charts

http://code.google.com/intl/pl/apis/chart/interactive/docs/quick_start.html Is possible add simply counter to legends? In this example: Mushrooms (3) Onions (1) Olives (1) Zucchini (1) Pepperoni ...
0
votes
2answers
661 views

css drop down menu falls behind google chart

I've tried everything I could think of. I've tried playing around with the positioning and the z-indexes but no matter what I do the drop down menu still goes behind the google chart. It works with ...
2
votes
1answer
1k views

Passing data to Google Chart API

Firstly, the Google Chart API example from Google (it is javascript) actually <script type="text/javascript"> // There is of coz some thing else but i just ignore them, just focus on the ...
0
votes
0answers
475 views

How to Pass data from database to Google Chart

Suppose I am going to generate this chart http://code.google.com/intl/zh-TW/apis/chart/interactive/docs/gallery/areachart.html And i am willing to read the data from Mysql database and pass it to ...
1
vote
1answer
907 views

Get a Google Chart image to fill the width of a DIV

I'm fetching some line charts using Google's Chart API and placing it in a DIV like this: <div class="chart" style="display:block"> <img ...
3
votes
1answer
2k views

how to hide column in google charts table

I've got a Google Charts Table that displays a couple of columns and rows. Say for instance we have 4 columns(A,B,C,D respectively). How would I be able to still load column C's values, but just hide ...
3
votes
1answer
407 views

How can I customize this Google Bar Chart?

Here is a google bar chart I am creating: http://jsfiddle.net/nGvdB/ I read up on the Google Bar Chart documentation here but I just cannot figure out how to customize this chart. Specifically, I ...
0
votes
2answers
1k views

Event Listener in Google Charts API

I'm busy using Google Charts in one of my projects to display data in a table. Everything is working great. Except that I need to see what line a user selected once they click a button. This would ...
5
votes
1answer
3k views

Formatting google charts programmatically

Using the following code how can I set the formatting so that CurrencyValue1 and CurrencyValue2 is shown with a dollar (as a currency value) in the chart? function drawChart() { var data = new ...
0
votes
4answers
185 views

Graphing Plugins For jQuery [closed]

Can anyone recommend any easy to use graph drawing plugins for jQuery? I am constructing a web app that will pull data from a remote database and display it in the form of a graph... I have seen ...
0
votes
1answer
532 views

Google Charts allow you to scroll horizontally?

Given this screenshot of a Google Chart, let's say that the width stays fixed, but the years go out to 2030. Does Google Charts allow you to scroll horizontally so that all years can be viewed?
1
vote
1answer
543 views

Google Chart API loading

As you may know the Google GeoMap (flash version) loads pretty slow. I've created a statistics menu having like 3 or 4 tabs, in each of them I have some statistics (line chart and pie chart load ...
0
votes
0answers
160 views

basic question _ google chart API

I have 7 text files on the server. I wrote a PHP code to read contents from these files . Each file has 24 comma separated integer values . I used 2 arrays - one to have even values and another 2 ...

1 2