webchaz

Results 4 issues of webchaz

# ❔Question Using the `BarChart`, I have`minBarHeight` set to 0 and data points that looks like this: ``` ["2015-12-1", 80, 38, 44, 100, "id"], ["2015-12-2", 17, 20, 29, 100, "id"],...

:question: question

I created an issue here: https://github.com/standard/standard/issues/931 However, it seems this may be related to `standard-loader`. When running `standard --parser babel-eslint` the code checks out fine. However, when running through webpack,...

Is there a way to ignore certain characters? Specifically, I'm using this to clean up some image names, but I don't want to remove the period between the filename and...

Is there anyway to maintain a sort direction with this? For example, let's say we have 5 children, but we want the children to be in a particular order? Thank...