[visualization-api] Re: Google API set Multicolor question

2011-02-17 Thread visigoth
Matt, Could you please give a use case where you might want different colours for bars of the same column? On Feb 14, 6:52 pm, Matt mlsand...@gmail.com wrote: It would appear that the BarChart only supports custom colors applied to all the bars for an entire column of data.  This is referred to

[visualization-api] Re: Access to the SVG DOM elements of the charts

2011-02-17 Thread visigoth
Paul, Direct access to SVG elements is not supported. Is the API limiting what you are trying to achieve? On Feb 16, 6:02 pm, Paul paulnata...@gmail.com wrote: Is it possible to get access to the SVG DOM chart elements #chartArea, svg #chart etc? I have tried using getSVGDocument() without

[visualization-api] Re: Motion Chart - Multiple data points w/same label

2011-02-17 Thread visigoth
The first column is used as the identifier. Location (east/west) is just another metric that can change over time. Therefore you will have to supply unique identifiers in the first column (OrangesW, OrangesE). Hope this helps. On Feb 16, 7:50 pm, Ryan fox.rya...@gmail.com wrote: Is it possible

[visualization-api] Re: Access to the SVG DOM elements of the charts

2011-02-20 Thread visigoth
without the mouse? Thank you On Feb 17, 7:32 am, visigoth visig...@google.com wrote: Paul, Direct access to SVG elements is not supported. Is the API limiting what you are trying to achieve? On Feb 16, 6:02 pm, Paul paulnata...@gmail.com wrote: Is it possible to get access

[visualization-api] Re: bug in 1.1 beta

2011-02-20 Thread visigoth
you, visigoth On Feb 17, 5:24 pm, tkapler kap...@mediacentrum.cz wrote: one bug (if not strange feature) with 1.1 linechart - when i set vAxis maxValue to 100, it uses 120 instead. On version 1.0 it works as expected. Actually it starts to show 120 when i have maxValue over 90. The same

[visualization-api] Re: Google API set Multicolor question

2011-02-21 Thread visigoth
We plan on adding support for emphasizing exceptional values in a future release. This will not necessarily be accomplished through changing the colour of the data points (other aspects such as the point size are also good candidates), but we will definitely consider this option. On Feb 20, 2:10 

[visualization-api] Re: PIE CHART

2011-03-23 Thread visigoth
Ben, I'm afraid that changing the default behaviour of a hovered pie slice (using the API directly or by catching an event and making the visual effect so yourself) is not supported as for now. On Mar 22, 9:37 am, Ben boquetbenja...@gmail.com wrote: I have find this PIE CHART, but when I click

[visualization-api] Re: Columnchart with (stacked) bar grouping

2011-03-23 Thread visigoth
The columns/bars chart only supports grouping when the bars are not stacked. As you suggested, you can insert empty rows to the DataTable to get the grouping effect. You are welcome to open a feature request on this if you wish this use case to be addressed in a future release. On Mar 21, 2:01 

[visualization-api] Re: Annotated Time Line, Help me please

2011-03-27 Thread visigoth
Hi, I'm afraid this option is not available for Annotated Time Line. If an interactive Line Chart will suffice your needs please take a look at the interpolateNulls option here: http://code.google.com/apis/visualization/documentation/gallery/linechart.html Hope this helps, Visigoth On Mar 23, 6

[visualization-api] Re: Concentric Pie Charts

2011-03-27 Thread visigoth
This is correct - there is no support for concentric pie charts. Please feel free to issue a feature request. Visigoth On Mar 27, 7:51 am, moclei marc.ocleir...@gmail.com wrote: Am I right in saying there is no Visualization API support for concentric pie charts, as there is in the Charts API

[visualization-api] Re: Tabbed Graph

2011-03-28 Thread visigoth
Hi Johann, Sorry for taking so long. I consulted with our expert on Motion Chart :) Unfortunately there is no such support within the chart itself. What about creating 3 different charts in 3 different tabs externally? On Mar 22, 11:57 am, Jojo1309 johann.mazze...@gmail.com wrote: Hi, I would

