I'm not sure if or when we will have 3D column chart in the corechart
package, sorry.

  Viz Kid

On Sat, Jul 16, 2011 at 7:42 PM, Luca Mattos Möller <
[email protected]> wrote:

> Oh, thanks Viz! (I thought I was using the latest gwt-vizualization.jar,
> but I wasnt. So I didnt see the deprecation, my mistake =S)
>
> I'm using the 3D ColumnChart, and it seems 3D is not supported with the
> "corechart" package until now. I need the 3D because it makes very small
> value collums remain visible (because of the 3D perspective). And I need
> them to be visible so they are clickable (my app does something important
> when the user clicks a column). I guess I'll need another solution for now.
> Are there any plans to implement the 3D feature in the corechart package?
>
> Thanks!
> Luca
>
>
> 2011/7/16 Viz Kid <[email protected]>
>
>>
>> The GWT code was modified a while back to use the new packages which does
>> work on IE9. We've added a deprecation warning when you are using it (see
>> here<http://www.google.com/codesearch/p?hl=en#ow6Lmd7dcZY/trunk/visualization/visualization/src/com/google/gwt/visualization/client/visualizations/ColumnChart.java&l=38>)
>> and a message on what you should use.
>> We will not fix the old packages to support IE9 - I suggest to try our the
>> new packages and the new GWT code.
>>
>>   Viz Kid
>>
>>
>> On Sat, Jul 16, 2011 at 1:51 AM, Luca Mattos Möller <
>> [email protected]> wrote:
>>
>>> Hi ChartMan,
>>>
>>> the bug I was reporting still remains. I think the problem happens when
>>> the GWT vizualization api is loading the javascript chart api (I have the
>>> impression that the gwt api uses the package "columnchart", and ie9 is not
>>> working fine with it. It only works with "corechart", but if I load this
>>> package myself the charts made through the gwt api become very ugly (dont
>>> work with the 3d, etc).
>>>
>>> To reproduce this bug, you just need to try to run in IE9 the getting
>>> started example of the api, which can be found at:
>>>
>>>
>>> http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted
>>>
>>> I couldn't make it run in IE9, but it works fine in other browsers,
>>> including IE8. Should I report this issue somewhere else?
>>>
>>> Thanks!
>>> Luca
>>>
>>>
>>> 2011/7/15 ChartMan <[email protected]>
>>>
>>>> Hi All
>>>>
>>>> This issue should be resolved now.
>>>> Can you please try using IE9 again and see that it works well.
>>>> Moreover, please revert back to using "pub" URLs which point to
>>>> published sheets.
>>>>
>>>> Cheers
>>>> ChartMan
>>>>
>>>>
>>>> On Wed, Jul 13, 2011 at 10:13 AM, Peter Wraae Marino <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi Chris,
>>>>>
>>>>> Using a proxy has always been an option... but the whole idea for me
>>>>> using the google api is to get around having to have server side code. The
>>>>> website I'm using is based on squarespace which don't allow any server 
>>>>> side
>>>>> coding at all... I do have other servers so I could have gone with the 
>>>>> proxy
>>>>> solution, but I think it is an unnecessary weak link in the retrieval of
>>>>> data.
>>>>>
>>>>> Right now using the removal of "pub" in url works, not an optimal
>>>>> solution.. but a good enough workaround until google can resolve this
>>>>> problem.
>>>>>
>>>>> Peter
>>>>>
>>>>>
>>>>> On Wed, Jul 13, 2011 at 5:01 AM, chrissky <[email protected]> wrote:
>>>>>
>>>>>> I noticed the bug a couple weeks ago. Taking down our site
>>>>>> (www.pittsburghtoday.org) wasn't an option. But I realized that the
>>>>>> fix is pretty simple if you can add some server-side script. Just have
>>>>>> the script echo the feed results with the correct MIME type. Problem
>>>>>> solved in less than an hour.
>>>>>>
>>>>>> On Jul 12, 8:10 am, "[email protected]"
>>>>>> <[email protected]> wrote:
>>>>>> > I agree with you! This bug is critical and has been noticed more
>>>>>> than a month ago. They are taking too long to fix it, as if it is wasn`t 
>>>>>> so
>>>>>> important (your website just won`t open for some users!)
>>>>>> > I`m a bit disapointed too...
>>>>>> > Enviado de meu telefone Nokia
>>>>>> > -----Mensagem original-----
>>>>>> > De: Peter Wraae Marino
>>>>>> > Enviado:  12/07/2011, 03:29
>>>>>> > To: [email protected]
>>>>>> > Assunto: Re: [visualization-api] Re: visualization does not work in
>>>>>> internet explorer...still
>>>>>> >
>>>>>> > Hi Luca,
>>>>>> >
>>>>>> > I wrote directly to one of the developers and he said they have a
>>>>>> fix for
>>>>>> > this problem, but he couldn't tell me when it would be release.
>>>>>> >
>>>>>> > I find it very strange that they don't release a fix for such a
>>>>>> major bug.
>>>>>> > I'm currently removing all googles charts, tables, spreadsheets from
>>>>>> my
>>>>>> > website because the club I work at have 800 members and I'm
>>>>>> receiving too
>>>>>> > many complaints that pages are failing.
>>>>>> >
>>>>>> > This bug has been valid for a long time and apparently google don't
>>>>>> see this
>>>>>> > as a major bug (which it is). I am a Chrome user, but lots of our
>>>>>> clientsstilluse IE and I have to make sure our website works for them 
>>>>>> too.
>>>>>> >
>>>>>> > This bug really is making me reconsider using googles api.
>>>>>> >
>>>>>> > Peter
>>>>>> >
>>>>>> > On Tue, Jul 12, 2011 at 12:34 AM, Luca Möller <
>>>>>> [email protected]>wrote:
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > > Hi Peter,
>>>>>> >
>>>>>> > > I'm having this same problem with IE9. I'm using the GWT
>>>>>> Visualization
>>>>>> > > to show ColumnCharts, and in IE9 they simply doesnt render and
>>>>>> stop
>>>>>> > > the javascript execution (aparently it gets stuck in the
>>>>>> > > "VisualizationUtils.loadVisualizationApi(callback,
>>>>>> > > ColumnChart.PACKAGE)"  call).
>>>>>> >
>>>>>> > > An immediate solution I've found for now is to use the meta tag
>>>>>> > > <meta http-equiv="X-UA-Compatible" content="IE=8"/>
>>>>>> > > This will make the charts render again, but the rest of the page
>>>>>> will
>>>>>> > > also be rendered like it would in IE8 (at least your page will
>>>>>> work
>>>>>> > > for users that have IE9).
>>>>>> >
>>>>>> > > Another soluton I'm studying is using the chrome frame (GCF), but
>>>>>> I'm
>>>>>> > > not confortable with idea os forcing users to install it.
>>>>>> >
>>>>>> > > If you know about any other workarounds for this problem before an
>>>>>> > > oficial solution is released, I would like to know!
>>>>>> >
>>>>>> > > see ya!
>>>>>> > > Luca
>>>>>> >
>>>>>> > > On 11 jul, 09:23, Peter Wraae Marino <[email protected]>
>>>>>> wrote:
>>>>>> > > > Hi everybody,
>>>>>> >
>>>>>> > > > I have created an issue on this:
>>>>>> > >
>>>>>> http://code.google.com/p/google-visualization-api-issues/issues/detai.
>>>>>> ..
>>>>>> >
>>>>>> > > > please star it to show google how important this is!... it must
>>>>>> work on
>>>>>> > > IE9
>>>>>> >
>>>>>> > > > regards,
>>>>>> > > > Peter
>>>>>> >
>>>>>> > > --
>>>>>> > > You received this message because you are subscribed to the Google
>>>>>> Groups
>>>>>> > > "Google Visualization API" group.
>>>>>> > > To post to this group, send email to
>>>>>> > > [email protected].
>>>>>> > > To unsubscribe from this group, send email to
>>>>>> > > [email protected].
>>>>>> > > For more options, visit this group at
>>>>>> > >http://groups.google.com/group/google-visualization-api?hl=en.
>>>>>> >
>>>>>> > --
>>>>>> > Bellinge Gymnasterne:http://www.bellingegymnasterne.dk
>>>>>> > Power Tumbling:http://www.powertumbling.dk
>>>>>> > OSG-Help:http://code.google.com/p/sigmaosg
>>>>>> > Personal Site:http://www.marino.dk
>>>>>> >
>>>>>> > --
>>>>>> > You received this message because you are subscribed to the Google
>>>>>> Groups "Google Visualization API" group.
>>>>>> > To post to this group, send email to
>>>>>> [email protected].
>>>>>> > To unsubscribe from this group, send email to
>>>>>> [email protected].
>>>>>> > For more options, visit this group athttp://
>>>>>> groups.google.com/group/google-visualization-api?hl=en.
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Google Visualization API" group.
>>>>>> To post to this group, send email to
>>>>>> [email protected].
>>>>>> To unsubscribe from this group, send email to
>>>>>> [email protected].
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/google-visualization-api?hl=en.
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Bellinge Gymnasterne: http://www.bellingegymnasterne.dk
>>>>> Power Tumbling: http://www.powertumbling.dk
>>>>> OSG-Help: http://code.google.com/p/sigmaosg
>>>>> Personal Site: http://www.marino.dk
>>>>>
>>>>>  --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Google Visualization API" group.
>>>>> To post to this group, send email to
>>>>> [email protected].
>>>>> To unsubscribe from this group, send email to
>>>>> [email protected].
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/google-visualization-api?hl=en.
>>>>>
>>>>
>>>>  --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Google Visualization API" group.
>>>> To post to this group, send email to
>>>> [email protected].
>>>> To unsubscribe from this group, send email to
>>>> [email protected].
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/google-visualization-api?hl=en.
>>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "Google Visualization API" group.
>>> To post to this group, send email to
>>> [email protected].
>>> To unsubscribe from this group, send email to
>>> [email protected].
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-visualization-api?hl=en.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google Visualization API" group.
>> To post to this group, send email to
>> [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/google-visualization-api?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to