From 0d8e4bcc591e0b16fdb0921fd9eb62cfa034a93f Mon Sep 17 00:00:00 2001 From: Andrew Tarry Date: Mon, 16 Nov 2015 15:37:18 +0000 Subject: [PATCH] Add xLabels to the docs on chart options --- docs/Stacked-Bar-Chart.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Stacked-Bar-Chart.md b/docs/Stacked-Bar-Chart.md index 3a38356..6996aa3 100644 --- a/docs/Stacked-Bar-Chart.md +++ b/docs/Stacked-Bar-Chart.md @@ -77,7 +77,10 @@ These are the customisation options specific to StackedBar charts. These options {% endraw %} //Boolean - Hide labels with value set to 0 - tooltipHideZero: false + tooltipHideZero: false, + + //Array - Labels that are rendered on the x axis, defaults to labels in data + xLabels: ["January", "February", "March", "April", "May", "June", "July"] } ```