1
vote
1answer
19 views

Candlesticks is always on top of lines in combo chart google chart

I am using google charts and am very new to the API, now the thing that will most likely work for my requirments is a Combo Chart, this chart is very good with everything but only one thing is very ...
0
votes
0answers
30 views

Map ajax response data to google line chart

I'm using the following code to create a line chart using the google charts api. var array = []; ajaxPost(action, "getData", params, function(data) { var response = ...
-2
votes
0answers
17 views

Google Charts API - Höchsten Wert mit eigener Farbe markieren [closed]

weiß jemand wie ich den höchsten Wert eines Graphen mit einer eigenen Farbe markieren kann? Derzeit fake ich den Sachverhalt wie unten gezeigt: Durch ein 3er Array Collection mit 0 Werten für die eine ...
1
vote
1answer
36 views

Google Charts Threshold?

Is it possible to develop a threshold with Google Charts? I have a Google combo chart with 5 columns. In theory, I wanted to use the addRange formatter function to change the color of the 2nd column ...
0
votes
0answers
43 views

Google combo chart legend - multiple series on one legend color?

I'm using a Google combo chart; I've represented three series of data as columns and three as lines. The line graphs represent moving averages of the same data represented by the columns. For ...
0
votes
1answer
40 views

Received values wont enter into the graph

I cant seem to allow my graph to graph data properly, I added the values in and they receive correctly without any errors in the console although the graph graphs none of this data. This is with ...
0
votes
2answers
85 views

Google Gauge chart not getting generated in ASP

I'm trying to generate a gauge chart based on changing MTBF values, However when I run the webapplication, I don't see any chart, just the button. Is my approach in the right direction. Thanks for all ...
0
votes
0answers
55 views

Creating gauge chart for Mean time between failures

I need to create a gauge for MTBF values using google apis. It is a single value that gets updated on any refresh which needs to be shown on the gauge. I wouldnt require a database for this purpose. ...
0
votes
0answers
27 views

google chart images replacement

Is there any other free service that can replace the to be deprecated Google Chart Images API and allow generating chart images just by providing paramters in the URL. Here's an example for a URL ...
1
vote
1answer
42 views

Remove highlight from bars google chart

I have a working Google Combochart. Now i want to remove the highlight on specific moments when i hover over an item in the legend. I used the option "enableInteractivity", but this also removes ...
0
votes
0answers
28 views

How to format weekly occurring dates in Google Charts?

I have a dashboard that contains an area graph and a chart range filter control. I want the h-axis(horizontal axis) in the chart and control to show week of year values instead of the default date. ...
0
votes
1answer
179 views

Best JavaScript Framework for drawing Graph/Chart for mobile/Tablet devices? [closed]

Which one is the best JavaScript Framework among FusionChart, Touch Chart, Google chart api for mobile/tablet devices?
0
votes
1answer
46 views

Google Charts tooltips

Is there any way to make tooltips in Google Charts always visible? As I could find in API, I can only disable them at all.
0
votes
2answers
214 views

Google Chart: Needed Bar with “Different colors”

I have one page -- http://projectdemo.in/Dario/Dario/Panel_report_TEST_v015.html Please refer This Graph "Surgical heart valve implant: Mechanical vs Biological mix, Q4 2012" Now in this graph, i ...
0
votes
2answers
175 views

HTML Table Display from SQL Database

Struggling with integrating Google (pie) charts with a MYSQL Database. It is trying to retrieve data from a database called 'mxp937_AddStakeholder' and in particular the column name is, 'ProjectRoles' ...
0
votes
0answers
46 views

how to center data in google charts table that is dynamically

I am using the table in google charts. All of the data in the table is aligned right. I need to align the text in the center. I am building the table dynamically so I cannot apply the set cell ...
1
vote
2answers
89 views

Specific case of Timeline chart

I am trying to create a timeline chart which is supposed to be represented like a horizontal bar chart where the horizontal bars may not have the same starting point. So it might look like this-: ...
0
votes
0answers
34 views

Can I use Google chart to accomplish this? [closed]

Can you customize google area chart to make it look like this ? thanks!
1
vote
1answer
148 views

Setting vAxis format in Google Line Chart [duplicate]

How to set the vAxis value format in google Line Chart in order to not get multiple lines with same value? Let's say I have lines with values: 1.5 1.0 0.5 and 0, after I set the format to '#', I got ...
2
votes
2answers
50 views

Google Charts go up by 1, not continous

I have a google chart on my website, it's a line graph. But my Y axis data values will only go up in whole numbers, so I don't want to have the "4.5" values on the Y axis, as you can see: If ...
1
vote
1answer
446 views

Google Chart arrayToDataTable formatted value not working

