[visualization-api] google charts are not displaying in full sandbox

2012-09-25 Thread nishh
i am working on google charts and the problem is my charts are perfectly showing in coding side but when i am checking it on work with portal then it is not showing any chart if u have any knowledge of sandbox then share your ideas with me -- You received this message because you are

[visualization-api] A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread visigoth
We have pushed a new release to production. Documentation (and the release notes page) will soon be updated to reflect the changes made in this release. In the meantime, here is a short overview of what has been introduced: *Prominent changes* - *HTML Tooltip* - Support for custom HTML

[visualization-api] Re: A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread visigoth
Although complete documentation of the HTML tooltip is not ready yet, here is a teaser for those who really cannot wait. Open the ColumnChart examplehttps://code.google.com/apis/ajax/playground/?type=visualization#column_chartin the visualization playground, replace the content of the example

[visualization-api] Re: Help with xml

2012-09-25 Thread thecatz
Thx a lot for your help, i've tryed something like this : i use your first example. This is my xml : ?xml version=1.0 encoding=utf-8? Export Columns Dim1Heures/Dim1 Metric1Visites/Metric1 Var1Visites var/Var1 Diff1Visites Diff/Diff1 Rat1Visites rat/Rat1 Metric12%

[visualization-api] Re: A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread mrishadali
Hi, Thanks for the information. I was wondering bout the iFrame thing as I want to draw charts into the iFrame. After reading your topic I tried setting the AreaChart option *forceIFrame: true *but still it does not draw the chart in the iFrame. I am usnig these functions

[visualization-api] New release is out.. Geochart changes and small problems

2012-09-25 Thread Carlos Moreira
Hello everyone! Nice to see the new release is out and working! To bad HTML tooltips are not available for geochart... Still waiting on that one :) Bye bye Iframes, that's good! The tooltip.trigger will also be usefull. *I had one problem with this update tough*: I was using the color

Re: [visualization-api] Re: A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread Eyal Cohen
Could you please send me an example page of the AreaChart that ignores the forceIFrame option? What browser are you using? What OS? For me it works just fine (rechecked it right now with Chrome on Linux). When I open the AreaChart

[visualization-api] customize gauge ?

2012-09-25 Thread thecatz
hello, i want to know if is possible to skin the gauge and how? i didn't find anything on the documentation, can someone have any link for how skinning the gauge ? Thx. i want to make the gauge like this :

Re: [visualization-api] New release is out.. Geochart changes and small problems

2012-09-25 Thread Eyal Cohen
Hi Carlos, Thanks for the feedback! GeoChart is not my field of expertise, and there is a good chance the guys working on it won't be in the office before Thursday. Once back, they will be able to tell you all about the border colors. About the transparent background - what error does it throw?

[visualization-api] Re: New release is out.. Geochart changes and small problems

2012-09-25 Thread Carlos Moreira
Thanks for the quick answer visigoth! Further testing, and I have some conclusions: datalessRegionColor: null - *works*; datalessRegionColor: 'transparent' - doesn't work, it did in the past - error message: 'none' is not a valid hex color datalessRegionColor: 'none' - doesn't work, it did in

[visualization-api] Re: New release is out.. Geochart changes and small problems

2012-09-25 Thread Carlos Moreira
correction: I am not sure datalessRegionColor: 'none' worked on the past, since I was using 'transparent'. Terça-feira, 25 de Setembro de 2012 12:16:43 UTC+2, Carlos Moreira escreveu: Thanks for the quick answer visigoth! Further testing, and I have some conclusions: datalessRegionColor:

Re: [visualization-api] Re: A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread mrishadali
Q: BTW, why do you need an IFrame? A: I need to convert the charts as static images, and I display those images into an IFrame. -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion on the web visit

Re: [visualization-api] Re: A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread mrishadali
OK, Thank you very much for your quick response. I will be waiting for the solution!!! -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion on the web visit

Re: [visualization-api] Re: New release is out.. Geochart changes and small problems

2012-09-25 Thread Eyal Cohen
If it works for the background.fill, it would make sense to work for the datalessregioncolor no? IMO, you're right. It makes perfect sense to be consistent. I'll refer this to our GeoChart guy to look into when he's back. Glad you found a workaround for now. On Tue, Sep 25, 2012 at 12:16 PM,

Re: [visualization-api] Re: A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread mrishadali
Hi Visigoth, Sorry to bother you again. Can you please tell me the package name of the release before this one. I tried {packages:[areachart,linechart]} but they are very old and I need some features from the last version. Is it possible to load the version before this release. and how to do

[visualization-api] Re: Help with xml

2012-09-25 Thread thecatz
finaly ive done this, but the page is blank : can you tel me where is the problem ? html head script type='text/javascript' src='https://www.google.com/jsapi'/script script type='text/javascript' google.load('visualization', '1', {packages: ['corechart']});

Re: [visualization-api] Re: A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread Eyal Cohen
No problem :) The packages areachart, linechart etc. are over two years old and deprecated, please do not use them. You can load package corechart just as you did, only specify 1.XX instead of 1 to get release XX. Current release is 32. Please note that we do not have frozen versions of all

