[visualization-api] Re: Showing values in center of stacked bar

2019-09-10 Thread gottfried_s
Hi Jen, thank you for your quick response. Could you please tell me how to display the value at the top of the bar? Am Dienstag, 10. September 2019 16:28:53 UTC+2 schrieb gottfried_s: > > This is my code: > > > google.charts.load('current', {packages: ['corechart', 'bar']}); >

[visualization-api] Re: Shaded Chart Region

2019-09-10 Thread 'DThomp' via Google Visualization API
Sorry, I don't understand. I need to be able to pass in parameters that give me a black line and the upper and lower bound for the shaded area. On Saturday, September 7, 2019 at 7:57:52 AM UTC-5, Jerry O'Brien wrote: > > Have you tried using 3 traces: black line, grey area, overlaid by white >

[visualization-api] Different data for corechart and control

2019-09-10 Thread Nicolas Jorquera
Hi there i am trying to make a custom chart, where i put a main chart on the top and control at the bottom, the thing is that i need to show different information on both charts, the main chart is info for minute to minute (line chart), and the control chart i need to put the average of the

[visualization-api] Showing values in center of stacked bar

2019-09-10 Thread gottfried_s
This is my code: google.charts.load('current', {packages: ['corechart', 'bar']}); google.charts.setOnLoadCallback(drawChartp); function drawChartp() { var data = google.visualization.arrayToDataTable([ [' ', 'CDU', 'SPD', 'GrĂ¼ne', 'UWG', 'FDP'], ['', 1200, 900, 50, 30,

[visualization-api] Re: Identifying the clicked element in a select handler

2019-09-10 Thread Peter Haworth
Thanks, I think I see how that will work for me. Documenting it here in case it's of use to others. The code in the link you gave me returns the variables row and column. I can use those to extract what I need from my data table. The month is in array cc[row][0), and the type (Scheduled or