Neri Marschik
Neri Marschik
Thank you for the praise, I welcome any help improving this library. Just send a pullrequest once you have something going. About your first question with the date format, I...
@ryanhca about your question regarding the timestamp formatting: I am already doing something similar in the example html file. ``` javascript var xScale = d3.time.scale().domain([new Date(2015, 2, 5), new Date(2015,...
Have you tried adding a tooltip? https://github.com/codesuki/react-d3-components#tooltips
I am working on making the components work more easily with other components, like layering them etc. Then it should be easy to add such a line given you have...
Thanks! I wish I had more time for it :)
Here is an example of layering graphs: https://codesuki.github.io/react-d3-components/transitions/index.html The same way it should be possible to layer a line on top. I will try to release the layering without the...
@mcdonnelldean sorry I thought I replied here. I am writing an email to you now.
Valid and good question. First I have to release a new npm with the latest pull reqs. I really want to finish the current development branch. Just to support layering...
Can they be added as a standalone addon? Otherwise, feel free to send a PR.
Sounds great!