Created
February 22, 2015 17:45
-
-
Save laem/75e65253e0e461071495 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//JSX code | |
<HBar | |
data={randomData()} | |
width="230" | |
height="300" | |
axis="false" | |
sort="descending" | |
formatter={formatter} | |
//lighten for 150ms an element that appeared or that was reordered. Requires barColor | |
flash="true" | |
barColor="#3753aa" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment