BigFatDog / parcoords-es

ES6 module of Syntagmatic's Parallel Coordinates
MIT License
62 stars 32 forks source link

Provide a react demo #74

Closed BigFatDog closed 5 years ago

BigFatDog commented 5 years ago

This is from discussion #72 Is it necessary to provide a React version for this library? Originally posted by @jvmanke in https://github.com/BigFatDog/parcoords-es/issues/72#issuecomment-526702172

Hey @BigFatDog maybe not build a separate library but maybe add some examples using it with react? I personally am struggling to get it working properly. Do you have a snippet I could look?

Need to provide a simple react app that with parcoords-es.

jvmanke commented 5 years ago

@BigFatDog I've been working on a react wrapper in jvmanke/react-parcoords-es, maybe it can give you some more inspiration on implementation!

BigFatDog commented 5 years ago

demo has been provided in demo/react-app