Live data from Hacker News

New Chart.js beta version launched

chartjs.org

51–60 of 64 posts

Re: New Chart.js beta version launched

#52
post #21

Earlier quoted context omitted.

Don't forget Highcharts... http://www.highcharts.com

Just from a cursory glance, it appears that Chartjs is entirely free and you can do what you want with it, while Highcharts is not.

Highcharts is free for non commercial

Re: New Chart.js beta version launched

#54

Neat, I was looking over lots of different charting libraries the other day and this looks great. And it is free to use in commercial projects which, hopefully, will be relevant for me in the future!

Check out this one as well: https://morrisjs.github.io/morris.js/

Re: New Chart.js beta version launched

#57
I just gave it a try. It's nice and easy to use, but I need to draw a legend which it surprisingly doesn't seem to support, so I won't use it. Otherwise it'd have been a good match for my simple purposes (non-scaled, non-animated, non-interactive).

BTW, "options.pointDot = false" doesn't seem to have any effect. "options.pointDotRadius = 0" worked for me.

Re: New Chart.js beta version launched

#58

I just gave it a try. It's nice and easy to use, but I need to draw a legend which it surprisingly doesn't seem to support, so I won't use it. Otherwise it'd have been a good match for my simple purposes (non-scaled, non-animated, non-interactive). BTW, "options.pointDot = false" doesn't seem to have any effect. "options.pointDotRadius = 0" worked for me.

The "modular" section of the page appears to show a legend.

Re: New Chart.js beta version launched

#59

I just gave it a try. It's nice and easy to use, but I need to draw a legend which it surprisingly doesn't seem to support, so I won't use it. Otherwise it'd have been a good match for my simple purposes (non-scaled, non-animated, non-interactive). BTW, "options.pointDot = false" doesn't seem to have any effect. "options.pointDotRadius = 0" worked for me.

The "modular" section of the page appears to show a legend.

True, but for line charts the labels are just used for the tooltips, not for any legend. For the old charts.js version there is a legend-extension on github (https://github.com/bebraw/Chart.js.legend) which I didn't try because I didn't think it'd be compatible with the current beta-release (I might be wrong).

Re: New Chart.js beta version launched

#60
post #53
post #51

I've used rickshaw and nvd3 - chart.js seems pretty minimal compared to them.

We tried NVD3 when we built http://www.chartblocks.com as it would have saved us loads of time. It wasn't great though and had almost no flexibility.

If NVD3 didn't work out for you, what did charting library did you choose instead?
Post reply on HN