Fork me on GitHub
#cljsrn
<
2020-08-21
>
lepistane19:08:21

does anyone use charts in their apps? are they non trivial by any chance? 😄 i've been using https://github.com/wuxudong/react-native-charts-wrapper and it's ok but limited in what i want to do What i tried to achieve I have line chart and display data but when i move up and down i want specific element that's over it (absolute position) to move as well. The problem Charts only have 1 callback on-change which triggers A LOT of events and that absolute positioned element is blinking all over the place so i am wondering how hard would it be to implement your own line chart using cljs? has anyone done this for web even? I might be able to solve the data points and 'grid' but i cant figure out how to draw lines that connect data points? Any ideas? also if anyone has idea how to solve the problem with wrapper lib i'd be happy to hear it thank you for your time