You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/changelog.markdown
+10-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,15 @@
1
-
# Next Release
1
+
# Release 1.4 (September 28, 2013)
2
2
3
3
## Release Notes
4
4
5
-
To be determined.
5
+
This release adds a helper class that makes it easy to create a datasource to plot a mathematical function.
6
+
The function datasource can plot any c-style function that returns the value of *y* = *f*(*x*).
7
+
The release also adds new delegate methods for legends and axis labels, a new line drawing style, new axis and
8
+
data label positioning options, and support for label formatters that return styled text.
9
+
10
+
This release deprecates all plot space methods that take a c-style array of coordinate values.
11
+
They have been replaced with equivalent methods that add an additional parameter to pass
12
+
the size of the array and will be removed in a future release.
6
13
7
14
## Details
8
15
-**New**: Added properties to allow axis labels to be positioned independent of the tick direction.
@@ -13,6 +20,7 @@ To be determined.
13
20
-**New**: Added an option to turn off automatic plot data label anchor point adjustments.
14
21
-**New**: Added a count parameter to all plot space methods that take a c-style array of coordinate values and deprecated the old versions. These methods will be removed in release 2.0.
0 commit comments