From 104ea5ad3a83d5e3a54260343fa0fe7e3a3e6448 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 27 Jul 2011 03:27:25 -0400 Subject: [PATCH] remove ineffective labelsDivStyle, rename the other --- tests/customLabel.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/customLabel.html b/tests/customLabel.html index d878f48..d206f60 100644 --- a/tests/customLabel.html +++ b/tests/customLabel.html @@ -26,8 +26,7 @@ errorBars: true, labelsDivWidth: 100, labelsDivStyles: { - 'background-color': 'transparent', - 'top': '210px' + 'backgroundColor': 'transparent', }, labelsSeparateLines: true, yAxisLabelWidth: 20 -- 2.7.4