Questions tagged as 'google-charts'

0
answers

Always display the chart caption

I would like all subtitles already to be opened the same as where it is marked with red     
asked by 26.07.2017 / 23:01
1
answer

Change annotation position on google chart

The idea is to make the annotation text of type line stay on the column. I have tried to create another annotation for the same column, but I did not succeed. JS: google.charts.load("current", { packages: ['corechart'] }); goog...
asked by 17.03.2017 / 15:30
0
answers

Fill in a chart with data from a vector

I'm new here and this is my first question, I'm starting in PHP and wanted to know how I can fill a CHART with variables received by an array. My code sample is as follows: <?php $datacomp = date('d/m/y'); $consulta=mysql_query("SELECT S...
asked by 30.06.2016 / 16:24
0
answers

Problems with googlecharts

Good afternoon, I have the following problem, when I initialize my site it appears the graph nice but when I click to go to page it of the problem and does not show it. The site is programmed in ajax so I only change one div. the following...
asked by 04.05.2016 / 20:19
1
answer

How to make a chart grouped between bars and rows with google chart and export to pdf (C #, MVC) [closed]

It would look something like the image below: Vlw galera     
asked by 05.04.2016 / 14:37
0
answers

How to add floating caption in the middle of the chart?

I need to add two captions in the middle of the chart, they are only informative but need to be in the middle of it. I tried several ways and still could not add. <html> <head> <script type="text/javascript" src="https://w...
asked by 11.03.2016 / 03:41
0
answers

I can not modify the encoding of my charts in Google Chart

I'm trying to change the encoding of my chart I made using Google Charts with data coming from a json file. I already changed contentType of $.ajax() but nothing happened. The graph is displayed correctly, the only defect is the le...
asked by 06.10.2015 / 17:40
1
answer

Google Chart - Displaying Different Dates

I'm developing some testing with the google chart API. And I'm having a rather peculiar problem. Code data = new google.visualization.DataTable(); data.addColumn({ type : 'date', label : 'Day' }); data.addColumn({ type : 'date', label : 'D...
asked by 02.07.2015 / 14:26
0
answers

Google Charts Radar [closed]

Would anyone have an example using Google Radar Charts? Home I researched a lot, but I could not find ... I was only able to this non-Google sample.     
asked by 14.07.2015 / 14:11
1
answer

Change attribute in Jquery

I wanted to know if you can modify the attributes of a charts of Google with a Jquery. Example: google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart); function drawChart() { var data =...
asked by 06.05.2015 / 20:59