Questions tagged as 'google-charts'

1
answer

Updating graph data already instantiated

I'm using Google Charts and I need to update a map that is already instantiated as a valid map , I actually want it when I click the refresh the data from within a map button. Today I'm doing it this way: var dataGraf = google.visualizati...
asked by 12.07.2016 / 21:35
1
answer

Replace datatable labels on a chart

I'm populating a Area chart from datatable returned by Analytics API, however, the column labels are populated with the name of the metrics ga:sessions , ga:pageviews , ga:goalsCompletionsAll , ga:bounces , etc ....
asked by 21.03.2016 / 21:05
2
answers

How to edit this graphic to work with more lines

I'm using the Google API to generate graphics: google.charts.load('current', {packages: ['corechart', 'line']}); google.charts.setOnLoadCallback(drawBarColors); function drawBarColors() { var data = new google.visualization.DataTa...
asked by 06.04.2016 / 18:42
1
answer

Results above 10 data for display in charts by google charts

Hello, I would like to know if you have any way to insert some graphic by google charts with data above 10 data, since I am trying here and can not do it, only 10 data above this generates an error. Has anyone managed to enter more than 10 data...
asked by 25.05.2015 / 02:11
0
answers

Gchart with Django

Hi, I'm developing a Django application that creates graphics. And I've already implemented a line chart using GCharts insert the link description here but it only has one line, and in the example I I've seen how to create the same graph with...
asked by 19.06.2015 / 20:37
2
answers

Problem with Chartkick in a Rails Application

I'm trying to implement the Gem Chartkick in a Rails application, but I'm having a little problem. My application has a relationship between two models: class Animal < ActiveRecord::Base belongs_to :race end In my view, I'm trying...
asked by 09.12.2014 / 22:49
1
answer

Chart for weeks

Hello everyone, I'm trying to put together a graph that displays the data grouped by weeks, as in the example below: In this example Domimog had 2 records, Second 2 records, Tuesday 1 records ... I'm trying with plugins, libraries (Chat...
asked by 30.12.2015 / 23:49
1
answer

Changing the X-axis display in a graph

I'm using the google API to create some financial graphs. I currently have data where the X (horizontal) axis represents the date and the Y (vertical) axis represents the quotation for the day: Therangesshowninthefollowingimageindicateweekend...
asked by 02.02.2015 / 13:03