Earlier quoted context omitted.
I think this is a common misconception. Once you wrap your head around d3, building charts is just about as easy as figuring out the required configuration for a Highcharts chart (even complex charts are generally only 30 lines of code). If you really don't care how it is done, there are solutions like nvd3.js that have created prepackaged charts. Based on the extremely limited customizations available and poor perfo…
> Once you wrap your head around d3 Key point here. Highcharts' customers are companies and website builders that don't have, get, or take the time to wrap their heads around D3, they just need to chuck a graph or two on their site(s), then move on to the next thing. It's not idealistic, but it's the reality. I'm personally surprised there's not a lot more commercial JS libraries like Highcharts out there, seems to m…
Highcharts 3.0 Beta released
61–68 of 68 posts
Re: Highcharts 3.0 Beta released
#62I'm not sure how to get excited by this. Seems weird that customers had to wait until version 3 to get a bubble chart and some basic animation events (though it seems you are still on your own to figure out the transitions). After using d3, charts built like this just feel so limiting and a bit old fashioned - I think it is a testament to the amazing work that Mike Bostock has done.
As a customer, having few fancy charts isn't that important. But the ease with which allows customizations and the support it provides is more important. D3.js, GoogleCharts, Flotr2, etc. are too complex to customize. When it comes to building a product and not care about how to get your charts done, Highcharts is the best solution.
Re: Highcharts 3.0 Beta released
#63Earlier quoted context omitted.
If only it had the most "usable" pricing structure too: http://shop.highsoft.com/highcharts.html One price for a "web page" that's not a "web application" and then pricing per developer? Just ridiculous. Why not add a per CPU surcharge while we're at it?
It didn't seem complicated to me. You either license a site to use it, license a team of app developers to use it in however many sites you like, or buy an OEM to ship it.
> For use on a simple webpage that is not considered a web application. A web application is a website that has customer specific data or charges for its use. This requires a Developer license.
Re: Highcharts 3.0 Beta released
#64Cant tell you how much i love this product, leaves every charting package i've ever touched in the dust. Keep up the great work!
Re: Highcharts 3.0 Beta released
#65I'm not sure how to get excited by this. Seems weird that customers had to wait until version 3 to get a bubble chart and some basic animation events (though it seems you are still on your own to figure out the transitions). After using d3, charts built like this just feel so limiting and a bit old fashioned - I think it is a testament to the amazing work that Mike Bostock has done.
As a customer, having few fancy charts isn't that important. But the ease with which allows customizations and the support it provides is more important. D3.js, GoogleCharts, Flotr2, etc. are too complex to customize. When it comes to building a product and not care about how to get your charts done, Highcharts is the best solution.
Re: Highcharts 3.0 Beta released
#66There's also Flotr2: http://www.humblesoftware.com/flotr2 and Envisionjs: http://www.humblesoftware.com/envision Which are FOSS.
http://dygraphs.com/ is nice too
Re: Highcharts 3.0 Beta released
#67Anyone know what they use to generate their api documentation at http://api.highcharts.com ? I'm guessing it's built from jsdoc-style comments in the source, but haven't come across js docs that look as good as these
I'm not sure either, but decided to ask the question on Programmers.SE: http://programmers.stackexchange.com/q/187915/3270 .