[visualization-api] Re: Google Chart API - MotionChart help needed

2011-05-08 Thread visigoth
If I understand correctly you are referring to this open feature requesthttp://code.google.com/p/google-visualization-api-issues/issues/detail?id=54. You can vote on it if you think it is important. All the best, Visigoth -- You received this message because you are subscribed to the Google

[visualization-api] Re: Google Annotation Time Line Marker

2011-05-08 Thread visigoth
Please take a look at the pointSize option in the interactive line chart documentationhttp://code.google.com/apis/chart/interactive/docs/gallery/linechart.html and let me know if this answers your question. Visigoth -- You received this message because you are subscribed to the Google Groups

[visualization-api] Re: Org Chart nodes and Columns

2011-05-08 Thread visigoth
What chart are you talking about? OrgChart? -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To post to this group, send email to google-visualization-api@googlegroups.com. To unsubscribe from this group, send email to

[visualization-api] Re: Questions for Annotated Time Line, Interactive Pie Chart

2011-05-08 Thread visigoth
About configuring the slice labels - please take a look at the pieSliceText and pieSliceTextStyle options in the interactive pie chart documentationhttp://code.google.com/apis/chart/interactive/docs/gallery/piechart.html . Is it good enough for your needs? Visigoth -- You received

[visualization-api] Re: Disable default onmouseover with PieChart

2011-05-08 Thread visigoth
This is not supported at this time. Please feel free to add a feature request and vote on it. Visigoth -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To post to this group, send email to google-visualization-api@googlegroups.com

[visualization-api] Re: Javascript Visualizations not working in Android Browser?

2011-05-09 Thread visigoth
As far as I know Android has no support for SVG. You may want to raise the issue with the Android team. Visigoth -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To post to this group, send email to google-visualization-api

[visualization-api] Re: Save as Image

2011-05-17 Thread visigoth
This feature is not supported. Feel free to open a new feature request or update Issue 85http://code.google.com/p/google-visualization-api-issues/issues/detail?id=85or Issue 175http://code.google.com/p/google-visualization-api-issues/issues/detail?id=175 . Visigoth -- You received

[visualization-api] Re: stepped line on combo / line chart

2011-05-17 Thread visigoth
This is a very interesting suggestion. I would appreciate it if you opened a feature request on the matter herehttp://code.google.com/p/google-visualization-api-issues/issues/entry . Thanks, Visigoth -- You received this message because you are subscribed to the Google Groups Google

[visualization-api] Re: Annotation Flag at the bottom of the chart (instead of on the data line)

2011-05-17 Thread visigoth
This option is not available for the Annotated Timeline. Google Finance uses a modified version of the code, not the one we support. You can file a feature request herehttp://code.google.com/p/google-visualization-api-issues/issues/entry . -- You received this message because you are

[visualization-api] Re: Why Hyperlinks do not appear when I create a Table from my Spreadsheet using Google Visualization APIs?

2011-06-16 Thread visigoth
Please try solving this issue using the *allowHTML* optionhttp://code.google.com/apis/chart/interactive/docs/gallery/table.html#Configuration_Options and let us know how you're doing. -- You received this message because you are subscribed to the Google Groups Google Visualization API group.

[visualization-api] Re: [Org Chart] collapsing a tree doesn't efficiently reduce the space taken

2011-06-19 Thread visigoth
Same as for the other bug you've mentioned. There is no workaround I know of, but you can file a new issue herehttp://code.google.com/p/google-visualization-api-issues/issues/list . -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To

[visualization-api] Re: [Org Chart] Firefox 4 and Opera 11 can't handle org charts 6 or more layers deep

2011-06-19 Thread visigoth
Thanks for reporting the issue, Neil. You can open a bug report herehttp://code.google.com/p/google-visualization-api-issues/issues/list. Please attach the example to it. -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this

