Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace RGraph with a FLOSS JavaScript charting library #61

Closed
sebastianbergmann opened this issue Sep 8, 2011 · 8 comments
Closed

Comments

@sebastianbergmann
Copy link
Owner

PHP_CodeCoverage currently uses (and bundles) RGraph to render the charts of the code coverage dashboard in the HTML code coverage report. It has been brought to my attention that the license of RGraph is not compatible with the BSD-style licence that PHP_CodeCoverage uses.

@lcobucci
Copy link
Contributor

lcobucci commented Sep 8, 2011

I think that Highcharts can be a great replace. It's under the Creative Commons Attribution-NonCommercial 3.0 License for non-profit projects.

http://www.highcharts.com

@phortx
Copy link

phortx commented Sep 8, 2011

Highcharts looks very nice.
Additionaly it seems that highcharts can be driven with JSON while rgraph has an oop api.

So I'm preferring highcharts here too.

@chluehr
Copy link

chluehr commented Sep 8, 2011

http://www.jqplot.com/

  • jquery based
  • dual licensed MIT/GPL2
  • used by Piwik

But i guess Sebastian is looking for s.o. to implement the graphs, not advocating fashionable plotting libs :-)

@afilina
Copy link
Sponsor

afilina commented Sep 8, 2011

I eat JS for breakfast. Which lib you prefer? Do you simply want to replace RGraph while keeping all the features?

@sebastianbergmann
Copy link
Owner Author

I want to keep the features while replacing RGraph with Highcharts or whatever. Thanks! :-)

@afilina
Copy link
Sponsor

afilina commented Sep 8, 2011

Ok sweet. I'll look at the code and fork when ready to implement. I'll use Highcharts as it seems to be approved by many in this thread. Please assign the ticket to me.

@elazar
Copy link

elazar commented Sep 8, 2011

+1 to Highcharts. I used it recently for http://github.com/elazar/ledger-stats and got very positive feedback.

@sebastianbergmann
Copy link
Owner Author

Thanks to everyone who wanted to help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants