0

Can anyone help me out Why Only Legends section is displaying but Ring Chart is not displaying IF the data set has more data records say > 50. I have stuck with it.

Ram Anji
  • 1
  • 1

1 Answers1

1

Depending on the data, that may be too many values to display usefully. You can try the static method DatasetUtilities.createConsolidatedPieDataset() to derive a dataset that is "modified by aggregating all the low value items (those whose value is lower than the percentThreshold) into a single item with the key "Other".

Is there any other way to increase entire chart size?

I'd override getPreferredSize() in ChartPanel like they show here.

Community
  • 1
  • 1
Catalina Island
  • 7,027
  • 2
  • 23
  • 42