[visualization-api] Re: Google Visualization charts do not show up on Android smartphones

2011-07-20 Thread visigoth
Google Chart Tools uses SVG for rendering the charts, and Android only supports SVG from version 3.1. As for today, this version is only available for tablets. When it becomes available for smartphones, the charts would show up correctly. Hope this helps, Visigoth -- You received this message

[visualization-api] Re: Is possible each bar of column chart is plot with different color ?

2011-07-20 Thread visigoth
, then I'm afraid this is not supported. Visigoth -- 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/-/jnR9az4HWVUJ. To post to this group

[visualization-api] Re: hyperlinks within fusion charts (patternformat?)

2011-08-28 Thread visigoth
#formatterssection of the documentation? Thanks, visigoth -- 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/-/UUM3_-gnNqIJ. To post

[visualization-api] Re: Area chart - Cumulative or Percentage?

2011-08-28 Thread visigoth
I am not sure I quite understand what you are trying to do, but have you tried setting the isStacked option to true as mentioned in the documentationhttp://code.google.com/apis/chart/interactive/docs/gallery/areachart.html#Configuration_Options ? -- You received this message because you are

Re: [visualization-api] how do i make legend disappear on a chart?

2011-08-28 Thread visigoth
cannot set the hover effect though). Hope this helps, visigoth -- 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/-/9vFl9ND-7EgJ. To post

[visualization-api] Re: Customize tool tip text

2011-08-28 Thread visigoth
Custom formatting of the tooltip text is not currently supported. Please read this threadhttps://groups.google.com/forum/#!topic/google-visualization-api/ZQSSrAr0BLc for a possible workaround. Also, if you tell us more about the exact Google Analytics behaviour you are trying to mimic maybe

[visualization-api] Re: Range selector in charts Google IO 11 Video

2011-08-28 Thread visigoth
The showRangeSelector option was never documented nor externally supported. Since Google IO, we've changed the interface of the range selector from the above option to a standalone RangeSelector class. I don't think this was ever externally documented, though. I'll check up with the boys and

[visualization-api] Re: how to set pie title location

2011-08-28 Thread visigoth
If what you mean by set the location of a pie chart on the right side is to place the legend to its left, specify: legend: 'left'. As for the title, I don't think you can move it around. visigoth -- You received this message because you are subscribed to the Google Groups Google

Re: [visualization-api] Visualization Tooltip gets cut off starting Aug 17, 2011

2011-08-29 Thread visigoth
Should be fixed now. Please verify. -- 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/-/FJ-MDSSlfiMJ. To post to this group, send email

[visualization-api] Re: Range selector in charts Google IO 11 Video

2011-08-29 Thread visigoth
So this indeed was never externally documented. We are working on finalizing the API and hopefully will launch it soon. -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion on the web visit

[visualization-api] Re: Google chart customization - symbol(s) compare field

2011-10-16 Thread visigoth
It seems to me that you can do this in a different component, without needing any support from the chart. Google Finance does not use Google Chart Tools as is, and the component shown there is something developed by their team, externally to the chart. -- You received this message because you

[visualization-api] Re: Generating speed chart.

2011-10-16 Thread visigoth
A proper solution for this should be available soon enough. Stay tuned :) In the meantime you can pass empty strings in the rows that should have no label, and change the label from the minutes to the minute-range in the other ones. -- You received this message because you are subscribed to

[visualization-api] Re: Google chart customization - symbol(s) compare field

2011-10-17 Thread visigoth
I am terribly sorry but I don't know the answers to these questions. The best I can do is direct you to the Google Finance grouphttps://groups.google.com/forum/#!forum/google-finance to ask their team how they built the compare field, and to the Google Docs group

[visualization-api] Re: Problem with chart legend

