Hacker News new | ask | show | jobs
by redstripe 1839 days ago
Hi there, nice site.

I'm really like this combined side scrolling table + graph component you use on the pulse page. Looking at the source I see a mention of echarts in the html but I don't think I've seen anything like that in their examples.

Did you build this yourself as a custom rendered chart or is this something that someone else built?

1 comments

All the charts are by echarts. For the timeline chart (the one in the pulse view) think of it as a scatter chart that is zoomed in. echarts provides labels and drawing lines and other things which is how I was able to create the timeline chart.