1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Version 1.1:
- Refactored code into OO form for dot and line code
- Refactored code into OO form for pizza plot
- Pizza plot renamed to Pie plot
- Refactored code into OO form for gantt chart
- Allow use of other types of cairo surfaces
- Added support for Bar Plots
- Added rounded corners and pseudo 3D option to Bar Plots
- Added support for Donut Plots
- Added support for Function Plots
- Added discrete series option to Function Plots
- Added support for Scatter Plots
|