2011-11-29 Thread visigoth
Thank you for reporting this issue. I cannot reproduce it in Firefox (version 8 on Linux), but it does happen in IE8 and IE9 with ColumnChart. Would you care to open a bug reporthttp://code.google.com/p/google-visualization-api-issues/issues/entry ? Visigoth -- You received this message

Re: [visualization-api] Re: Legend position on the right is not displayed

2011-11-29 Thread visigoth
When using dual Y axes, placing the legend on the right is not supported (the space is kept for the title of the vertical axis on the right). The only options are 'top', 'bottom' and 'in'. I will fix the misleading documentation. -- You received this message because you are subscribed to the

Re: [visualization-api] Re: tooltipTextStyle and Internet Explorer

2011-11-29 Thread visigoth
I'm afraid I don't quite understand. What do you mean by converted to small caps? You write 'ABC' and the tooltip displays 'abc'? If you could supply an example page demonstrating the problem it would be very helpful. Thank you, Visigoth -- You received this message because you

[visualization-api] Re: Line Chart min value

2011-11-29 Thread visigoth
to it. If this is so, please open a feature request asking to specify the value of the baseline next to it. HTH, Visigoth -- 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

Re: [visualization-api] pie chart legend position issues

2011-11-29 Thread visigoth
a feature request. Visigoth -- 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/-/fR9TS_2Q_dMJ. To post to this group, send email to google

[visualization-api] Re: pie chart legend position issues

2011-12-05 Thread visigoth
I'm afraid this cannot currently be done from within the chart. You can set the legend to 'none' and write your own outside the chart (note that this will not enable you to set the focus on a slice when you hover over its corresponding legend entry). -- You received this message because you

[visualization-api] Re: using number in first column

2011-12-05 Thread visigoth
I am not sure I fully understand your intention - would you like the X axis to have one label per row in the data table, or would you like the chart to come up with round gridline values? -- You received this message because you are subscribed to the Google Groups Google Visualization API

[visualization-api] Re: vaxis labels formatting in 1.1 version

2012-01-03 Thread visigoth
Thank you very much for reporting this regression, Lokesh. Can you please post an example page demonstrating the problem? I am trying to reproduce the problem with Y values in range [0,0.1] but to no avail. Thanks, Visigoth -- You received this message because you are subscribed to the Google

Re: [visualization-api] Re: vaxis labels formatting in 1.1 version

2012-01-04 Thread Visigoth
and will not be pushed to 1.0, so in the meantime please feel free to continue using it. Thanks again for reporting this. On Tue, Jan 3, 2012 at 7:10 PM, knight lokesh.se...@gmail.com wrote: Hi Visigoth, I tried posting the sample file by hosting it on pastehtml.com, but the posts won't become visible

Re: [visualization-api] Re: vaxis labels formatting in 1.1 version

2012-01-05 Thread visigoth
A fixed RC will be pushed to 1.1 in a matter of few hours. Visigoth -- 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/-/WkCgnnLs_r8J

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

2012-01-16 Thread visigoth
It should. Please let us know if you encounter any problems. -- 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/-/PDm5MctR1y8J. To post to

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

2012-01-17 Thread visigoth
Hi Jeremy, We will not release today (17th). If all goes well we will release tomorrow (18th). In case of additional delays we will keep you updated. Visigoth -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion

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

2012-01-19 Thread Visigoth
We have pushed a new releasehttp://code.google.com/apis/chart/interactive/docs/release_notes.html to production. Some of the most interesting features:: 1. Changed the default of strictFirstColumnType to true. If this causes issues with your charts please refer to the

[visualization-api] Re: Annotated time line

2012-01-19 Thread visigoth
I'm afraid only numeric Y values are supported. -- 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/-/zlH2RlXQZFEJ. To post to this group,

[visualization-api] Re: Bar Chart Help!?

2012-01-19 Thread visigoth
this helps, Visigoth -- 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/-/AlPm_ahIvZEJ. To post to this group, send email to google

