forked from jcoglan/bluff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
93 lines (59 loc) · 2.58 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Version 0.3.6.2
January 3 2011
================================================================
* Let Pie charts support tooltips.
* Add an 'orientation' option to data_from_table() that takes
'auto', 'rows' or 'cols'.
* Add options to data_from_table() to exclude certain rows or
columns, based on title or DOM class.
* Provide an event handler interface for when the user clicks
on tooltips.
* Add a set_background() method to configure the background
without changing the whole theme.
* Fix axis data-range bug in SideBar, respecting the minimum
value if set by the user.
* Apply bar_spacing correctly to SideBar graphs.
Version 0.3.6.1
July 25 2010
================================================================
* Allow Mini.* to have their legends rendered on the right hand
side using the legend_position option.
* Fix bugs with drawing full circles in pie and line graphs.
* Stop colours being repeated prematurely.
Version 0.3.6
September 14 2009
================================================================
* Tooltips are now available on line and bar graphs. Thanks
to CrimsonJet, makers of Appstatz.com, for sponsoring this
feature's development.
* New graph type ported from Gruff: Bluff.Dot.
* New options available: title_margin, legend_margin, dot_radius,
line_width, bar_spacing, hide_labels_less_than.
* JS.Class updated to 2.1.
* Improved handling of data labels; values are truncated to
a few significant decimal places and formatted with thousand
delimiters.
* TableReader handles non-numeric/empty cells more elegantly.
* Fixes text rendering bugs relating to font weighting and
automatic size detection.
* Allows plotting to proceed if all data is zero.
Version 0.3.4.2
October 27 2008
================================================================
* Fixes bug caused in normalization methods triggered by zero
values given to Base#data().
Version 0.3.4.1
October 1 2008
================================================================
* Upgrades JS.Class to 2.0.2.
* Text nodes are now rendered inside a div that wraps the canvas
instead of just inside the <body> element. This improves
behaviour with respect to page zooming and relative positioning.
* Fixes bugs in label rounding and zero-value handling.
Version 0.3.4
September 15 2008
================================================================
* Initial release, based on Gruff 0.3.4. Includes AccumulatorBar,
Area, Bar, Line, Net, Pie, SideBar, SideStackedBar, Spider,
StackedArea, StackedBar, Mini.Bar, Mini.Pie and Mini.SideBar,
plus ability to pull data from HTML tables.