Re: [visualization-api] Can column chart and line chart be combined together?

2015-08-01 Thread 'Jon Orwant' via Google Visualization API
Yes, that's what's called a combo chart: https://developers.google.com/chart/interactive/docs/gallery/combochart Jon On Sat, Aug 1, 2015 at 4:41 AM, Tong Sun suntong...@gmail.com wrote: Hi, Can column chart and line chart be combined together, like this? (taken from

[visualization-api] How to force the Column Chart's Y-axis to start from zero

2015-08-01 Thread Tong Sun
Hi, Google Chart will automatically raise the Y-axis' minimum value, so as to emphasis there differences. This is what I mean -- in https://jsfiddle.net/cL2q5p1z/1/, you can see that Y-axis' minimum value is 1.400,000. How to force it to zero, so as to emphasis on the comparative *total*

Re: [visualization-api] How to force the Column Chart's Y-axis to start from zero

2015-08-01 Thread Tong Sun
Ah, thanks a lot Daniel! Have a nice weekend. On Sat, Aug 1, 2015 at 2:58 PM, 'Daniel LaLiberte' via Google Visualization API google-visualization-api@googlegroups.com wrote: Hi Tong, The abbreviation 'vAxis.baseline' actually means 'vAxis: { baseline: 0 }', though this is not particularly

[visualization-api] Embed Google Graph in Github's README

2015-08-01 Thread Tong Sun
Hi, Is there any possibility to embed Google Graph in Github's README.md file? E.g., I have a Google Graph at https://fiddle.jshell.net/cL2q5p1z/3/show/, Is there any possibility to embed it in my Github's README.md file, via iframe, script, etc? Thanks -- You received this message

Re: [visualization-api] Why is it i cant create a new Google Site?

2015-08-01 Thread 'Jon Orwant' via Google Visualization API
John, this is the forum for Google Charts, not Google Sites. Jon On Wed, Jul 29, 2015 at 12:08 PM, John Emmanuel johnemmanue...@gmail.com wrote: Good afternoon: Someone know why is it i can't create a new Google Site? Already deleted some of my Google site pages because i thought i already

Re: [visualization-api] How to force the Column Chart's Y-axis to start from zero

2015-08-01 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Tong, The abbreviation 'vAxis.baseline' actually means 'vAxis: { baseline: 0 }', though this is not particularly clear. It works though: https://jsfiddle.net/cL2q5p1z/2/ On Sat, Aug 1, 2015 at 11:27 AM, Tong Sun suntong...@gmail.com wrote: Hi, Google Chart will automatically raise the