Re: [visualization-api] Re: Combo chart vertical axis scale/interval algorithm

2013-08-13 Thread Jon Orwant
Hi Drew, our team pays pretty close attention to your chart fantasies :-) We recently added documentation on getChartLayoutInterface(), getBoundingBox(), and a few friends. See, for example, https://developers.google.com/chart/interactive/docs/gallery/columnchart#Methods Doesn't give you everyt

Re: [visualization-api] Re: Combo chart vertical axis scale/interval algorithm

2013-08-14 Thread Jon Orwant
Thanks for the suggestions! I've clarified getHAxisValue/getVAxisValue as you've suggested; that'll go live soon. On your second point, that getBoundingBox and friends are methods of ChartLayoutInterface, rather than of the chart itself: love to fix that, but I don't see a better way to present t

Re: [visualization-api] ChartWizard (deprecated) - is code available and under what license?

2013-09-01 Thread Jon Orwant
Hi Ron, The code isn't available, unfortunately. Like a lot of Google products, the underlying code has lots of dependencies on internal Google software libraries and so wouldn't be useful to people outside Google. We like the notion of letting people tweak charts online and hope to be able to s

Re: [visualization-api] Is geocoding still available in Map Visualization?

2013-09-23 Thread Jon Orwant
Hi Romain, it's not you, it's us. We'll fix this soon! Jon On Mon, Sep 23, 2013 at 5:34 PM, Romain Vialard wrote: > Hi, > > I'm using the Map visualization ( > https://developers.google.com/chart/interactive/docs/gallery/map) and in > the documentation it is stated: > Two alternative data form

Re: [visualization-api] Re: Any way to download the image of a chart?

2013-09-30 Thread Jon Orwant
We'll make Google Charts more easily printable soon. Stay tuned... Jon On Sun, Sep 29, 2013 at 3:07 PM, Tribblehunter wrote: > http://bl.ocks.org/nverba/5411684 > > found this earlier this week. am hacking it into my charts at the moment. > > -- > You received this message because you are subs

Re: [visualization-api] Re: Is https://www.google.com/jsapi down for maintence

2013-10-01 Thread Jon Orwant
There's no web page providing the status, but this outage is affecting multiple Google APIs (not just Google Charts), so expect this to be fixed very soon. Jon On Tue, Oct 1, 2013 at 3:26 PM, Arshad Ahmadi wrote: > We are seeing the exact same thing as well. > Mitch, > is there a web page that

Re: [visualization-api] Minor documentation bug

2013-11-05 Thread Jon Orwant
Fixed; thanks for the bug report! Jon On Sat, Nov 2, 2013 at 6:53 PM, Dan Ludwig wrote: > I know this is minor, but hopefully someone reading can update it because > it's just a little annoying for me. > > On the GeoChart documentation page, the links at the top: > > Visualization: Geochart >

Re: [visualization-api] Re: Pulling data from a spread sheet in my google drive

2013-11-06 Thread Jon Orwant
asgallant is correct (as always) that gadgets aren't necessary. I've updated the Google Charts documentation at https://developers.google.com/chart/interactive/docs/spreadsheets. Jon On Mon, Oct 28, 2013 at 6:39 PM, asgallant wrote: > You don't need to use the "gadget" method to get the spread

Re: [visualization-api] Re: Diff chart: "Current" & "Previous" labels customization

2013-12-11 Thread Jon Orwant
You're talking about customizing tooltips, and information on how to do that is here: https://developers.google.com/chart/interactive/docs/customizing_tooltip_content If you have any trouble, let me know and I'll try to help. Jon On Wed, Dec 11, 2013 at 12:14 PM, Tiago Piccinin wrote: > I'm lo

Re: [visualization-api] Re: A new version of the Google Visualization API was released to production on 11/26

2013-12-11 Thread Jon Orwant
Hi Tiago, A diff chart isn't a chart unto itself. There are diff scatter charts, diff bar charts, diff column charts, and diff pie charts. The options for a diff scatter chart are just the options for a scatter chart; the options for a diff bar chart are just the options for a diff bar chart, and

Re: [visualization-api] Re: Setting Histogram Horizontal Axis Groupings

2013-12-12 Thread Jon Orwant
A histogram.bucketSize option is coming soon. Jon On Thu, Dec 12, 2013 at 9:48 AM, asgallant wrote: > The histogram chart doesn't have an option to set the intervals to use for > grouping, but it really should. I filed a feature request for this: > http://code.google.com/p/google-visualization

Re: [visualization-api] Re: A new version of the Google Visualization API was released to production on 11/26

2013-12-12 Thread Jon Orwant
Right you are. I've pushed new documentation live. It's not perfect; we still need to go meticulously through all the options to verify that they work. That'll take time, but I wanted to get a not-clearly-wrong version out ASAP. Thanks for the prod! Jon On Thu, Dec 12, 2013 at 9:56 AM, asgallan

Re: [visualization-api] Re: The Google Chart Tools team has pushed a new release candidate: December 19, 2013

2013-12-25 Thread Jon Orwant
Hi Romain, I'll be writing documentation for the calendar visualization soon. I do this by experimenting with the same bleeding-edge release candidate that the public is seeing right now, which is why it's not yet ready. Early January, I think. Jon On Wed, Dec 25, 2013 at 3:07 AM, Romain Vial

Re: [visualization-api] Re: Histogram Chart is doing too much and Column Chart isn't doing enough

2013-12-28 Thread Jon Orwant
I'll document this better. Also coming up: speed improvements for histograms with lots of data. Jon On Sat, Dec 28, 2013 at 3:18 AM, Ronald Chen wrote: > Nevermind, I got it. > > You can control the hAxis ticks for the column chart to put them in > between bars. The trick is to also use a con

Re: [visualization-api] code.google.com offline

2014-01-11 Thread Jon Orwant
Hi Arrief, http://code.google.com is up, and isn't needed for Google Charts anyway. If you can get to https://www.google.com/jsapi, you can use Google Charts. Jon On Sat, Jan 11, 2014 at 11:48 AM, Arrief Chandra wrote: > Hi > > I am having a problem with code.google.com offline now? why? b

Re: [visualization-api] Re: code.google.com offline

2014-01-11 Thread Jon Orwant
Hi Arrief, I'm having trouble understanding your question. At first I thought you were asking whether one of Google's services is offline (they're not) but now I think you might be asking whether people can use Google Charts without an Internet connection. When a web page with a Google Chart is loa

Re: [visualization-api] Is google charts down?

2014-01-27 Thread Jon Orwant
Google Charts is working fine. Can you post the code that led to the errors you're seeing? Jon On Mon, Jan 27, 2014 at 6:16 PM, wrote: > All of the sudden today I started getting error messages today on google > charts html pages. > > One or more participants failed to draw()× > > h.sn is not

Re: [visualization-api] Is google charts down?

2014-01-28 Thread Jon Orwant
hat you're seeing. We'll fix this soon. Sorry for the inconvenience! Jon On Mon, Jan 27, 2014 at 7:20 PM, Jon Orwant wrote: > Google Charts is working fine. Can you post the code that led to the > errors you're seeing? > > Jon > > > On Mon, Jan 27, 2014 at 6

Re: [visualization-api] Re: Maps: Show place by place name

2014-01-29 Thread Jon Orwant
String addresses are supported: http://jsfiddle.net/NPxTd/1/. We'll make this clearer in the docs. Jon On Wed, Jan 29, 2014 at 10:56 AM, asgallant wrote: > It looks like the geocoding isn't working with the Map visualization. You > can file a bug report on it here: > http://code.google.com/p/g

Re: [visualization-api] How to change annotation font and tick color/opacity?

2014-01-30 Thread Jon Orwant
Hi Roberto, I'll add documentation for boxStyle in a few hours, but here's a glimpse: 'annotations': { 'textStyle': { 'fontSize': 10, 'auraColor': 'none' }, 'boxStyle': { 'stroke': '#88', 'strokeWidth': 0.5, 'rx': 2, 'ry': 2, 'gradient'

Re: [visualization-api] Re: Showing Annotations for Annotated Timeline Chart

2014-01-30 Thread Jon Orwant
Docs for the Annotation Chart are here: https://developers.google.com/chart/interactive/docs/gallery/annotationchart Jon On Thu, Jan 30, 2014 at 10:50 AM, asgallant wrote: > The ATL charts are really old, and don't use the same format and options > as the newer charts. The charts team just rel

Re: [visualization-api] How to change annotation font and tick color/opacity?

2014-01-30 Thread Jon Orwant
k color/opacity. > > Font is Arial. > Tick color is gray with full opacity. > > You can’t change these styles. > > Perhaps a new feature in next release? > > On 30/gen/2014, at 16:47, Jon Orwant wrote: > > Hi Roberto, > > I'll add documentation for

Re: [visualization-api] Re: Showing Annotations for Annotated Timeline Chart

2014-01-31 Thread Jon Orwant
Hi Kishan, You can change the color of the annotation boxes in area, bar, column, combo, line, and scatter charts -- but not in either the Annotation Chart or the Annotated Timeline. If it's important to you to control that color, asgallant's suggestion upthread is the best you can do. We will i

Re: [visualization-api] Re: Chart download

2014-02-01 Thread Jon Orwant
Hi Andrew, if you look through the archives of this list you'll see a consistent position from us. While the image (i.e., server-side) charts are currently deprecated, we are trying to find another server-side solution, since we know that some people would prefer it. However, client-side charts ha

Re: [visualization-api] Color specificity in geochart

2014-02-04 Thread Jon Orwant
Hi Kurt, You can specify hex values like so: '#3369E8'. Jon On Tue, Feb 4, 2014 at 8:48 AM, Kurt Heiss wrote: > I successfully created a geochart using min and max values to incorporate > red, yellow, blue, and green country color codes; however the PM wants to > implement exact Google hex va

Re: [visualization-api] Draw a simple line on a Column Chart

2014-02-11 Thread Jon Orwant
Try a combo chart? https://developers.google.com/chart/interactive/docs/gallery/combochart Jon On Tue, Feb 11, 2014 at 4:10 AM, wrote: > Hy guys, > I'm creating a ColumnChart that represents the company performance on > closing/managing their helpdesk requests. > The chart has the number of cl

Re: [visualization-api] Customized tooltip does not work?

2014-02-18 Thread Jon Orwant
Elaborating on what Sergey said, we expect to have custom tooltips for Timelines in a future Charts release, but aren't sure which yet. Jon On Tue, Feb 18, 2014 at 5:31 PM, Sergey Grabkovsky wrote: > No, custom tooltips are currently not supported in the Timeline > visualization. > > - Sergey >

Re: [visualization-api] Annotated Chart getImageURI() not working

2014-02-19 Thread Jon Orwant
It's getImageURI(). Can you post your code? Jon On Wed, Feb 19, 2014 at 4:46 AM, doctorcrypto wrote: > Method isn't available. > > Any ideas? > > I've tried getImageURI() and getImageURL() as both are mentioned in the > documentation (I assume that might just be a typo). > > Thanks, > > N. > >

Re: [visualization-api] Annotated Chart getImageURI() not working

2014-02-19 Thread Jon Orwant
Currently only core charts and geocharts can be converted to PNGs, so (for the time being) you're out of luck. We'll make annotation charts printable at some point, but I can't guarantee when. Jon On Wed, Feb 19, 2014 at 5:04 AM, doctorcrypto wrote: > Just started working with this, so for now

Re: [visualization-api] Customized tooltip does not work?

2014-02-19 Thread Jon Orwant
timeline chart now? > > Thanks, > Eugene > > > On Tue, Feb 18, 2014 at 2:35 PM, Jon Orwant wrote: > >> Elaborating on what Sergey said, we expect to have custom tooltips for >> Timelines in a future Charts release, but aren't sure which yet. >> >> J

Re: [visualization-api] Annotated Chart getImageURI() not working

2014-02-19 Thread Jon Orwant
Done -- thanks for pointing this out! Jon On Wed, Feb 19, 2014 at 9:19 AM, doctorcrypto wrote: > Thanks for the clarification Jon, > > Perhaps in the meantime, if you could update the documentation here that > would be helpful to others (in the section Methods). > > > https://developers.google.

Re: [visualization-api] Re: The Google Chart Tools team has pushed a new release candidate: January 10, 2014

2014-02-19 Thread Jon Orwant
Hi Evgueni, We'll do it, but not in the next release. I can't promise when -- too much else going on! Jon On Tue, Feb 18, 2014 at 3:45 PM, Evgueni Gordienko wrote: > Does this release support customized tooltips for timeline chart? > If no - any plans? > > Thanks, > Eugene > > > On Friday,

Re: [visualization-api] Customized tooltip does not work?

2014-02-19 Thread Jon Orwant
Update: the ability to turn off timeline tooltips will be in the next release of Google Charts, which should be in March. Jon On Wed, Feb 19, 2014 at 9:03 AM, Jon Orwant wrote: > tooltip: { trigger: 'none' } will work in the future, but not yet. The > timeline is still ne

Re: [visualization-api] Query Language not working with new Sheets

2014-02-19 Thread Jon Orwant
Hi Romain, We've forwarded this to the Google Sheets team and they'll investigate. Thanks for alerting us (and them) to this! Jon On Sat, Feb 8, 2014 at 2:16 PM, Romain Vialard wrote: > Hi Mitch, > > The code I've added in this thread is just a copy of a code from the > playground

Re: [visualization-api] Re: The Google Chart Tools team has pushed a new release candidate: December 19, 2013

2014-02-21 Thread Jon Orwant
Hi Dominic, The months are zero-based (January = 0, February = 1, etc.) which probably explains what you're seeing. Jon On Fri, Feb 21, 2014 at 3:11 PM, wrote: > Hi guys. Are you accepting feedback/ bug reports for the new Calendar > Chart Beta? It seems to be skewing all data points one mont

Re: [visualization-api] TypeError: Funktion arrayToDataTable in Objekt [object Object] nicht gefunden (Zeile 4, Datei "Code")

2014-02-23 Thread Jon Orwant
Hi RR RRR, Try copying from the gallery pages instead of the playground. Each gallery page provides a full HTML page example, so that's the place to start. The problem you're encountering is most likely that you've loaded the corechart package but not the gauge package. That's why the Gauge() m

Re: [visualization-api] Re: getImageURI() fails to work for geochart package

2014-02-24 Thread Jon Orwant
Docs updated: https://developers.google.com/chart/interactive/docs/printing Jon On Mon, Feb 24, 2014 at 4:17 PM, asgallant wrote: > Sorry, typo in the code, it should be: > > var chart = new google.visualization.GeoChart(document.getElementById(' > chart_div')); > google.visualization.events.ad

Re: [visualization-api] Re: Google Charts getImageURI() png vaxis title error

2014-02-26 Thread Jon Orwant
Bastiaan, my guess would be that Jeremy's fix will be live in a month. Jon On Wed, Feb 26, 2014 at 4:03 PM, Bastiaan Kars wrote: > @asgallant, I get the same results when I replace the code. > @Jeremy, how long do you THINK it takes to fix the error? > > > Op woensdag 26 februari 2014 14:47:41

Re: [visualization-api] Removing the deprecation policy for charts API

2014-02-27 Thread Jon Orwant
It is oddly worded, isn't it? What was removed was the one-year policy, replaced by three-year policy. Further confusing things is that this is about the Chart Tools API, which is completely separate from Google Charts. The Chart Tools API is server-side: you provide data in a URL, and it spits a

Re: [visualization-api] Re: Suddenly, Google Charts is writing to the console?

2014-02-28 Thread Jon Orwant
Confirmed in Chrome, so it's not just IE. We'll fix this. Jon On Fri, Feb 28, 2014 at 9:30 AM, Timothy Stapleton wrote: > Additional note: I am now experiencing this same issue on the Google > charts gallery pages anywhere the colors of data elements are being styled. > having the dev console

Re: [visualization-api] Re: Suddenly, Google Charts is writing to the console?

2014-02-28 Thread Jon Orwant
That'll work, and in any event we'll probably fix this in 1.1 within a day. Jon On Fri, Feb 28, 2014 at 10:24 AM, Timothy Stapleton wrote: > Gotchya, I'll force 1.0 for now then. Thanks! > > On Friday, February 28, 2014 7:24:50 AM UTC-7, Timothy Stapleton wrote: > >> Hello! >> >> I use the goog

Re: [visualization-api] Re: Does the data travel out Google servers during rendering charts ?

2014-03-01 Thread Jon Orwant
That's right. Jon (sent from my nexus) On Mar 1, 2014 10:54 AM, "ChartsExplorer" wrote: > Okay, If i understood is right, its the js code that is loaded into the > browser, and the data itself does not flow out of the browser while > rendering? > > I simply use it by preparing static html pages

Re: [visualization-api] Re: Some quick newbie help appreciated

2014-03-04 Thread Jon Orwant
https://developers.google.com/chart/interactive/docs/gallery/piechart#Configuration_Options Jon On Tue, Mar 4, 2014 at 11:33 PM, wrote: > Could someone please give me the link to the section of the documentation > that details the Options available for the style of chart below - I've > looked

Re: [visualization-api] What is the release date for v38 ?

2014-03-25 Thread Jon Orwant
Spoke too soon -- make that tomorrow. Jon On Tue, Mar 25, 2014 at 10:36 AM, Jon Orwant wrote: > Any moment now... > > Jon > > > On Tue, Mar 25, 2014 at 10:35 AM, Sunny Daniel wrote: > >> >> -- >> You received this message because you are sub

Re: [visualization-api] What is the release date for v38 ?

2014-03-25 Thread Jon Orwant
Any moment now... Jon On Tue, Mar 25, 2014 at 10:35 AM, Sunny Daniel wrote: > > -- > 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-visu

Re: [visualization-api] chart match

2014-03-28 Thread Jon Orwant
A column chart with multiple series. Jon On Fri, Mar 28, 2014 at 4:31 PM, Charlie Morrison wrote: > What chart type in google charts should I use to match the attached image? > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. >

Re: [visualization-api] Network Graphs

2014-03-29 Thread Jon Orwant
We're working on network graphs now, but don't have a target date. Jon On Fri, Mar 28, 2014 at 8:54 PM, Isaac Wyatt wrote: > Interested if Network graphs are in the release pipeline? > https://support.google.com/fusiontables/answer/2566732?hl=en > > Any work-arounds to get this in the meantime

Re: [visualization-api] Using Google Drive Spreadsheets as Databases ?

2014-04-16 Thread Jon Orwant
Hi Ravi, This doesn't sound like a question about Google Charts, but the answer is yes. https://developers.google.com/drive/ will tell you more. Jon On Wed, Apr 16, 2014 at 1:00 AM, Ravi Sharan wrote: > Hello, > Is there any way I can use google drive spreadsheets as a > database ?

Re: [visualization-api] Re: Querying a Spreadsheet: Not correct when only string values

2014-05-09 Thread 'Jon Orwant' via Google Visualization API
No need to file that report; I'll forward this conversation to the right folks inside Google. Jon On Fri, May 9, 2014 at 3:53 PM, HRansome wrote: > Woo it's not me! And thank you. I'm more than happy to post the bug report > to spreadsheets rather than Visualization API if you could point me i

Re: [visualization-api] Re: Is it not possible to animate a pie chart?

2014-05-16 Thread 'Jon Orwant' via Google Visualization API
We'll add animations to pie charts, but nothing's coming immediately. Sorry! Jon On Fri, May 16, 2014 at 11:58 AM, Mickey Kay wrote: > Man, that's kind of a deal-breaker on this one :( Is there any other way > you can think of to mimic a progress circle like I linked to? I'd really > like to

Re: [visualization-api] Re: Is it not possible to animate a pie chart?

2014-05-17 Thread 'Jon Orwant' via Google Visualization API
imate, but a > ballpark idea would be helpful. Thanks! > > > On Fri, May 16, 2014 at 9:01 AM, 'Jon Orwant' via Google Visualization API > wrote: > >> We'll add animations to pie charts, but nothing's coming immediately. >> Sorry! >> >>

Re: [visualization-api] How to make content in Google charts indexable?

2014-05-19 Thread 'Jon Orwant' via Google Visualization API
Hi Michal, That's a great question! I'll research and report back. Jon On Mon, May 19, 2014 at 7:26 AM, Michal Danilák wrote: > Hi, > > we are using Google timeline charts on our website. In the charts we use > many valuable keywords, which aren't used anywhere else on the site. By > followin

Re: [visualization-api] Pi Chart problem with tooltip.text

2014-05-28 Thread 'Jon Orwant' via Google Visualization API
You want: tooltip: { text: "percentage" } Jon On Wed, May 28, 2014 at 3:35 PM, Christian G wrote: > Hi guys, > > i have a problem with the following option line: > > var options = {*tooltip.text:"**percentage"*, width: 800,height: > 500,pieSliceText: "label",tooltip: {isHtml: "1"},titleTextSt

Re: [visualization-api] Re: Is it not possible to animate a pie chart?

2014-05-29 Thread 'Jon Orwant' via Google Visualization API
We're going to try to release animated pie charts in our next update, so perhaps July. Jon (sent from my nexus) On May 17, 2014 10:01 PM, "Jon Orwant" wrote: > The engineer who'll be doing it is on vacation this coming week. Once he > returns we'll figure out

Re: [visualization-api] Google o meter chart with Solid Colours

2014-06-10 Thread 'Jon Orwant' via Google Visualization API
Vikranth, Can you point the group to the chart you're trying to emulate? We can only see a blank rectangle, so it's tough figuring out what you're trying to do. https://developers.google.com/chart/image/docs/gallery/googleometer_chart has documentation for how to control the colors of the google-

Re: [visualization-api] Google Charts Down

2014-06-10 Thread 'Jon Orwant' via Google Visualization API
Google Charts is up, has experienced no downtime in recent memory, and your charts load fine. If there's a problem, it's on your end... Jon On Tue, Jun 10, 2014 at 6:21 PM, AM wrote: > Hi, > > I'm now using what I think is the correct version of the charts package: > > google.load('visualizat

Re: [visualization-api] Google Charts Down

2014-06-10 Thread 'Jon Orwant' via Google Visualization API
The new release of Google Charts just went live, so this may be related. Your charts load fine for me, but I may be hitting a datacenter that still has the old version. We'll investigate. Jon On Tue, Jun 10, 2014 at 6:34 PM, AM wrote: > Really strange. I just get errors on my side for every

Re: [visualization-api] Google Charts Down

2014-06-10 Thread 'Jon Orwant' via Google Visualization API
rs, so we appreciate your patience! Jon On Tue, Jun 10, 2014 at 6:42 PM, Jon Orwant wrote: > The new release of Google Charts just went live, so this may be related. > Your charts load fine for me, but I may be hitting a datacenter that still > has the old version. We'll investi

Re: [visualization-api] Google Charts Down

2014-06-10 Thread 'Jon Orwant' via Google Visualization API
;> >>>>> On the assumption that this is affecting more than just you, we'll >>>>> roll back the new release worldwide so that we have time to debug. We >>>>> don't >>>>> have any reports of problems other than yours, so we''ll

Re: [visualization-api] Google Charts Down

2014-06-11 Thread 'Jon Orwant' via Google Visualization API
Right. Now we'll put our heads together and figure out why. Jon On Tue, Jun 10, 2014 at 10:31 PM, Anthony Milano wrote: > Yes, everything is back to normal now..thanks. It must have been while > you were doing the update? > > > On Tue, Jun 10, 2014 at 5:26 PM, &#x

Re: [visualization-api] Alternative To Deprecated Google Chart Tools API

2014-06-17 Thread 'Jon Orwant' via Google Visualization API
For the benefit of others and to avoid confusion: Google maintains a server-side API called the Chart Tools API, and a client-side API called the Google Visualization API or Google Charts API. This forum is almost exclusively about the *client-side* API. Years ago we announced the year 2015 depre

Re: [visualization-api] Export Pie Chart 3D -> Word 2013

2014-06-18 Thread 'Jon Orwant' via Google Visualization API
You can import the Google Chart as an image into Word, but you'll lose the interactivity. Jon On Wed, Jun 18, 2014 at 5:38 AM, jeremjerem23 wrote: > Hy guys :) > > I'm french, so i can't speak english as well as i want ... :( > > But maybe, i can explain you my problem. After that, i explain i

Re: [visualization-api] Google Charts Blocked From China

2014-06-27 Thread 'Jon Orwant' via Google Visualization API
Hi Ben, We're not sure, but there are some indications that China has been blocking many Google services. Some press reports are connecting this to the anniversary of Tianamen Square, so it may be a short-lived phenomenon. If it's not, it's hard for us to give advice on what to do, since we can't

Re: [visualization-api] Question on Customizing Points on Same Series

2014-07-23 Thread 'Jon Orwant' via Google Visualization API
Hi Taylor, Sorry, there's no way to do that at the moment. An entirely reasonable request, though! Jon On Tue, Jul 22, 2014 at 4:58 PM, Taylor Young wrote: > Hello, > > I am currently setting up some line charts and have looked through the > page for customizing points. > https://developers.g

Re: [visualization-api] Question on Customizing Points on Same Series

2014-07-23 Thread 'Jon Orwant' via Google Visualization API
Hi Taylor, We'll ship this soon (a few weeks, max). Jon On Wed, Jul 23, 2014 at 12:19 PM, Jon Orwant wrote: > Hi Taylor, > > Sorry, there's no way to do that at the moment. An entirely reasonable > request, though! > > Jon > > > On Tue, Jul 22, 2

Re: [visualization-api] 404 error on Visualization Playground

2014-07-28 Thread 'Jon Orwant' via Google Visualization API
Investigating... Jon On Mon, Jul 28, 2014 at 7:01 PM, James Bowler wrote: > Getting a 404 when trying to view the Playground, see > https://code.google.com/apis/ajax/playground/?type=visualization#area_chart > > -- > You received this message because you are subscribed to the Google Groups >

Re: [visualization-api] Visualization Playground Broken Link

2014-07-29 Thread 'Jon Orwant' via Google Visualization API
Yep, we're investigating a fix. Jon On Tue, Jul 29, 2014 at 6:25 AM, Visual1zer wrote: > Hi all, > > the Visualization Link appears to be broken: > > http://code.google.com/apis/ajax/playground/?type=visualization > > Is it being moved to a new address or soon to be removed from the Google > C

Re: [visualization-api] Visualization Playground Broken

2014-07-29 Thread 'Jon Orwant' via Google Visualization API
We know, and we're investigating. Thanks for the report! Jon On Tue, Jul 29, 2014 at 7:29 PM, wrote: > Hi There, > > When attempting to use the Visualization Playground to create a line > chart, getting a 404 error. > > https://code.google.com/apis/ajax/playground/?type=visualization#line_cha

Re: [visualization-api] 404 error on Visualization Playground

2014-07-30 Thread 'Jon Orwant' via Google Visualization API
The playground is down for the count, alas. Security reasons. Jon On Wed, Jul 30, 2014 at 8:05 AM, Siddharth sreelal < siddharth.sree...@gmail.com> wrote: > > Still getting a 404 error when trying to view the Playground. > > > On Tuesday, July 29, 2014 4:37:14 AM UTC+5:30, orw...@google.com wro

Re: [visualization-api] Visualization Playground Broken Link

2014-07-30 Thread &#x27;Jon Orwant' via Google Visualization API
The playground has been taken offline for security reasons. Sorry, Jon On Wed, Jul 30, 2014 at 4:37 AM, Visual1zer wrote: > Thanks for the update > > Cheers, > > > On Tuesday, 29 July 2014 14:22:07 UTC+1, orw...@google.com wrote: > >> Yep, we're investigating a fix. >> >> Jon >> >> >> On Tue,

Re: [visualization-api] Replace Playground with Code Examples

2014-07-30 Thread &#x27;Jon Orwant' via Google Visualization API
That's a good idea, and we're exploring options. Jon On Wed, Jul 30, 2014 at 11:54 AM, Steve Webster wrote: > Since the Charts Playground is no longer available due to security > concerns, could you make all the code examples available. > > Perhaps copy the playground source, remove the result

Re: [visualization-api] Re: 404 error on Visualization Playground

2014-07-30 Thread &#x27;Jon Orwant' via Google Visualization API
We're looking at solutions. I removed the links because I'm allergic to 404s, but think we'll be able to restore them in a few days. Jon On Wed, Jul 30, 2014 at 4:53 PM, Anthony Stowe wrote: > When will the playground be back up? this was way to cool to remove.. > > On Monday, July 28, 2014

Re: [visualization-api] Re: Drill down functionality for column charts

2014-08-01 Thread &#x27;Jon Orwant' via Google Visualization API
Some charts support an "explorer" option, which lets you enable zoom; search for it on the doc page for the appropriate chart. (And the Map Chart has standard Google Maps zooming.) Jon On Fri, Aug 1, 2014 at 8:36 AM, Rk MooRthy Rajendran wrote: > Hi Andrew, > > Can we have zoom options in Goog

Re: [visualization-api] Re: Official documentation on how to include multiple charts on the same page?

2014-08-02 Thread &#x27;Jon Orwant' via Google Visualization API
Noted. I'll put it in the docs when I get a chance. Thanks for the suggestion! Jon On Fri, Aug 1, 2014 at 2:03 PM, WhoSoLovesUs wrote: > Hi, ok I got it working ... thanks so much for sharing this :) > > Something like this would be handy to have in the Google Charts > documentation somewhere

Re: [visualization-api] Re: Visualization Playground Broken Link

2014-08-02 Thread &#x27;Jon Orwant' via Google Visualization API
Update! Thanks to Tom Rybka, we'll have a solution within a week. Jon On Sat, Aug 2, 2014 at 1:10 PM, wrote: > > It is too sad! To be honest, such tool is most useful in my daily > operation. When can be fixed? Or, it will be cancelled permanently? Thanks! > > -- > You received this message b

Re: [visualization-api] Have different images as markers under graph nodes.

2014-08-04 Thread &#x27;Jon Orwant' via Google Visualization API
https://developers.google.com/chart/interactive/docs/customizing_tooltip_content#custom_html_content shows you how to do this. The example even uses flags, just like you ordered! Jon On Mon, Aug 4, 2014 at 7:19 AM, Inte snäll wrote: > As it is now I have text as toolTip hint under the graph no

Re: [visualization-api] Re: Have different images as markers under graph nodes.

2014-08-04 Thread &#x27;Jon Orwant' via Google Visualization API
In that case, use an overlay: https://developers.google.com/chart/interactive/docs/overlays Jon On Mon, Aug 4, 2014 at 7:49 AM, Inte snäll wrote: > Sorry, but its not the same, I was a bit unclear. I want the annotation to > display html (an image) directly into the graph and not having to ho

Re: [visualization-api] Re: Tyro GeoChart questions (also googleVis)

2014-08-05 Thread &#x27;Jon Orwant' via Google Visualization API
Bryan, I recommend taking your chart code and putting it up on jsfiddle.net. If it works there, then your issue is with Blogger. If it doesn't work there, then your issue is with Google Charts. If it seems like buck passing, that's because the kind volunteers who are helping you, for free, are eit

Re: [visualization-api] Hexagons & Pentagon Charts?

2014-08-05 Thread &#x27;Jon Orwant' via Google Visualization API
Nope, sorry! Jon On Tue, Aug 5, 2014 at 12:13 PM, Zak Rhyno wrote: > Is it possible to use this library to make hexagons & pentagon charts? I > was looking at what can be done but I can figure out the answer to this > question. > > > > -- > You received this message because you are subscribed

Re: [visualization-api] Re: PHP Server side graph generation

2014-08-11 Thread &#x27;Jon Orwant' via Google Visualization API
Just an update on the Image Chart API: we're not planning to turn off the API in April. It's more that three years ago when we issued the deprecation announcement, we warned users that we *might* turn it off three years later. Right now it's not much of a burden to keep running, so we'll do that.

Re: [visualization-api] Re: Annotation Chart stability

2014-08-14 Thread &#x27;Jon Orwant' via Google Visualization API
No chances. We only just built the Annotation Chart! Jon On Thu, Aug 14, 2014 at 3:16 AM, Shivani Kanakhara wrote: > Ok thanks. Are there any chances for AnnotationChart to be deprecated in > near future? I want to know an approximate interval of time for which the > AnnotationChart is gurante

Re: [visualization-api] Deprecation Notice for Google charts

2014-08-20 Thread &#x27;Jon Orwant' via Google Visualization API
Answers are on the parallel thread here: https://groups.google.com/forum/#!topic/google-visualization-api/yz06u9N2oaA Jon On Wed, Aug 20, 2014 at 8:07 AM, Shivani Kanakhara wrote: > If a chart is about to be deprecated,when will we be notified? > What does 3-year deprecation policy mean? > Doe

Re: [visualization-api] filter for getFilteredRows using multiple values for the same column

2014-08-23 Thread &#x27;Jon Orwant' via Google Visualization API
It is new, and will be documented shortly. Jon On Sat, Aug 23, 2014 at 2:47 PM, Andrew Gallant wrote: > Is that new functionality, Sergey? > > > On Friday, August 22, 2014 10:00:11 AM UTC-4, Sergey wrote: > >> You can use a filter with a 'test' function. Here is an example: >> http://jsfiddle.

Re: [visualization-api] Re: Visualization Playground Broken Link

2014-08-24 Thread &#x27;Jon Orwant' via Google Visualization API
All chart types now have links to jsfiddle.net where you can tinker with them playground-style. (Example: the "Code it yourself on JSFiddle" button on: https://developers.google.com/chart/interactive/docs/gallery/annotationchart#Example .) Jon On Mon, Aug 4, 2014 at 5:40 AM, Visual1zer wrote:

Re: [visualization-api] Re: Charts returning QR code instead of line graph

2014-08-26 Thread &#x27;Jon Orwant' via Google Visualization API
There was a problem on Google's side, briefly, but it's fixed everywhere now. Jon On Tue, Aug 26, 2014 at 2:53 PM, Brian Mertens wrote: > I've had two clients report this problem today with a web application I > support. Both located in the Toronto, Canada area. > > QR code linked to some sort

Re: [visualization-api] Running into a problem with GOOG spreadsheet integration

2014-08-29 Thread &#x27;Jon Orwant' via Google Visualization API
JavaScript is case sensitive: you want to say "google.visualization.Table" to create a Table Chart. Remove that extra curly brace: that was just hiding the real error ("undefined is not a function") that you wanted to see. Jon On Sat, Aug 30, 2014 at 12:02 AM, Craig Pearce wrote: > I'm just l

Re: [visualization-api] Download?

2014-09-09 Thread &#x27;Jon Orwant' via Google Visualization API
Google Charts is a library that has to be loaded over the net. Sorry! Jon On Tue, Sep 9, 2014 at 6:55 AM, Darrin Kay wrote: > Can you download the code, we have a closed network and would love to use > google charts but can not hit it from the internet? > > -- > You received this message becau

Re: [visualization-api] Display chart via function

2014-09-10 Thread &#x27;Jon Orwant' via Google Visualization API
Why not move the google.load call above dspChart(), remove dspChart(), and use onclick="drawChart();" ? Jon On Wed, Sep 10, 2014 at 10:21 AM, wrote: > This is probably so simple it's an insult to your intelligence, but what's > wrong with this code. I want the chart to display when clicking the

Re: [visualization-api] Question about deprecation policy

2014-09-19 Thread &#x27;Jon Orwant' via Google Visualization API
Google Charts (the interactive charts available as a JavaScript library, and the subject of this forum) is not deprecated and Google is committed to continued support for it. Image Charts (the non-interactive charts, typically accessed by packing data into a URL) are deprecated, which means that w

Re: [visualization-api] API usage after May 2015

2014-09-26 Thread &#x27;Jon Orwant' via Google Visualization API
The dynamic charts provided by JavaScript libraries (i.e., what this group is about) will be supported for a long time to come. The April 2015 deprecation date is when we reserve the right to turn off ChartServer, which lets you pack data into a URL and get a static chart. We have no plans to turn

Re: [visualization-api] Pie Chart suddenly stop working for chrome

2014-10-07 Thread &#x27;Jon Orwant' via Google Visualization API
If you're currently using version 1.1 of Google Charts, can you flip to version 1.0 to see if that makes a difference? Posting the code would also help. Jon On Tue, Oct 7, 2014 at 4:10 PM, Mael Caldas wrote: > Hi, > > From couple of hours ago, we starting getting errors on all charts and, > af

Re: [visualization-api] Pie Chart suddenly stop working for chrome

2014-10-07 Thread &#x27;Jon Orwant' via Google Visualization API
Then I don't know what's going on. If you post your code, we'll take a look. Jon On Tue, Oct 7, 2014 at 4:32 PM, Mael Caldas wrote: > I'm using the 1.0 (loaded using ajax loader). I changed to 1.1 and back to > 1.0 and, on both, the error is the same... > > Em terça-feira, 7 de outubro de 2014

Re: [visualization-api] Re: Does anybody know how to show the R-squared for scattered polynomial trend line?

2014-10-10 Thread &#x27;Jon Orwant' via Google Visualization API
Documentation for showR2 will go live next week. Jon On Fri, Oct 10, 2014 at 2:54 PM, Zhenyu Hu wrote: > Hi Sergey, > > Thanks a lot, it works!!! > There is a parameter "showR2: true" under trendlines options, but why this > parameter doesn't show up on their documentation, how do yo find it? >

Re: [visualization-api] Word Tree IDs

2014-10-15 Thread &#x27;Jon Orwant' via Google Visualization API
Hi Josh, there are no promises in life, but you're safe. ("static boss" is a great concept. Very Big Brotherish.) And just FYI, we already have org charts: https://developers.google.com/chart/interactive/docs/gallery/orgchart Jon On Wed, Oct 15, 2014 at 6:13 PM, Josh Beagley wrote: > So I'm t

Re: [visualization-api] Re: Does anybody know how to show the R-squared for scattered polynomial trend line?

2014-10-18 Thread &#x27;Jon Orwant' via Google Visualization API
t's great, thanks! > > On Fri, Oct 10, 2014 at 5:44 PM, 'Jon Orwant' via Google Visualization API > wrote: > >> Documentation for showR2 will go live next week. >> >> Jon >> >> On Fri, Oct 10, 2014 at 2:54 PM, Zhenyu Hu >> wrote:

Re: [visualization-api] Word Tree IDs

2014-10-27 Thread &#x27;Jon Orwant' via Google Visualization API
Hi Josh, Word tree isn't going to replace the org chart. There's no way to make the org chart display horizontally, but you can use the allowCollapse option and the collapse() method to make the fan-out of your chart more manageable. Jon On Thu, Oct 23, 2014 at 2:22 AM, Josh Beagley wrote: > H

Re: [visualization-api] Question about Security and Privacy

2014-10-29 Thread &#x27;Jon Orwant' via Google Visualization API
Currently, data is only sent to Google when geocoding is necessary for a map chart. Everything else happens inside the browser and Google never sees it. Jon On Wed, Oct 29, 2014 at 1:55 PM, Kelson wrote: > I didn't see a way to contact google about google charts so I figured I > would ask here.

Re: [visualization-api] WordTree 'double' type not working with the new release

2014-11-09 Thread &#x27;Jon Orwant' via Google Visualization API
Hi Varun, try reloading the documentation page now. The sample code was for an old version of the double word tree; I've updated it. Jon On Sat, Nov 8, 2014 at 2:09 PM, Varun Jewalikar wrote: > This is an example copied from > https://developers.google.com/chart/interactive/docs/gallery/wordtre

Re: [visualization-api] Can i Use Google Visualization API in Web Application that Generate Charts (License accept that)?

2014-11-17 Thread &#x27;Jon Orwant' via Google Visualization API
Seems fine to me. Jon On Mon, Nov 17, 2014 at 4:24 AM, Omar Sedki wrote: > i have a web site Livegap Charts . it's a > chart builder (generator ) build on chartnew.js > i want also it to generate chart with Google Visualization Api. > there are any problem with g

Re: [visualization-api] Charting a CVS File

2014-12-01 Thread &#x27;Jon Orwant' via Google Visualization API
Elaborating on what Sergey said, another alternative -- and probably what you want to do if your CSV data is unchanging -- is to convert the CSV data "by hand" into a data table, so that everything is inside your JavaScript program. For instance, as a first step cut and paste your data like so: v

  1   2   3   >