[visualization-api] Re: A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread François-Xavier LABICHE
Hello, Since this update the charts that use a date format doesn't work anymore. I have a has no method 'getTime' error ! You can see the same error on you're pages : - https://developers.google.com/chart/interactive/docs/gallery/controls - see the google.visualization.ChartRangeFilter

[visualization-api] Rendering format

2012-09-25 Thread Alex Hovenkamp
Hi, I was wondering about the rendering format of Google Visualization API. Are the graphs rendered only by using Flash, or are other formats supported as well? Thanks! -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this

[visualization-api] Unable to get value of the property 'color': object is null or undefined while using Core Chart package

2012-09-25 Thread Sushumna Mulugu
Hi All, I have changed my code as below using the Core Charts package to make visualizations work in IE 9 . apex:outputPanel id=chart_div script type=text/javascript src=https://www.google.com/jsapi;/script script type=text/javascript google.load(visualization,

Re: [visualization-api] Re: A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread mrishadali
Great. Package 1.30 worked for me. Thanks for your help. Cheers -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/9L9CbG1LERIJ.

[visualization-api] Re: Unable to get value of the property 'color': object is null or undefined while using Core Chart package

2012-09-25 Thread asgallant
Can you provide a sample of jsondata and a sample of the code after it is rendered by the server? I can't help much without it, except to say that many of the options you use changed for the new charts (see the LineChart

[visualization-api] Re: google charts are not displaying in full sandbox

2012-09-25 Thread asgallant
Can you provide a link to an example page that demonstrates the problem? On Tuesday, September 25, 2012 2:08:47 AM UTC-4, nishh wrote: i am working on google charts and the problem is my charts are perfectly showing in coding side but when i am checking it on work with portal then it is not

[visualization-api] Piechart Display issue

2012-09-25 Thread chartuser
Hi All, I have set the sliceVisisiblity threshold to 0 to display all slices, But the legend displays the label, but the piechart does not display the slices sample data: var data = google.visualization.arrayToDataTable([ ['Task', 'Hours per Day'], ['Work', 55000],

[visualization-api] Re: Line chart with multiple series on multiple axes

2012-09-25 Thread asgallant
It takes a bit of tweaking, less on the selector and more on the structure of the rest of the code, to make it work: http://jsfiddle.net/asgallant/LWDP4/12/. Basically, you have to track which columns you are using and which options need to change based on the columns. While I was working on

[visualization-api] Re: Rendering format

2012-09-25 Thread asgallant
Most of the Visualization API charts are rendered in SVG (or VML when rendered in IE 9). The overview section of the chart's documentation page gives specifics (see AreaChartshttps://developers.google.com/chart/interactive/docs/gallery/areachartas an example). On Tuesday, September 25, 2012

[visualization-api] Re: customize gauge ?

2012-09-25 Thread asgallant
The charts are not really skinable to the best of my knowledge. You can modify them, to an extent, with CSS and javascript, but there are limits to what you can do. A gauge like the one pictured would likely not be possible. On Tuesday, September 25, 2012 5:57:42 AM UTC-4, thecatz wrote:

[visualization-api] Re: Help with xml

2012-09-25 Thread asgallant
Can you post the javascript that is rendered by the server? On Tuesday, September 25, 2012 7:29:50 AM UTC-4, thecatz wrote: finaly ive done this, but the page is blank : can you tel me where is the problem ? html head script type='text/javascript' src='https://www.google.com/jsapi

[visualization-api] Re: Piechart Display issue

2012-09-25 Thread asgallant
Normally, the slice would be drawn as a single line if it is so small, but in the case of 3D pie charts, the slices don't render at all if below a certain size (which, I suspect, is the point at which the width of the slice on the outer edge of the pie would be less than 1 pixel). You can make

Re: [visualization-api] Re: A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread jlanz
I can confirm the problem with corechart package drawing lines and areas with dates (versions 1 and 1.1), you get different errors in different browsers, this one is in Chrome has no method 'getTime' Version 1.30 is working for me also. Thanks. On Tuesday, September 25, 2012 10:15:47 AM

Re: [visualization-api] Re: A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread asgallant
I can't replicate the problem (see http://jsfiddle.net/asgallant/3kMXV/). Can you post code that reproduces the issue? On Tuesday, September 25, 2012 5:03:36 PM UTC-4, jlanz wrote: I can confirm the problem with corechart package drawing lines and areas with dates (versions 1 and 1.1), you

Re: [visualization-api] Re: A new version of the Google Visualization API was released to production on September 24, 2012

2012-09-25 Thread jlanz
mmm interesting... I'm usign DataTables with setValue, something like this: function drawc60() { data_c60 = new google.visualization .DataTable(); data_c60.addColumn('string', 'id'); data_c60.addColumn('date', 'date'); data_c60.addColumn('number', 'total');

[visualization-api] Re: issue with query language

2012-09-25 Thread lorenzo vigentini
hi asgallant, thanks for the suggestion; pointing me directly to the bits of relevant docs was very useful indeed! although the query language itself is rather limited, using the dataview stuff allowed me to solve the problem. for those reading the thread, basically creating a view reduces the

[visualization-api] Re: Dashboard Memory Leak

2012-09-25 Thread jp
Got the same problem. I am using the google.visualization.ColumnChart and this is also causing memory leak across all browsers. :( -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion on the web visit