From 6e3c674e628ecabef6c9aa120646ad75177d4074 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Tue, 21 Dec 2010 13:47:40 +0000 Subject: [PATCH] Little stylistic fix in API.txt git-svn-id: https://flot.googlecode.com/svn/trunk@288 1e0a6537-2640-0410-bfb7-f154510ff394 --- API.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.txt b/API.txt index fee8d3c..cf6abc5 100644 --- a/API.txt +++ b/API.txt @@ -303,7 +303,7 @@ number of decimals to display (default is auto-detected). Alternatively, for ultimate control over how ticks are formatted you can provide a function to "tickFormatter". The function is passed two -parameters, the tick value and an "axis" object with information, and +parameters, the tick value and an axis object with information, and should return a string. The default formatter looks like this: function formatter(val, axis) {