6 ms·
Show HN: Create beautiful charts with one line of React
- ahmeni 9y agoWhile it's great to have a link to the charts themselves, you'll definitely want to also inline some screenshots of the charts in action. Pages of code samples are handy as examples but you'll need that first impression to draw attention. Nice library though!
- akane 9y agoThanks for the feedback!
- deadcoder0904 9y agoAwesome library. @ahmeni is right include screenshots in Github as well & show the website link rather than writing the description with link in Markdown. Also, add link beside Github pages repo description too. Great job.
- akane 9y agoThanks for the feedback. I created a better landing page here: https://www.chartkick.com/react https://www.chartkick.com/react
- vladsanchez 9y agoFinally, something simply brilliant to talk about! It's (imo) the perfect charting abstraction. Thanks for your hard work.
- nk1tz 9y agoAs a react chart enthusiast, I love this. Add a max-width and center the content of the demo page to avoid elongated charts on large screens.
- akane 9y agoThanks nk1tz. Done!
- mindcrash 9y agoDoes your library take into account that React really doesn't like DOM manipulation from external sources? My team did some research on this and decided to write our own visualizations in D3 backed by React Faux DOM [1] for this very reason. [1] https://github.com/Olical/react-faux-dom https://github.com/Olical/react-faux-dom
- propelol 9y agoWhere is the source code?