~runeks/cairoplot/devel

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Rodrigo Moreira Araújo
  • Date: 2008-09-16 12:37:34 UTC
  • Revision ID: alf.rodrigo@gmail.com-20080916123734-xwba31g6djct60qz
Release fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
 
1
Cairoplot
2
2
Version 1.1:
3
 
    - Refactored code into OO form for dot and line code
4
 
    - Refactored code into OO form for pizza plot
 
3
    - Refactored all code into OO form
5
4
    - Pizza plot renamed to Pie plot
6
 
    - Refactored code into OO form for gantt chart
7
 
    - Allow use of other types of cairo surfaces
 
5
    - Allow use of other types of cairo surfaces (svg, pdf, etc)
8
6
    - Added support for Bar Plots
9
 
    - Added rounded corners and pseudo 3D option to Bar Plots
10
7
    - Added support for Donut Plots
11
 
    - Added support for Function Plots
12
 
    - Added discrete series option to Function Plots
13
 
 
 
8
    - Added support for Function Plots (both continuous and discrete)