Questions tagged as 'google-charts'

1
answer

Change google chart values when you click an element

I need to change chart values from days to months and vice versa when I click on the por dia/por mês buttons, I already tried to create two graphs and use hide(); and show(); when clicking, it almost worked, but clicking on the but...
asked by 04.04.2017 / 18:24
1
answer

How to put a link (href) in a piechart

How can I link somewhere in the chart with Google Charts a>, a different link for each division of chart . I'm using a PieChart , follow jsfiddle link and page where I got the code. Note: If you can do this with highcharts, it do...
asked by 03.09.2015 / 23:27
1
answer

Set value inside a Jquery variable

I'm taking a beating of those to be able to do something simple (within my knowledge of Java). I'm loading a google chart on my page. At a certain point, I want to get the values of a REST that I created and for that, I created a function i...
asked by 30.05.2015 / 03:08
1
answer

Graphics on Android

I need to implement a bar chart in an Android app. Could someone help me? I found only the google-chart but I did not understand how to apply it to the app.     
asked by 20.08.2014 / 18:56
1
answer

How to put two Google Charts on the same page

I am creating a web application in which it uses two graphics fed by the bank. I use google's api, google charts. However, only the first graphic appears while the other is blank. <html> <head> <script type="text/javas...
asked by 16.06.2016 / 04:35
1
answer

work with value in google charts

Well I'm taking a look at how the google graphics works. And I'm not figuring out how to work with men in R $. I need the graph to display the formatted values. Does anyone know how to do this? <html> <head> <script...
asked by 27.12.2016 / 13:26
1
answer

How to send Google Chart by email?

What would be a viable solution to send a Chart via email via PHP? To get the Chart, I use the following form: google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart);...
asked by 10.11.2015 / 18:55
1
answer

How to put two or more Google Charts on the same page using JSON and Asp.Net

I have the following code that works great and generates a Google Charts, I would like to know how I can put 2 or more graphics on the same page? Would you like to know if you need to repeat this ajax call, or is there any way to call it just...
asked by 14.08.2015 / 16:18
1
answer

Sort data with google chart

I have the following graph of the google chart: link I wanted to sort the left columns as follows: Basic, Below Basic, Proficient, and Advanced. Currently out of order, is there any possibility of this change ??     
asked by 08.06.2015 / 14:42
1
answer

Problem with Ruby Gem Chartkick

After switching to daylight saving time, I'm encountering a problem with Gem Chartkick . I put my query as follows: Ticket.unscoped.where('created_at >= ? ', Time.now - 10.days).group_by_day(:created_at).count The result returned w...
asked by 28.10.2014 / 18:09