From ccfb0b496b9fb036d3aafaad6c50bb3ce61a324b Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Tue, 15 Mar 2011 10:14:28 +0000 Subject: [PATCH] Add note about axis visibility under API changes, problem reported by Dragos Tihauan (issue 471) git-svn-id: https://flot.googlecode.com/svn/trunk@313 1e0a6537-2640-0410-bfb7-f154510ff394 --- NEWS.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 9ecb96d..6c3c96a 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -22,8 +22,11 @@ becomes Note that if you're just using one axis, continue to use the xaxis/yaxis directly (it now sets the default settings for the arrays). Plugins touching the axes must be ported to take the extra -axes into account, a couple of helper functions have been added for -that purpose, check the source. +axes into account, check the source to see some examples. + +A related change is that the visibility of axes is now auto-detected. +So if you were relying on an axis to show up even without any data in +the chart, you now need to set the axis "show" option explicitly. "tickColor" on the grid options is now deprecated in favour of a corresponding option on the axes, so { grid: { tickColor: "#000" }}