Skip to content

Commit

Permalink
Added CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenFestersen committed Aug 18, 2009
1 parent eda7328 commit 5aa711d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
CHANGELOG
changes since beta:

All widgets:
* new text display methods that allow wrapping and make the text
integrate better into GTK (uses pango)
* all widgets now use gtk.gdk.Color
* increased drawing speed

BarChart and MultiBarChart:
* both widgets were completely rewritten
* BarChart and MultiBarChart are now separated in bar_chart and
multi_bar_chart modules
* bars can have rounded corners, radius of the corners can be set
* both widgets can now display bars horizontally
* Bar and BarGroup paddings can be set
* a grid is now displayed on bar charts; the grid can have multiple
line styles

LineChart:
* graphs can have different line styles
* the grid can have different line styles (horizontal and vertical
lines can have different styles)
* graphs can have different data point styles (custom graphics for
datapoints are also supported)
* the new Legend class shows an inset with the titles of all visible
graphs
* the axes can be set to use logarithmic scale
* datapoints are now clickable and have a mouseover effect
* error data can be added to datapoints to show error bars

0 comments on commit 5aa711d

Please sign in to comment.