Re: [visualization-api] Google Sheets Query - build array source dynamically

2018-12-28 Thread Peter222
I am not sure if you have understood my problem. Are you sure that you can use the echo command together with the query command? Could you give a specific example of use? It possible put the query after google code > And echo variable into { google varible } > Like this > Query > {Echo val 1

Re: [visualization-api] Google Sheets Query - build array source dynamically

2018-12-28 Thread yassin azouzi
oui deja c'est mon 2eme projet sur les charts google ! exmple [ '', ' ', new Date(0,0,0,,,0), new Date(0,0,0,,,0) ], Le ven. 28 déc. 2018 à 10:21, Peter222 a écrit : > I am not sure if you have understood my problem. Are you sure that you can > use the echo command together

Re: [visualization-api] material column chart

2018-12-28 Thread yassin azouzi
excellent essai ce code dans les options title: 'Motivation and Energy Level Throughout the Day', hAxis: { title: 'Time of Day', format: 'h:mm a', viewWindow: { min: [7, 30, 0], max: [17, 30, 0] } Le ven. 28 déc. 2018 à

Re: [visualization-api] material column chart

2018-12-28 Thread yassin azouzi
changer le time datetime dans votre base c'est mieux et voir dans votre code c'est comme : format: 'h:mm a', Le ven. 28 déc. 2018 à 16:04, Shahid Majeed a écrit : > After adding viewWindow options i get the following error. > a.getTime is not a function > > actually Time column in my datatable

Re: [visualization-api] material column chart

2018-12-28 Thread Shahid Majeed
After adding viewWindow options i get the following error. a.getTime is not a function actually Time column in my datatable is date type. might be that is the reason. here is updated script google.load('visualization', '1', { packages: ['corechart','bar'], 'language': 'sv' });

[visualization-api] Use formatter to add plus sign in table visualization

2018-12-28 Thread William
Is it possible to use a formatter to get plus signs to appear before positive values? It's a very simple matter to add a plus sign using "prefix", but how do I make that conditional on the number being positive? -- You received this message because you are subscribed to the Google Groups