From 04a35ed087ae8714292d3f4f24d3b3df573af081 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Mon, 22 Sep 2008 17:54:34 +0000 Subject: [PATCH] Fixed formulation git-svn-id: https://flot.googlecode.com/svn/trunk@92 1e0a6537-2640-0410-bfb7-f154510ff394 --- NEWS.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 065d4a6..22d9174 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -38,9 +38,9 @@ axis.labelHeight). Useful for specifying a max label size to keep multiple plots aligned. Markings, previously coloredAreas, are now specified as ranges on the -axes, like { xaxis: { from: 0, to: 10 }}. Furthermore you can now draw -horizontal/vertical lines by setting from and to to the same -coordinate (idea from line support patch by by Ryan Funduk). +axes, like { xaxis: { from: 0, to: 10 }}. Furthermore with markings +you can now draw horizontal/vertical lines by setting from and to to +the same coordinate (idea from line support patch by by Ryan Funduk). The "fill" option can now be a number that specifies the opacity of the fill.