I am followinf the google Chart documentation for arrayToDataTable and the example states that I can use formatted values, like that: var data = google.visualization.arrayToDataTable([ ['Employee ...
2
votes
0answers
140 views

Google Charts Tooltips only works with a first row that has no tooltips

I'm trying to use tooltips in a google bar chart, and am running into a weird issue where my tooltips only work if the top row of my datatable has no tooltips in it. When I do this, the chart ...
1
vote
2answers
286 views

Google Charts Bubble Charts categorical x and y axes instead of numeric

I have created a beautiful bubble chart using Google Charts. Here is a shot of the chart: The numbers along the x-axis represent individual customers. The numbers along the y-axis represent ...
1
vote
1answer
101 views

How to customize Google Chart

I'm creating new chart table with Google Chart. I want to get the result rank wise. For Example: A:10 B:5 C:2 D:1 So the result should display something like this D,C,B,A Is there any way way to ...
1
vote
0answers
110 views

“Your browser does not support charts” error in IE8 thrown for Google Chart

I'm using IE8 in IE Standards Document Mode and keep getting the above error. It's the actual IE8, not an emulator. The chart renders perfectly in Firefox and Chrome. It's not wrapped by any iframes. ...
0
votes
1answer
248 views

Binding Events in google pie chart

I have a Pie Charts generated by Google Chart API. The code for the chart goes as Below google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart1); ...
0
votes
1answer
61 views

Load different data source for same charts in Google Charts

Overall Problem: I have year-wise data in different JSON files. For each JSON file, I generate 3 charts that are displayed on the webpage. Now the user should be able to select a different year, and ...
1
vote
0answers
111 views

google line-chart api for haxis for date

I am having a list of data update daily based. data.addColumn('date', 'Date'); data.addColumn('number', 'Calorie'); data.addRows([ [new Date(2012,7,1), 400], [new ...
1
vote
1answer
123 views

Google chart tools get rid of horizontal spacing

I have a histogram that i want to render with ColumnCharts, I followed the tutorial and did it and got this as an result: Note the spacing at the either end of the graph (particularly the left side ...
0
votes
2answers
204 views

Change static google chart [Bar Chart] background-color

I need to change the background-color of the google static chart for bar graph. Anyone has any solutions? Right now the color is white [#ffffff] ...
0
votes
1answer
1k views

Google Chart Number formatting

I need to format my pie and column charts to show the $ and comma in currency format ($###,###) when you hover over the charts. Right now, it is displaying the number and percentage but the number as ...
0
votes
1answer
289 views

Google's jsapi - google is undefined error in IE only

I'm using Google's jsapi to draw charts. My charts work when i view my page with FireFox, but in IE i get the following error in my console: SCRIPT5009: 'google' is undefined This is how my code ...
0
votes
0answers
93 views

Google Charts - timeseries - separation of different time periods with vertical lines / shades

I am producing Google Charts of timeseries and would like to separate different weeks either with a vertical line or different background shades. Is this actually possible using Google Charts? Is ...
0
votes
1answer
636 views

Google Charts API: Always show the Data Point Values in Graph

Is it possible to always show the data point values in Line/Bar charts? by default values values are shown only when hovering on the data points as tooltip. Something like this:
0
votes
1answer
212 views

For Google Chart, how to I determine the interval of a continuous h-axis with datetime format?

Currently I am using Google Chart (Column Chart) to show the target quantity every hour for latest 48 hours. My code is like below: var oChartOptions = { height:250, hAxis: { ...
1
vote
2answers
694 views

Wrong dates on Google Chart API Line Graph

So I am trying to map Tide times on a line graph using Google's Chart API. However, the points plotted on the Graph don't correspond to the correct date and time values. The data is in the form date ...
0
votes
0answers
73 views

How can get current index when i select line chart (Goole Line Chart)?

I draw my line chart: dataChart = new google.visualization.DataTable(jsondata); chart = new google.visualization.LineChart(document.getElementById('linediv_chart')); chart.draw(dataChart, options); ...
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 ...
0
votes
0answers
123 views

Custom Horizontal Labeling w/ Google Chart

I'm working with a Google Area Chart that contains one columns of 360 data. Horizontal axis is the geographique azimuth from 0 to 360 degree. Vertical axis is some computed value between 0 and 90. ...
0
votes
1answer
228 views

Using Google chart api : chart editor

I am using google chart API and using chart editor in it. I saw few examples was able to add this to my web page, however, the data url is kind of hard coded and I want user to give the data url, I ...
0
votes
2answers
1k views

Convert normal json data to data that Google Visualization DataTable understands?

I just started using Google charts and its really cool stuff. The only problem is that I can not find any good examples for implementing this using data fed from a sql server view. So I created a ...
1
vote
1answer
810 views

Google Charts json date format

I am using Google Charts and trying to generate my own JSON format to render the chart rather than using the libraries. All is well except for trying to figure out how to represent a date format in ...
2
votes
1answer
233 views

Google Charts doesn't display data

I'm making an App with Titanium Studio, and tried to use a webView and Google Charts to Visualize some data. The data is in an two-dimensional array, like so: [["Tendency","Number of Answers"],["Item ...
4
votes
4answers
882 views

Insert Links into Google Charts api data?

I have been playing around with Google charts quite a bit over in the google charts play ground here: Link The code I have been playing with is this: function drawVisualization() { // Create and ...
0
votes
0answers
392 views

Customizing google ColumnChart in Asp.Net MVC

I was trying to customize google Column chart to add my own data from controller. I found easy solution but if someone knows better approach I am happy to modify my code. Assuming that we copy the ...
3
votes
2answers
363 views

Google chart point color

Is it possible to change point color in Google chart api, something like this: From this: To this: Thanks!
0
votes
0answers
36 views

Google dashboard customization

Is it possible to customize the appearance of a google dashboard ? I'm talking about the graphical signature, the frames, the font, the way a table is rendered on the page.
0
votes
1answer
249 views

adding a new line to a google bar chart

i am trying to add 3 static lines to a google bar chart. i have tried so hard to play with margins, but i'm not understanding the logic. can someone help me plz thnx in advance google graph
0
votes
1answer
33 views

Chart from google api is not formatted correctly

I am using the older version of Google charts API to generate simple images. for example: ...
0
votes
0answers
56 views

Language font issue in Google Chart

My learning system is developed in many different language.Where user can setup their learning system in to different language. Pls look at this image. I developed report using google chart. It works ...

1 2 3