Highcharts – JavaScript charting framework
11–20 of 87 posts
Re: Highcharts – JavaScript charting framework
#12That's a lot of open issues…
Re: Highcharts – JavaScript charting framework
#13I have used DevExpress before and is a good company but never the JS products. Is less expensive and bundle a JS grid, that I need too.
Re: Highcharts – JavaScript charting framework
#14This means that http://www.highcharts.com/license (linked to from GitHub) is currently failing silently - you get content, but it's not the licensing information.
Note that http://www.highcharts.com/licenseoneutahenuo returns the exact same content again.
404s are useful! Don't disable them.
Re: Highcharts – JavaScript charting framework
#15Unfortunately, this isn't free for commercial use, so perhaps something like Google Charts is more suitable (depending on your use case). There are plenty of alternatives out there.
d3 is probably the one that has gained the most buzz from developers as of late. From my experimentation/evaluation of various charting libraries, d3 is certainly the most powerful.
Re: Highcharts – JavaScript charting framework
#16Unfortunately, this isn't free for commercial use, so perhaps something like Google Charts is more suitable (depending on your use case). There are plenty of alternatives out there.
d3 is probably the one that has gained the most buzz from developers as of late. From my experimentation/evaluation of various charting libraries, d3 is certainly the most powerful.
Highcharts is neat because it's a high-level api around charting. If you want to make charts, it's one of the most customizable and well-documented API's out there. If you want to build a custom visualization, highcharts offers a good amount of customizability, but sometimes you just gotta drop down into assembly.
Re: Highcharts – JavaScript charting framework
#17P.S. at that time (4-5 years ago) it was possible to use Amcharts for free in commercial app but with reduced features (for example you couldn't handle a click on the graph because in the free edition it would open their site) and showing a link in the bottom of the chart. It seems it follows the same rule now according to their download page, so consider it if you want a good free charting library (I used also amMap and it was ok)
Re: Highcharts – JavaScript charting framework
#18Re: Highcharts – JavaScript charting framework
#19Re: Highcharts – JavaScript charting framework
#20Thoughts on Highcharts vs Google Charts?