Skip to content

Releases: ricardodorosario/react-horizontal-stacked-bar-chart

HSBar 8.15.2

31 Mar 20:43
b4b19b1
Compare
Choose a tag to compare

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

31 Mar 20:23
35e4172
Compare
Choose a tag to compare

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

04 Feb 18:32
a72c2a9
Compare
Choose a tag to compare

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

20 Nov 17:51
Compare
Choose a tag to compare

Version adjustments.

HSBar 8.13.1

21 May 01:03
4d31e6e
Compare
Choose a tag to compare

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

20 May 21:06
76704c9
Compare
Choose a tag to compare

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

14 Jan 13:18
Compare
Choose a tag to compare

Add lodash to compare props

HSBar 8.12.7

14 Jan 11:53
b47666d
Compare
Choose a tag to compare

Move build tools to devDependencies.

HSBar 8.12.6

28 Dec 21:47
Compare
Choose a tag to compare

Component update bug.

HSBar 8.12.5

20 Dec 23:04
Compare
Choose a tag to compare

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".