From 3e5d621f8b860741c5d8a09b43ebaa0546202c9f Mon Sep 17 00:00:00 2001 From: Tsvetomir Tsonev Date: Wed, 20 Jan 2016 15:13:10 +0200 Subject: [PATCH] Add note about padding on bar series --- docs/api/javascript/dataviz/ui/chart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/javascript/dataviz/ui/chart.md b/docs/api/javascript/dataviz/ui/chart.md index 6f3b1129436..003baf2db2f 100644 --- a/docs/api/javascript/dataviz/ui/chart.md +++ b/docs/api/javascript/dataviz/ui/chart.md @@ -11071,6 +11071,8 @@ The top margin of the labels. The padding of the labels. A numeric value will set all paddings. +> Bar and column series always apply full padding and will ignore this setting. + #### Example - set the chart series label padding as a number