Fork from [https://github.com/swimlane/ngx-charts]
npm i @okendo/ngx-charts
tooltipBarDisabled
Option to disable the tool tip bar on data point hovertrueZero
Gradient effect flow towards 0gradientDirection
Sets the flow of the gradient fade effect per chart linegradient
Can be passed as an input from the initial line chart reference. Enabled by default.margins
Can be passed as an input from pie chart reference
Use barMaxWidth
attribute with default value 100px
<ngx-charts-bar-vertical-stacked
[animations]="false"
[results]="result"
[barMaxWidth]="100"
>
</ngx-charts-bar-vertical-stacked>