[visualization-api] Ось координат с фиксированными значениями

2016-01-28 Thread Биосвязь ЗАО
Всем привет, у меня есть задача сделать такой график. Цветовое оформление не важно. Я никак не могу понять, как сделать чтобы числовая шкала была фиксированной? Это вообще возможно? То есть на шкале должны быть числа (150, 140, 130... 0). А сейчас при построении графика получается, что шкала

Re: [visualization-api] different between new google.charts.Bar & google.visualization.ComboChart

2016-01-28 Thread natarajan govindavel
Hi Sergey, Thank you so much for your help. And one more help When can we expect this feature (getImageURI()) because one of my client really want this. Can we do this kind dynamic charts in Classical Chart(ref below)? https://jsfiddle.net/vqaLpc23/ Thanks Natarajan On Thursday, January 28, 2

[visualization-api] Can i do it with google

2016-01-28 Thread Roger cuevas
Hi, is possible doing something like this http://jsfiddle.net/o9hwqkuf/ with google charts? And if so, can i add more mouse events and draw contour of the segments? As you can see on the code, there is two data and we give them the size, and we want to put it dynamic with an interaction with th

[visualization-api] select entire column on table chart

2016-01-28 Thread sylviat84
I am trying to select an entire column (programmatically) on a table chart like this: chart.setSelection([{row: null, column: 3}]); // select column 3, all rows It's not working. Any advice would be appreciated. thank you. -- You received this message because you are subscribed to the Googl

[visualization-api] AngularJS2 receiving event from Google Chart

2016-01-28 Thread Gareth Lewis
I'm trying to retrieve an event from Google Charts when the user selects a section of a Pie Chart, and the chart is inside an Angular JS 2 component. These lines set up the graph and event handler. this.chart = new google.visualization.PieChart(document.getElementById('chart_div')); google.visu

Re: [visualization-api] invoke tooltip programmatically form selection inconsist

2016-01-28 Thread 'Sergey Grabkovsky' via Google Visualization API
You're welcome! For further clarification, the primary difference lies in the fact that a ColumnChart may have multiple series (which are represented as columns), where for a pie chart, each row is a series, and it may not have another column that represents data. Therefore, for a PieChart, the se

Re: [visualization-api] invoke tooltip programmatically form selection inconsist

2016-01-28 Thread Sylvia Trembowelski
Thank you so much. From your example I was able to figure out my error. I was setting 'column: null’ in chart.setSelection([{row: row, column: null]); for both piechart and column chart. It works in piechart. I changed ‘column:1’ for column chart, as per your example, and it too works perfe

Re: [visualization-api] maxLines in piechart

2016-01-28 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Germán, The 'maxLines' option specifies the *maximum* number of lines that would be used, it does not guarantee that 2 lines will always be used. If some text needs to be wrapped, then it will be wrapped up to two lines; if the text never needs to be wrapped, then the option will effectively be

[visualization-api] maxLines in piechart

2016-01-28 Thread Germán Kuchen
Hello. When I put the next code: http://www.w3.org/1999/xhtml";> https://www.google.com/jsapi";> google.load('visualization', '1.0', {'packages':['corechart']}); google.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualizatio

Re: [visualization-api] Data volume supported by Timeline chart ?

2016-01-28 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Bhavesh, The amount of data supported by the Timeline chart is limited purely by the computer's specs. On certain (possibly even most) computers, 1 million records will be a lot to handle, and the page would run pretty slowly. Not to mention that displaying 1 million records on a Timeline seems

Re: [visualization-api] different between new google.charts.Bar & google.visualization.ComboChart

2016-01-28 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Natarajan, Your jsfiddle link doesn't link to your jsfiddle (it just links to an empty fiddle). You need to save your fiddle before it gives you a valid link. Presumably, you're talking about .getImageURI(), which is not supported for Material Charts. On Thu, Jan 28, 2016 at 6:28 AM natarajan

Re: [visualization-api] invoke tooltip programmatically form selection inconsist

2016-01-28 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi, I attempted to reproduce this issue for a column chart, but was unable to. Here's an example of a ColumnChart using programmatic setSelection to select a random datum every 2 seconds: http://jsfiddle.net/ad34m3or/ If this doesn't help you with your issue, please post a link to either your web

[visualization-api] Data volume supported by Timeline chart ?

2016-01-28 Thread Bhavesh Shah
Hi what volume of data is supported by Timeline chart , lets say i have 1 Million records , will Timeline chart able to render data ? -Bhavesh -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and sto

Re: [visualization-api] Population pyramid charts

2016-01-28 Thread 'Daniel LaLiberte' via Google Visualization API
We don't have that kind of chart specifically, but you can just use stacked bars with positive and negative values to get the same effect. You can get the different colors by using two different series, and you can provide annotations that will be displayed as shown in that image. Hope that provi

[visualization-api] Population pyramid charts

2016-01-28 Thread Saude Direta
Where can I find in Google Developers tools ? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsubscr...@googlegroups.com.

Re: [visualization-api] different between new google.charts.Bar & google.visualization.ComboChart

2016-01-28 Thread natarajan govindavel
Hi Sergey, Do we have Export Option in Material Chart? Can we do this kind dynamic charts in Classical Chart(ref below)? https://jsfiddle.net/api/post/library/pure/ Thanks Natarajan Govindavel On Monday, January 25, 2016 at 9:01:05 PM UTC+5:30, Sergey wrote: > > Hi Natarajan, > > The issue you