-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
28 lines (20 loc) · 1.02 KB
/
ChangeLog
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
2008-12-29 Sergey Sinkovskiy <[email protected]>
* src/vecto-chart.lisp (draw-grid*): minor clean up
2008-12-28 Sergey Sinkovskiy <[email protected]>
* src/vecto-chart.lisp (render-png-stream): draw-axis now part of this method
* src/vecto-chart.lisp (with-line-chart): fixed leaked abstraction (width height forms evaluated several times in macro)
* src/vecto-chart.lisp (line-chart): new slot - draw-grid-p, defaults to T
2008-12-27 Sergey Sinkovskiy <[email protected]>
* src/vecto-chart.lisp (draw-grid*): new method
(draw-grid): new helper method
* colors now aren't rotated
* (hex->rgb): new method to convert hex colors #aabbcc to (0.rr 0.gg 0.bb) style
* with-line-chart now accepts :draw-grid argument which can be T or NIL
* minor fixes
2008-12-07 Sergey Sinkovskiy <[email protected]>
* graph-server.lisp: removed commented out condition
* vecto-chart.lisp: fixed scaling,
fixed start point
2008-12-07 Sergey Sinkovskiy <[email protected]>
* added scaling
* minor fixes