Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/Stacked-Bar-Chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
```

Expand Down