Polychart.js: An Interactive Charting Library
21–30 of 72 posts
Re: Polychart.js: An Interactive Charting Library
#22This uses Raphael. Which is awesome. Alternatives to Raphael is d3. Alternatives all together is NVD3. If you haven't seen this one, go check it out.
We share your love with d3 also, which unfortunately will not ever work in IE. So until the rest of the world catches up... ;)
Re: Polychart.js: An Interactive Charting Library
#23Really good, but the per-developer pricing model doesn't make sense. Just stick to one price for commercial use.
Re: Polychart.js: An Interactive Charting Library
#24i would say not bad but the fact you are asking me to pay to use it when i can have something like d3 is a bit of a joke
Re: Polychart.js: An Interactive Charting Library
#25$300 for a single developer, and the EULA says I can't transfer this license to another person?
Re: Polychart.js: An Interactive Charting Library
#26This looks interesting, but what are the advantages of this over Vega, which is free? https://github.com/trifacta/vega
If I had to pick, I'd go with Vega because I think it has the most potential to develop a community around it. Especially as a bridge between Python/R and D3.js through JSON. Think iPython notebooks, R Shiny, etc.
Re: Polychart.js: An Interactive Charting Library
#27This looks interesting, but what are the advantages of this over Vega, which is free? https://github.com/trifacta/vega
Re: Polychart.js: An Interactive Charting Library
#28This looks quite awesome! As a quick suggestion, the wiki ( https://github.com/polychart/polychart2/wiki ) recommends using github as the CDN which I thought was highly discouraged. However I can't find any official stance on this anymore..did it change?
$ curl -I https://raw.github.com/Polychart/polychart2/develop/polychart2.standalone.js
You will see Content-Type: text/plain; charset=utf-8
X-Content-Type-Options: nosniff
This is a deadly combination: browsers may reject script tags with incorrect MIME types if nosniff is set.Re: Polychart.js: An Interactive Charting Library
#29This uses Raphael. Which is awesome. Alternatives to Raphael is d3. Alternatives all together is NVD3. If you haven't seen this one, go check it out.
Agrees with you that Raphael is very awesome. A difference between Polychart.js and NVD3 is its flexibility: the way one can overlay charts, or even plot any change in polar coordinates. (We took a lot of ideas from R and ggplot2, something data scientists use). We share your love with d3 also, which unfortunately will not ever work in IE. So until the rest of the world catches up... ;)