[visualization-api] Re: google.visualization.NumberRangeFilter Internet Explorer display problem

2012-01-19 Thread visigoth
Could you please attach the problematic HTML page? Thanks -- 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/-/5MQxryq8YCYJ. To post to

[visualization-api] Re: Context Menu

2012-01-23 Thread visigoth
Are you interested in having the default context menu the browsers opens, or in implementing your own? Do you want right click to trigger it? The reason we disable the default context menu is we believe most users don't want it, as it is mostly irrelevant in the context of charts. Could you

[visualization-api] Re: Use of Google Charts and Visualization within a Corporate Network

2012-01-23 Thread visigoth
Indeed. -- 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/-/OUNnHtT3DMkJ. To post to this group, send email to

[visualization-api] Re: Chart margins

2012-01-23 Thread visigoth
Hi, Not sure what chart you are using, but in Line chart for instance you can try working with the chartArea or the theme options. Please take a look at the configuration optconfiguration optionshttp://code.google.com/apis/chart/interactive/docs/gallery/linechart.html#Configuration_Options .

[visualization-api] Re: unable to load corechart using jelly

2012-01-23 Thread visigoth
Sorry for the late response. Can you please post an example for us to look into? Thanks, Visigoth -- 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] Re: Motion chart bubble size

2012-01-23 Thread visigoth
I'm afraid the size of the bubble cannot be controlled this way. -- 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/-/ga9LmvBpFwEJ. To

[visualization-api] Re: Is it possible to use string values in the X or Y Axis of a motion chart?

2012-01-23 Thread visigoth
I'm afraid Motion Chart does not support formatted values. -- 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/-/x4PHJBr50FUJ. To post to

[visualization-api] Re: Range selector in charts Google IO 11 Video

2012-01-29 Thread visigoth
, it could be that you will have to wait a bit longer, as I believe the current release will not handle this use case well. Hope this helps, Visigoth -- 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: Context Menu

2012-01-29 Thread visigoth
Thank you Renato, we will consider it. We are currently playing with similar ideas on exposing the identity and screen coordinates of clicked elements (not necessarily ones that correspond to data table entities), and if we decide to pursue this direction your suggestion would fit in very

[visualization-api] Re: Context Menu

2012-01-29 Thread visigoth
Would it make sense to have these in the tooltip instead? After all, the tooltip is there to show more information on the focused element. Context menus are usually used for less frequently used operations. We are working on implementing HTML tooltips. These will enable extensive

Re: [visualization-api] Re: Motion chart bubble size

2012-01-29 Thread visigoth
Neat solution :) If I got it right, if we supported playing over time in ScatterChart it would be ideal for you. Correct? -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion on the web visit

[visualization-api] Re: DateRangeFilter

2012-02-01 Thread visigoth
in its current state than initially assumed. We are working on fixing these issues (the good news is they are fairly simple) and will be releasing the ChartRangeFilter as soon as is is ready. Just a bit more patience please :) Visigoth -- You received this message because you are subscribed

Re: [visualization-api] highlight column or series kills interactivity

2012-02-12 Thread Visigoth
This sounds like a potential bug in 1.1. It does not reproduce on my computer. Could you please post an example page for me to look into? Also, what browser are you using? Thanks, Visigoth On Sun, Feb 12, 2012 at 1:01 AM, Allomorphy allomor...@gmail.com wrote: When mousing over the legend

[visualization-api] Re: Range selector in charts Google IO 11 Video

2012-02-23 Thread visigoth
Good news, We have released the ChartRangeFilterhttp://code.google.com/apis/chart/interactive/docs/gallery/controls.html#chartrangefilter as part of the latest version. Please try it out and tell us whether it works for you. Visigoth -- You received this message because you are subscribed

[visualization-api] Re: ChartRangeFilter Initial State in Firefox

