Releases: ricardodorosario/react-horizontal-stacked-bar-chart
Releases · ricardodorosario/react-horizontal-stacked-bar-chart
HSBar 8.15.2
New properties were added:
outlineWidth (the width of the border of the bars in percentage)
outlineColor (the color of the border)
New image with examples.
HSBar 8.15.1
Summary
New properties were added:
- outlineWidth (the width of the border of the bars in percentage)
- outlineColor (the color of the border)
HSBar 8.14.1
Now you can get the values when you click on a bar using the onClick event.
The values are on the evt.bar object.
It solves the issue #4 .
HSBar 8.13.2
Version adjustments.
HSBar 8.13.1
Changes
- showText property changed to showTextIn
- showTextWithValue added to set if the 'name' property will be showed with the 'description' property of data array.
- showValueIn, showValueUp, showValueDown added to show only the 'description' property of data array.
HSBar 8.13.0
Changes
- showText property changed to showTextIn
- showTextWithValue added to set if the 'name' property will be showed with the 'description' property of data array.
- showValueIn, showValueUp, showValueDown added to show only the 'description' property of data array.
HSBar 8.12.9
Add lodash to compare props
HSBar 8.12.7
Move build tools to devDependencies.
HSBar 8.12.6
Component update bug.
HSBar 8.12.5
Change properties:
- "legend" was changed to "showText",
New properties:
- "showText": optional. default: false.
- "showTextUp": optional. default: false.
- "showTextDown": optional. default: false.
- "id": optional. default: "hsbar".