Questions tagged as 'google-visualization'

1
answer

Timeline Google Chart, add slider / picker

Is there a way to insert a picker or slider to capture the time? Example: I should update parameters from the date selected with the picker. google.charts.load('current', { callback: function () { var dataTable = new google....
asked by 27.11.2017 / 16:10
2
answers

Pie Charts with Google Charts

I'm trying to generate a pie chart with codeigniter and mysql but I get it I'm wrong I'd like your help Here's the code; chartcontroller.php <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); /** * */ cla...
asked by 04.10.2016 / 00:20
1
answer

var geochart options google does not work

I am working on geochart, although the map is correctly generated the color optionsAxis, title, backgroundColor, datalessRegionColor and defaultColor are not reflected in the map. google.charts.load('current', { 'packages': ['geochart...
asked by 21.06.2017 / 23:04
0
answers

When I click on Google chart and try to open a new window the pop-ups are blocked [closed]

When the user clicks on the google-chart I call this event: google.visualization.events.addListener(chart, 'select', function(e){ self.selectHandler(chart, data); }); And then I try to ope...
asked by 20.02.2017 / 16:09
1
answer

Error first column in a Google charts chart

When I create a timeline with google charts, I cut the first column and it does not look whole, because of the tests that I have done, it only happens if the 'div' of the chart is inside another 'div', instead, if it is directly on the page goes...
asked by 02.08.2016 / 12:31
1
answer

How to pass a variable type counter to a javascript variable to create a graph

I have a problem with my html code using angular js, the fact is that I want to pass a variable called "count" that belongs to the note that a student took in an online test, which accumulates as the Student is having the correct answers. The pr...
asked by 01.04.2017 / 01:40
1
answer

Why it does not work Var Options Min and Max in a gauge chart loop Google

I need to create multiple Chart Gauges with values max and min variables. The solution I found is to insert the values at table and within a script go through the table to get the values. The drawings appear well exce...
asked by 31.08.2016 / 13:14
1
answer

How can I hide a parent in an OrgChart?

Could someone help me and tell me how to hide the father and keep showing the son in an organizational chart. Example: It is required to hide the father ('SG001') and continue showing the son ('AA014'), giving continuity to the line and leavi...
asked by 12.07.2017 / 20:24
0
answers

Google Charts Library type Annotation Chart [closed]

My question is how to always make visible the points of this type of graph provided by the googles graphic library, as can be seen in the link that I leave below, only the points are shown when the mouse pops up. Say that for design reasons o...
asked by 08.03.2017 / 15:52
1
answer

Google Charts from PHP and JavaScript

I am developing a small tool to perform dynamic reports on a ticket tracking system. So far I'm doing the reports by hand, but I want to automate it. In these reports I would like to add some graphs that feed each month and form a small big d...
asked by 17.06.2016 / 05:35