eclipse / swtchart

Eclipse Public License 2.0
44 stars 41 forks source link

Closes: #196 #198

Closed himanshu-balasamanta closed 4 years ago

himanshu-balasamanta commented 4 years ago

Merged MultiLevel and Pie Series into one class, and created single level and multi level Doughnut Series with same API as Pie Charts.

to create either a simple or multi-level pie chart, one can just use the enum SeriesType.PIE. to create either a simple or multi-level doughnut chart, one can just use the enum SeriesType.DOUGHNUT.

The examples are added for each. One may just declare Circular chart as the chart type and just switch between Pie chart and Doughnut chart by simply changing the enum...

This is the end of the implementation of Circular Charts in the org.eclipse.swtchart bundle....

Signed-off-by: Himanshu Balasamanta himanshubb.eee18@itbhu.ac.in