vlad_ck Report post Posted October 2, 2016 Hi. I have a problem with data labels on pie charts. To reproduce: 1. Go to js fiddle https://jsfiddle.net/chybgyay/1/ 2. After loading click on 2014 button 3. Click 2013 button Result: labels are disappeared The same problem happens if a chart has attribute skipOverlapLabels. Please see https://jsfiddle.net/edjy73e2/3/ Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted October 3, 2016 Hi, Yes, we have made an note of this issue, we will keep you posted once it gets solved. However you can achieve your requirements by setting chartType dynamically. Please refer this fiddle link for further referencehttp://jsfiddle.net/ayanbhaduryfc/m808tLkv/1/And also created a sample for you using two custom functions you can also take this reference http://jsfiddle.net/ayanbhaduryfc/oczd8k06/5/ Hope this helps. Share this post Link to post Share on other sites