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...
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...
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...
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.
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...
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...
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);...
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...
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 ??
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...