2012-03-19 Thread visigoth
Hi Jacob, Thank you for reporting this issue; we will look into it. I have opened a bug reporthttp://code.google.com/p/google-visualization-api-issues/issues/detail?id=854 for followup. Unfortunately, I cannot think of a workaround for this at this time. Visigoth On Friday, March 16, 2012

[visualization-api] Re: coneccion a base de datos

2012-04-22 Thread visigoth
en mucho tiempo y ya se me olvido bastante. Visigoth On Thursday, April 19, 2012 9:29:31 AM UTC+3, Josmel Noel Yupanqui Huaman wrote: como poder hacer una coneccion a mi base de datos y mostrar imagenes dinamicas en pie chart -- You received this message because you are subscribed

[visualization-api] Re: coneccion a base de datos

2012-04-22 Thread visigoth
Perdon, aqui esta: https://developers.google.com/chart/interactive/docs/php_example On Sunday, April 22, 2012 3:40:24 PM UTC+3, visigoth wrote: Hola, Se puede encontrar informacion que trata de coneccion a bases de datos aqui. Que quiere hacer con las imagenes? De que tipo de imagenes

[visualization-api] Re: Combo Chart with Chart Range Filter

2012-04-24 Thread visigoth
it will accommodate your needs. HTH, Visigoth On Tuesday, April 24, 2012 5:30:41 PM UTC+3, Bistaratzea Bistaratzea wrote: Hi, I want to create a combo chart (compound by bars and lines), and I would like to create also a chart Range Filter. I don't know if it is possible. There is an error when

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

2012-05-03 Thread visigoth
? On Thursday, May 3, 2012 3:26:43 AM UTC-4, visigoth wrote: We have pushed a new releasehttp://code.google.com/apis/chart/interactive/docs/release_notes.html to production. Some of the most interesting features: 1. Added a configuration option to control the width of bars

[visualization-api] Re: MIcroformats for Google Charts

2012-05-07 Thread visigoth
it to the external div. Visigoth On Saturday, May 5, 2012 12:34:32 PM UTC+3, skizzo80 wrote: Ideas?? Thanks. Il giorno mercoledì 18 aprile 2012 16:22:56 UTC+2, skizzo80 ha scritto: Hi all, I would like to ask if you know how to *embedding* the * microformats to google charts*, i can do

[visualization-api] Re: Populate the data table with Values which i am having in Hidden field

2012-06-07 Thread visigoth
I'm not sure what the source of the problem is (if you send me a simple example page I will debug it), but have you tried using setRows() instead? That is: var data = new google.visualization.DataTable(); data.setColumn(...); ... data.setRows(hiddenFieldData); On Wednesday, June 6, 2012 8:58:43

[visualization-api] Re: google visualization query

2012-06-07 Thread visigoth
Not sure exactly what king of information you're looking for, but please check out this link: https://developers.google.com/chart/interactive/docs/dev/dsl_get_started On Wednesday, June 6, 2012 2:23:57 PM UTC+3, vipin rai wrote: how to send the data from servlet to visualization api

[visualization-api] Re: Using Hangout API and Visualization API together

2012-06-07 Thread visigoth
Hi Priz, Thanks for reporting this. Could you please attach a simple example page demonstrating the issue? Thanks, Visigoth On Wednesday, June 6, 2012 5:55:45 PM UTC+3, Allen Prisoner Firstenberg wrote: This seems an oddball request, but I'm having some issues getting both the Hangout API

[visualization-api] Re: Page number on top of prev next button

2012-06-11 Thread visigoth
Thanks :) On Friday, June 8, 2012 12:20:14 AM UTC+3, developer wrote: Just wanted to share if someone is looking for this http://jsfiddle.net/dev_s_m/MzGW4/ -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion

[visualization-api] Re: Waterfall Chart

2012-06-11 Thread visigoth
Hi Josh, Nice comparison! In case you are interested, you can use the configuration optionshttps://developers.google.com/chart/interactive/docs/gallery/columnchart#Configuration_Optionsto better resemble the other chart. For example: * vAxis.gridlines.count controls the number of vertical

