function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anshul GoyalAnshul Goyal 

in apex charts legend labels disappears but not come again in IE10...(working fine with IE 6,7,8,9)

In apex charts (<apex:chart.................../>) pie,bar or any other when we cick on legend labels disappears and appears again for analyzing from selected categories.
It is working fine with IE 6,7,8,9 but not with 10.
Any idea to disable this functionality.
NehalNehal (Salesforce Developers) 
Hi,

After Summer 13 release, there is now a default value of ""Mddle"" for the display attribute of ""apex:chartLabel"".

However, after adding the following piece of code in Visualforce page you can avoid the label.
<apex:chartLabel display=""none""/>

However, if you wish to disable it via standard way then unforunately this not a feature yet in salesforce. However, you can post this as an idea on our idea exchange links as below:
https://success.salesforce.com/ideaSearch

I hope this helps. Please mark this as a ""Best Answer"" if this has resolved your issue.