New Chart.js beta version launched
51–60 of 64 posts
Re: New Chart.js beta version launched
#52Re: New Chart.js beta version launched
#53I've used rickshaw and nvd3 - chart.js seems pretty minimal compared to them.
Re: New Chart.js beta version launched
#54Neat, 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!
Re: New Chart.js beta version launched
#55Re: New Chart.js beta version launched
#56Re: New Chart.js beta version launched
#57BTW, "options.pointDot = false" doesn't seem to have any effect. "options.pointDotRadius = 0" worked for me.
Re: New Chart.js beta version launched
#58I 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
#59I 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
#60I'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.