redpandatronicsuk / arty-charty

React Native plugin for rendering charts using ART
MIT License
43 stars 7 forks source link

candlestick is not working #12

Open zoi-aoba opened 6 years ago

zoi-aoba commented 6 years ago

When I try to use candlestick chart, I got this error.

2018-05-08 15 43 44

zoi-aoba commented 6 years ago

I understood how to fix this bug.

paths: paths.filter(path => path !== true)

https://github.com/redpandatronicsuk/arty-charty/blob/3196f117d584d6e9809d374e49e7cb6ddc639f4a/arty-charty/util.js#L431

to use my production env, I will fork this repo. but, if you need, also I submit PR.

zoi-aoba commented 6 years ago

Also I wanna do like this. Is it possible with this library? 2018-05-08 16 32 07

redpandatronicsuk commented 6 years ago

Hi, thanks for your fix. Can you please make a PR. Not sure what you mean with the screenshot you attached. I haven't maintained this library in a while now. But if you have a feature request, I could look at working that in.