[visualization-api] Re: MySQL database connect

2015-07-05 Thread Brandon Smith
Daniel's link to the tools is good, and here is another one as well: http://www.opengatesw.net/products/php/php-charts/Chart-for-PHP.html On Wednesday, July 1, 2015 at 10:28:51 PM UTC-6, Darwin Jose De La Rosa Damian wrote: Hi guys! There is a possibility to connect the graphics MySql

[visualization-api] Re: Google Gauges

2015-07-05 Thread Brandon Smith
I'm assuming you're okay creating separate visualizations based on separate data sources. In which case, you can just set up each one and have them reference independent div elements: var chart1 = new google.visualization.Gauge(document.getElementById('visualization1')) var chart2 = new

[visualization-api] Re: Geo Charts

2015-07-05 Thread Brandon Smith
Thomas, The GeoMap legend issue is probably due to the height of your chart. Try the Rental Revenue by Country chart here: http://www.opengatesw.net/products/php/php-charts/demo/php-charts/index.php You'll see it doesn't have the same issue for the legend. The API probably just tries to fit