Questions tagged as 'google-chart-api'

1
answer

How to get Bootstrap table data from the visible columns?

I have a table that has the extension resize disables some columns and I use the method $table.bootstrapTable('getData') I want to get a JSon with the remaining columns but the method brings all the columns. as it would be to bring only t...
asked by 18.04.2018 / 17:54
0
answers

how to use JSON in Google chart?

I am using a bootstrap table from which I generate Json with $('#table').bootstrapTable('getData') and to go to google chart var data = new google.visualization.dataTable($('#table').bootstrapTable('getData')); but it gives this...
asked by 17.04.2018 / 18:45
0
answers

Generate dynamic table with Google Chart

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 25.01.2018 / 04:53
1
answer

Problems with PHP's array_shift in an HTML script

I have a problem that I can not solve and I hope you can help me: I am working on Wordpress with PHP and HTML to extract data from a server with MYSQL and then to show this data on screen in a graphic thanks to Google charts. Both taking d...
asked by 15.12.2017 / 16:44