From 73729877546e9bb0445e72a97978860685ccb0aa Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Thu, 24 Sep 2015 15:45:56 -0600 Subject: [PATCH] Add scaleLabel to core.scale --- src/core/core.scale.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/core/core.scale.js b/src/core/core.scale.js index a50c7c2da..b11ed5f98 100644 --- a/src/core/core.scale.js +++ b/src/core/core.scale.js @@ -20,6 +20,20 @@ offsetGridLines: false, }, + // scale label + scaleLabel: { + fontColor: '#666', + fontFamily: 'Helvetica Neue', + fontSize: 12, + fontStyle: 'normal', + + // actual label + labelString: '', + + // display property + show: false, + }, + // label settings ticks: { show: true, -- 2.47.3