Right now when hiding individual entries in RadHtmlChart the percentage will change so that the visible items always add up to 100%.
For the data we're displaying, we need to have an option for the percentage to still be the original percentage.
For example. if there are five items that are 20% each, if I hide one I want the other four to remain at 20% and the total to now only add up to 80%.
The current behaviour would instead change these all to 25% each with the total being 100%, which for our purposes is displaying inaccurate data to the user.