Questions tagged as 'google-charts'

1
answer

Google line charts does not appear the line

I'm trying to generate a line chart like Google charts but the lines do not form and I do not know why. The chart up appears with the captions most does not work below my code (the button that calls the chart): $("#config2").on("click", fu...
asked by 06.11.2017 / 23:49
1
answer

How to add vertical line to column type chart

I'm using the Google Chart Chart column chart. I would like to insert a vertical line in a given position dynamically. I have an array that indicates value = > amount. In a fictitious example, it would look something like (5 (note) => 5...
asked by 01.03.2017 / 16:00
1
answer

You can place an animation on the pie chart

Is it possible to use some animation in google pie-chart? I put it that way, but it's not working: var options = { title: 'Tickets por prazo', series: { 0: {"color": '#57c8f2'}, 1: {"colo...
asked by 01.09.2016 / 22:55
1
answer

Google Charts Tools - How to change label colors

I've assembled a line chart using Google Chart Tools. But I can not change the colors of the labels. Look at this chart: link How would I change the colors of those values S1, S2, S3 (below the graph) and the numerical scales on the left...
asked by 17.07.2014 / 20:18
1
answer

How to Decrease Google+ Lyrics

Hello, I would like to know how to customize the letters of Google Charts, I have a graph generated, but the names are great, so they do not all appear, does anyone know a way to decrease the letters or put the words down? p> Follow the...
asked by 25.05.2017 / 17:08
1
answer

How to set% to integer in google charts

I have this chart:   Inthevisiblepartisthepercentage,howdoIchangethepercentagebythewholeamount: Example: Asshownintheattachedimageinsteadofshowing14.3%show1.Followmycode:<scripttype="text/javascript" src="https://www.gstatic.com/charts/loader...
asked by 08.08.2016 / 20:50
1
answer

How to load Google MAP Charts library

When trying to draw a chart of type MAP, I get the following error:    Uncaught TypeError: google.visualization.Map is not a function This happens only with this type of chart. <html> <head> <script type="text/jav...
asked by 04.11.2015 / 16:04
1
answer

Google Charts with SQL Server

Hello, I'm trying to develop some graphics in an ASP.NET MVC 5 web application, regarding the development of the report, quiet, leaving with information fixed. But how can I integrate the graph with the information into a database table? I am usi...
asked by 06.12.2017 / 20:32
2
answers

Doubt with the Google Charts API

I have a bar chart on my system using the google charts API. It is already running, but I have the following problem. I present in the graphs the amounts received and monthly expenses from January to December. You are presenting all the values,...
asked by 09.10.2017 / 21:51
1
answer

Google charts with code in body for request

Have you ever used goolecharts? I can only do the plot if he is in the head, how do I get his code to stay in the body? I want to plot via a request     
asked by 16.05.2017 / 13:51