How to remove small text in pie chart?

By default if set textposition=‘inside’ to Pie text will be scaled according to group size. And if group size is very small it does not look good.
%D0%97%D0%BD%D1%8F%D1%82%D0%BE%D0%BA%20%D0%B5%D0%BA%D1%80%D0%B0%D0%BD%D1%83%20%D1%8F%D0%BA%202018-10-23%2013-34-58
If there is an option to make it something like this? Something like min font size
%D0%97%D0%BD%D1%8F%D1%82%D0%BE%D0%BA%20%D0%B5%D0%BA%D1%80%D0%B0%D0%BD%D1%83%20%D1%8F%D0%BA%202018-10-23%2013-33-02

1 Like

Hi @cooperok,

I don’t think this is possible right now, but it is an interesting idea. Feel free to open an issue with the plotly.js project (https://github.com/plotly/plotly.js/) to discuss.

-Jon

But is there an option to remove ALL text from chart? If i put textfont.size to 0, it just dont works.