Questions tagged as 'google-visualization'

0
answers

How to generate a custom ToolTips with google charts

Good morning, I'm working on creating a combochart, with custom tooltips; another graph when passing the pointer over a bar, but I could not make the attached graphic the code that I carry as well as the page that shows the example (in the secti...
asked by 08.08.2016 / 20:34
1
answer

Google Chart and AngularJS

I have a small concern, I currently need to generate statistics of records by dates of the year: MYSQL CONSULTATION SELECT fecha_registro AS Fecha, count(*) AS Registros FROM persona WHERE id_tipoUsuario = '4' AND empresa_per = '$id_empr...
asked by 04.12.2017 / 14:37
1
answer

Does anyone know how to fill a Pie Graphics from a driver?

I have been searching the internet for a way to fill the data from a controller, the code is programmed in ASP.NET MVC 5 RAZOR. I show you the code below: VIEW <script type="text/javascript" src="https://www.gstatic.com/charts/loader....
asked by 27.10.2017 / 01:33
1
answer

show values in graphics bars in google charts

I have a graph in google chart in which I want to show the values for each bar of the graph try to do it but it did not work, by the way the type of graph is columnchart. so far it looks like this I want you to show the values like this...
asked by 21.06.2017 / 00:04
1
answer

Google Chart from JQuery Array

My goal is to obtain a graph from an array obtained by JQuery I import the Google Chart <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> The block where I get that array is the following...
asked by 27.12.2016 / 16:33