Jump to content
We've recently updated our Privacy Statement, available here ×

philip.deuchler

Members
  • Posts

    1
  • Joined

  • Last visited

philip.deuchler's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I have two values, both java.lang.Long, and I need to create either a Pie or a Doughnut chart from these two values. These are aggregate values (stored in variables) taken over the entire report, and thus have no series associated with them. All I need is to display a chart showing a large slice for the big number, and a small slice for the small number. I have already easily accomplished this with the classic JFreeChart pie chart, but cannot accomplish it with the HTML5 pie chart (I am only allowed a single expression for the value entry). Upon attempting to use Charts Pro pie/doughnut charts each value is automagically split into 33 different slices, apparently forcing the static values to appear to be a series, and I cannot find the option to fix this. Delivering an interative report that allows customers to break down their data in every single chart except the pie chart is going to look a little silly, is there any help you can give me to accomplish this task using either HTML5 charts or Charts Pro?
×
×
  • Create New...