Live data from Hacker News

Chartist – Simple responsive charts

gionkunz.github.io

1–10 of 51 posts

Re: Chartist – Simple responsive charts

#4
Looks great. I use Highcharts.js responsively by simply setting the chart width to % rather than pixels. After all, scalable is a key part of SVG.

Noting that Chartist is much leaner than Highcharts, how do you envision differntiating this project and avoid feature creep to make it like Highcharts.js 2.0?

Re: Chartist – Simple responsive charts

#8
post #6

Looks very pretty, but doesn't seem to offer hover states or actions / tooltips. I think this is a dealbreaker for a lot of users who wish to add contextual information to their charts.

Was thinking the same thing. Especially with financial charts, it saves a lot of time eyeballing and guessing. Sure, you can look at the data source for the raw values, but I'd rather just hover my mouse over the points.

Re: Chartist – Simple responsive charts

#10
post #6

Looks very pretty, but doesn't seem to offer hover states or actions / tooltips. I think this is a dealbreaker for a lot of users who wish to add contextual information to their charts.

Agreed. There is no mention of it in the "Important missing stuff", although their Getting Stated page does finish with

ADDING BEHAVIOR TO YOUR CHARTS

Coming soon...

Hopefully that means enabling chart interaction. Of course, by the time they add in the basic functionality which make data visualization useful, they'll have just repro'd ChartJs, HighCharts, or any of those other libraries.

Post reply on HN