First of all, you should not wrap your code in a document ready event 
handler - it is possible that the API could finish loading after the 
document is ready, and thus your chart would not draw.

Without your data, I cannot replicate your chart, but I don't see anything 
there that would prevent my solution from working.  Setting the 
tooltip.trigger option to "both" (or "selection", if you don't want users 
to be able to spawn them by hovering over pie slices) and using the "ready" 
event handler I posted above should make a default tooltip appear.

On Saturday, July 26, 2014 10:50:47 PM UTC-4, Vishawjeet Singh wrote:
>
> Thanks for your reply Andrew. 
> Attached is my code, i wanted a way to make the Tool Tip "Auto 
> Selected"/"Static" so that users can see it without hovering / Selecting 
> the section.
>
> Thanks & Regards,
> Vishawjeet
>
> On Saturday, 26 July 2014 17:39:50 UTC+5:30, Andrew Gallant wrote:
>>
>> If you post some example code demonstrating the problem, I can help you 
>> figure out why it isn't working and what needs to be done to fix it.
>>
>> On Saturday, July 26, 2014 5:36:40 AM UTC-4, Vishawjeet Singh wrote:
>>>
>>> Hi Karthik,
>>> Wanted to know if you were able to implement this functionality ?
>>> Andrew's Solution did not workout for me :(
>>>
>>> On Wednesday, 4 June 2014 19:47:54 UTC+5:30, karthik ram wrote:
>>>
>>>> Hi,
>>>>
>>>> I have implemented the Google Graph API to display the pie chart. Also 
>>>> I have implemented the Tooltip, this feature is really awesome. But I 
>>>> wanted to show the content being displayed mouse over as default.
>>>> So that user can see the tool-tip content without placing the cursor 
>>>> over the graph.
>>>>
>>>> Thanks in advance.
>>>>
>>>> Karthik
>>>>
>>>

-- 
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