[visualization-api] Re: chart does not show for one single user..

2012-06-11 Thread visigoth
Hi Jan, What chart does he fail to see? All charts in thttps://developers.google.com/chart/interactive/docs/galleryhe gallery https://developers.google.com/chart/interactive/docs/gallery? Does the red error message say something? A screenshot may help in this case. On Friday, June 8, 2012

[visualization-api] Re: pie charts

2012-06-11 Thread visigoth
Hi, Please refer to the eventshttps://google-developers.appspot.com/chart/interactive/docs/gallery/piechart#Eventssection in the documentation to see how to listen to 'select' events, then obtain the selection through a call to 'getSelection()'. You can then create another pie chart with the

[visualization-api] Re: pie charts

2012-06-11 Thread visigoth
I see Andrew has already helped you out. Thanks a bunch :) On Monday, June 11, 2012 11:48:42 AM UTC+3, visigoth wrote: Hi, Please refer to the eventshttps://google-developers.appspot.com/chart/interactive/docs/gallery/piechart#Eventssection in the documentation to see how to listen

[visualization-api] Re: Using a webfont in charts?

2012-06-11 Thread visigoth
Hi Nick, If the IFrame is indeed the source of the problem you can set the forceIFrame to true/false and see whether one of them works for you. Please let me know if this solves your issue or not. On Saturday, June 9, 2012 12:17:28 AM UTC+3, Nick Dugger wrote: I am attempting to use a webfont

Re: [visualization-api] Re: Include a scatter plot and pie chart referencing same fusion table data

2012-06-11 Thread visigoth
I am afraid that at the moment we do not provide options to control the size of focused / selected points. On Saturday, June 9, 2012 1:10:27 AM UTC+3, es wrote: Woops, I forgot to ask... are the chart options for the scatter somewhat similar to the options for the pie? I'd like to change

[visualization-api] Re: Custom tooltip for every point in a scatter plot

2012-06-11 Thread visigoth
Hi Dmitry, Please refer to the data table column roles documentationhttps://developers.google.com/chart/interactive/docs/rolesto see how add a custom tooltip column to your data table. As for delayed opening of a tooltip - unfortunately we do not provide control over this at the moment. On

[visualization-api] Re: Passed back values of the event onmouseover

2012-06-11 Thread visigoth
Hi, The onmouseover event does not carry the coordinates of the cursor, only the indices of the element in the data table. We are considering adding it in a future release, but as of yet have no estimation on when. Visigoth On Sunday, June 10, 2012 1:24:37 PM UTC+3, Dmitry Loktev wrote: Hi

[visualization-api] Re: modifying options of a ChartWrapper

2012-06-11 Thread visigoth
, value) method of ChartWrapper. It too passes the option directly to the chart. Documentation for the ChartWrapper is available herehttps://developers.google.com/chart/interactive/docs/reference#chartwrapperobject . HTH, Visigoth On Sunday, June 10, 2012 6:40:09 PM UTC+3, Philippe Ribeiro wrote

[visualization-api] Re: linechart set top barrier

2012-06-11 Thread visigoth
Hi, The correct way to do it is indeed using the view window options. Please attach your code so I could look into it. Thanks, Visigoth On Sunday, June 10, 2012 11:26:35 PM UTC+3, jusin wrote: I'm trying to crop the linechart at MAX. Ideally, the chart would cut off at MAX regardless

[visualization-api] Re: Corner label

2012-06-11 Thread visigoth
Hi Dmitry, There is no option to control the opening location of the existing tooltip. You can however cancel it by specifying tooltip.trigger: 'none', and implementing your own tooltip by listening to the onmouseover event. BTW, why do you prefer the tooltip to show up in the corner rather

Re: [visualization-api] Re: Passed back values of the event onmouseover

