Sadly, no. We do have a 'click' event, and you can get it to work that way,
but that will have the same issue in Chrome as the 'select' event.
Unfortunately, I don't think there's any way for you to get this working.

However, keep in mind that what you are encountering is an edge case. This
will only occur in Chrome if the chart is redrawn, and the mouse is not
moved, and I'm sure that this isn't how most users will operate.

As I said, this is a bug that we intend to fix, but I don't yet know how to
fix it, and I can't think of a workaround for you. Sorry for the
inconvenience.

On Fri, Apr 17, 2015 at 2:59 PM Tekchand Prasad <[email protected]> wrote:

> Thanks Sergey for details.
>
> Is there any way to achieve this using other than select, I have tried
> with click event it not working as required.
>
> My Pie chart have below features.
>
> 1. Multiple selection of slice.
> 2. On selection it explode and slice color get changed to black
> 3. On double click slice get drilled down and redraw child data of
> selected slice in same pie chart.
>
> These are working fine with Firefox, any idea or clue for chrome browser?
>
> Thanks,
> Tekchand
>
>
> On Friday, 17 April 2015 12:01:09 UTC-5, Sergey wrote:
>
>> Oh ok, I see the issue here. That's a bit bizarre. It looks like the
>> first click is identified as a 'focus' (hover). We should be able to fix
>> this in our code, but I'm afraid there's nothing you could yourself do.
>>
>> On Fri, Apr 17, 2015 at 12:51 PM Tekchand Prasad <[email protected]>
>> wrote:
>>
>>> Hi Sergey,
>>>
>>> Here is the step based on your jsfiddler when i open in Chrome browser.
>>>
>>> 1. Click on slice, Slice grey out (selected).
>>> 2. Click again on same slice, it still grey out (Selected). Here it need
>>> to be get de-selected.
>>> 3. Click again on same slice, now it get deselected.
>>>
>>> Similar behavior found when you do the for selection/de-selection when
>>> you try multiple times.
>>>
>>> Thanks,
>>> Tekchand
>>>
>>> On Friday, 17 April 2015 09:14:58 UTC-5, Sergey wrote:
>>>
>>>> Hi, I'm not sure what you mean by "it require two time selection". I
>>>> tested my jsfiddle with selecting multiple things, and just one thing. Can
>>>> you give discrete steps for to reproduce this failure?
>>>>
>>>> On Thu, Apr 16, 2015 at 7:08 PM Tekchand Prasad <[email protected]>
>>>> wrote:
>>>>
>>> HI Sergey,
>>>>>
>>>>> Below provided solution work fine with Firefox browser, But with
>>>>> Chrome it require two time selection to get color change.
>>>>> Any idea?
>>>>>
>>>>> Thanks,
>>>>> Tekchand
>>>>>
>>>>> On Friday, 28 March 2014 09:07:10 UTC-5, Stephon Harris wrote:
>>>>>>
>>>>>> Here <http://jsfiddle.net/Stephon_lsl/N2X7v/13/> in my pie chart, I
>>>>>> want to change the color of a slice when it is clicked. I cant get it to
>>>>>> console.log the slice that is selected, I just don't know how to 
>>>>>> manipulate
>>>>>> the color of the slice. Any ideas?
>>>>>>
>>>>>  --
>>>>> 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 [email protected].
>>>>>
>>>> To post to this group, send email to [email protected].
>>>>
>>>>
>>>>> Visit this group at
>>>>> http://groups.google.com/group/google-visualization-api.
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>  --
>>> 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 [email protected].
>>> To post to this group, send email to [email protected].
>>> Visit this group at
>>> http://groups.google.com/group/google-visualization-api.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>  --
> 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 [email protected].
> To post to this group, send email to
> [email protected].
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to