Re: [visualization-api] Google Charts - empty bar chart message

2018-11-01 Thread Rockabilly Dames
You could dynamically generate the message when you build/output the data to the page... in php it woul dbe something like: if(sizeof($data)==0) { build chart with title "No data available yet" } else { } On Wed, Oct 31, 2018 at 8:07 PM 'Roslyn O'Shea' via Google Visualization API wrote:

[visualization-api] Google Charts - empty bar chart message

2018-10-31 Thread 'Roslyn O'Shea' via Google Visualization API
New to google charts and my chart works as expected using JSONdata and a datatable. Is it possible if no data exists in the record set to display a message in the bar chart. Using google example is it possible to add a 'No Data' message when there is no data at 12pm? google.charts.load('cur