2012-06-11 Thread visigoth
! 2012/6/11 visigoth visig...@google.com Hi, The onmouseover event does not carry the coordinates of the cursor, only the indices of the element in the data table. We are considering adding it in a future release, but as of yet have no estimation on when. Visigoth On Sunday, June 10

Re: [visualization-api] Re: Passed back values of the event onmouseover

2012-06-11 Thread visigoth
('The user selected ' + a + ' ' + b + 'coordinates ') } Or is it the experimental API you were talking about? Dmitry 2012/6/11 visigoth visig...@google.com I'm afraid there isn't. We have an experimental API for both (coordinates of visual elements and the cursor), but this is not yet

Re: [visualization-api] Re: Corner label

2012-06-11 Thread visigoth
(every point will display a tooltip which would take a lot on space), so it seems convenient to make two tooltip zones:). Dmitry 2012/6/11 visigoth visig...@google.com Hi Dmitry, There is no option to control the opening location of the existing tooltip. You can however cancel

[visualization-api] Re: chart does not show for one single user..

2012-06-12 Thread visigoth
: Hi, here are two screenshots, one with IE8 and the other with Chrome. Chrome works obviously.. Its probably a stupid detail but cant find it and was hoping one of you would be able to see the solution.. thanks Op maandag 11 juni 2012 10:45:45 UTC+2 schreef visigoth het volgende: Hi

[visualization-api] Re: values on top of the bar

2012-07-19 Thread visigoth
I am afraid this feature is not available at the moment. Perhaps by searching the forum you will be able to find satisfactory alternatives. On Thursday, July 19, 2012 3:17:40 PM UTC+3, kashif wrote: Hello, I want to show the actual values on the top of the each bar like in the attached

[visualization-api] Re: no data label

2012-07-19 Thread visigoth
Unfortunately, our charts are indeed inconsistent in their handling of empty data tables. Please feel free to report the issue herehttp://code.google.com/p/google-visualization-api-issues/issues/entry . On Thursday, July 19, 2012 3:47:25 PM UTC+3, tanmay_dg wrote: Hi Wesley, I'm facing the

[visualization-api] Re: linechart set top barrier

2012-08-26 Thread visigoth
Yes, the way to do this is to use the vAxis.viewWindow option. If this does not yield the desired effect please attach your code for us to examine. Visigoth On Thursday, August 23, 2012 10:21:48 AM UTC+3, funkdified wrote: Hi I am having the same issue. Is there any way to force the window

[visualization-api] Re: setState() on a ChartRangeFilter via a button

2012-08-26 Thread visigoth
What browser are you using? Wild guess here - try loading package 'corechart' in addition to 'controls'. Although according to the API loading 'controls' is enough, in practice we have a bug where setting an initial state sometimes doesn't affect the target chart (it depends on how quickly the

[visualization-api] The Google Chart Tools team has pushed a new release candidate: September 10, 2012

2012-09-13 Thread visigoth
We have pushed a new release candidate (RC). *Candidate release date*: September 10, 2012 *Anticipated production release date*: September 10, 2012 *Prominent changes* - *HTML Tooltip* - Support for custom HTML tooltip content for data points, categories and annotations (certain core

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

2012-09-13 Thread visigoth
Oops, the above should read: *Anticipated production release date*: September 19, 2012 On Thursday, September 13, 2012 4:26:53 PM UTC+3, visigoth wrote: We have pushed a new release candidate (RC). *Candidate release date*: September 10, 2012 *Anticipated production release date

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

2012-09-13 Thread visigoth
Sorry to disappoint you Carlos, but HTML tooltips will not be available for GeoCharts in this release. However, once enough feedback is gathered, we hope to introduce this feature in a future release. Visigoth On Thursday, September 13, 2012 4:43:10 PM UTC+3, Carlos Moreira wrote: Nice

[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
/'; } - ​ On Tuesday, September 25, 2012 10:04:19 AM UTC+2, visigoth wrote: 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