We paid a lot of cash for Highcharts (Highstock actually) a couple of years ago as an up-front investment for a process manager we were building - an OEM licence. This was about a month's salary, straight after I quit my FT job. The product is now ready to go live almost three years later, and there still isn't a charting library, free or otherwise, that offers us the same functionality that this did back when we lic…
Can you comment on highcharts performance? It looks like highcharts uses SVG under the covers. Canvas based visualizations may fare a little better than SVGs once you're trying to render thousands of data points.
Highcharts – JavaScript charting framework
71–80 of 87 posts
Re: Highcharts – JavaScript charting framework
#72Earlier quoted context omitted.
At some point in the decision process you should be weighing the cost of buying software/support vs. the cost of developing it in-house. Highcharts is not expensive compared to developing something similar yourself, unless you have the luxury of a loose schedule and are being paid at something like $10 an hour. I think the reason these "cost concerns" are being expressed is that a programmer isn't trained to weigh th…
> Highcharts is not expensive compared to developing something similar yourself, Here's what you guys keep ignoring: there's other open source alternatives that are free. I'm not helping develop them beyond giving bug reports.
Re: Highcharts – JavaScript charting framework
#73Thoughts on Highcharts vs Google Charts?
Re: Highcharts – JavaScript charting framework
#74We paid a lot of cash for Highcharts (Highstock actually) a couple of years ago as an up-front investment for a process manager we were building - an OEM licence. This was about a month's salary, straight after I quit my FT job. The product is now ready to go live almost three years later, and there still isn't a charting library, free or otherwise, that offers us the same functionality that this did back when we lic…
Can you comment on highcharts performance? It looks like highcharts uses SVG under the covers. Canvas based visualizations may fare a little better than SVGs once you're trying to render thousands of data points.
Canvas performance is limited by the size of the canvas, the larger the canvas, the more time it takes to redraw it.
SVG lets you tie into the DOM and DOM manipulation methods allowing for simple event interactions. Interactive canvas can be done but is more time consuming and difficult, though there are now canvas charting libraries that provide you with some basic "click" or even "hover" functionality.
Re: Highcharts – JavaScript charting framework
#75You can read about this tiny remote place on the founder's personal webpage here: https://translate.google.com/translate?hl=no&sl=no&tl=en&u=h...
Re: Highcharts – JavaScript charting framework
#76Re: Highcharts – JavaScript charting framework
#77Earlier quoted context omitted.
At some point in the decision process you should be weighing the cost of buying software/support vs. the cost of developing it in-house. Highcharts is not expensive compared to developing something similar yourself, unless you have the luxury of a loose schedule and are being paid at something like $10 an hour. I think the reason these "cost concerns" are being expressed is that a programmer isn't trained to weigh th…
> Highcharts is not expensive compared to developing something similar yourself, Here's what you guys keep ignoring: there's other open source alternatives that are free. I'm not helping develop them beyond giving bug reports.
Re: Highcharts – JavaScript charting framework
#78We paid a lot of cash for Highcharts (Highstock actually) a couple of years ago as an up-front investment for a process manager we were building - an OEM licence. This was about a month's salary, straight after I quit my FT job. The product is now ready to go live almost three years later, and there still isn't a charting library, free or otherwise, that offers us the same functionality that this did back when we lic…
Can you comment on highcharts performance? It looks like highcharts uses SVG under the covers. Canvas based visualizations may fare a little better than SVGs once you're trying to render thousands of data points.
Re: Highcharts – JavaScript charting framework
#79Earlier quoted context omitted.
If you are building a commercial product and 590$ is too expensive, I feel sorry for you. In western countries you could get at most 2-3 man days for that money, I highly doubt that even the best coder could implement Highcharts in 3 days and provide support for it afterwards. If all you want is one or two simple charts then I agree, it is a waste of money to buy something like Highcharts, but if you really need most…
The pricing policy is more obnoxious than the price itself. $390 (or $590 for "maintenance and support") gets you the ability for one single developer to do any kind of work with it. The next tier is $1,500 (or $2,250 for "maintenance and support") and gets you the ability for up to 5 developers to do any kind of work with it. Having to pick between (A) sneaking around behind your vendor's back to violate their licen…
Re: Highcharts – JavaScript charting framework
#80Earlier quoted context omitted.
> Highcharts is not expensive compared to developing something similar yourself, Here's what you guys keep ignoring: there's other open source alternatives that are free. I'm not helping develop them beyond giving bug reports.
I'm sure your coding skills are great. Thanks for the downvote.