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
DineshGuptaDineshGupta 

Visualforce Charting: How to resize the labels without overlapping

Hi,

Iam working on visualforce chart to create a piechart based on some criteria.
the labels on the chart on large and overlapping on eachother. please guide me how to resize them or any alternative. i did not find required chart attribuites to do that. please find the below screenshot.

User-added image
pconpcon
I think you are at the whim of the charting library.  There do not seem to be any attributes you can use to fix what you are seeing.  Your options would be to shorten your label or try it with a different charting library that is not Visualforce (such as chart.js [1]).

[1] http://chartjs.org