Re: [visualization-api] Re: Is it possible to have a pie chart substituting the dot in the scatterplot?

2016-11-02 Thread Tiago Peres
hould do > the positioning in a container of your chart container. Charts generally > don't like the chart container to be positioned. e.g. > > > > > > > > > On Tue, Nov 1, 2016 at 3:57 PM, Tiago Peres <tiagomar...@gmail.com > > wrote: &g

[visualization-api] Re: Is it possible to have a pie chart substituting the dot in the scatterplot?

2016-11-01 Thread Tiago Peres
*' **sounds* possible, one could use the getImageURI method to get an image of the pie chart, similar to this answer -- then overlay the *blue tiny dot* with the image, using the

[visualization-api] Re: Is it possible to have a pie chart substituting the dot in the scatterplot?

2016-11-01 Thread Tiago Peres
> > https://developers.google.com/chart/interactive/docs/points > This is the only info I can see related to the scatter plots. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving

[visualization-api] Make the vAxis go from higher numbers to lower numbers

2016-12-01 Thread Tiago Peres
Hello! How can I make the vAxis go from 10 to 0? As you can see, it was not enough what I did here. // Callback that draws the pie chart for No Hedge Fund's chart. function draw0hedgeChart() { var data = new google.visualization.DataTable(); data.addColumn('number', 'X');