From bb1e00878d52cba8a9af96b8ddfff79a1f38c9b1 Mon Sep 17 00:00:00 2001 From: Ludo Stellingwerff Date: Mon, 25 Jan 2016 14:37:25 +0100 Subject: [PATCH] Fix typo, default position of right hand legend is top-right. --- lib/timeline/component/Legend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeline/component/Legend.js b/lib/timeline/component/Legend.js index f00222c8..90b97259 100644 --- a/lib/timeline/component/Legend.js +++ b/lib/timeline/component/Legend.js @@ -18,7 +18,7 @@ function Legend(body, options, side, linegraphOptions) { }, right: { visible: true, - position: 'top-left' // top/bottom - left,center,right + position: 'top-right' // top/bottom - left,center,right } }