Tim Molter
Tim Molter
Uh oh. Can you pin point the code in XChange that needs to be reverted to non-Streams and submit a PR?
I think you could already accomplish this, but I never tried it. Just change style on the chart/series and call `revalidate();` and `repaint();`on `XChartPanel`. That should work. Let me know...
Hello, I'm open to pushing new releases upon request. Other than that I only have the bandwidth right now to merge PRs. Unfortunately I cannot dedicate the time I'd really...
Please fix conflicts. I will merge and push a release.
I love the idea! XChart already uses a different lib for PDF export that also exports SVG and EPS. So ideally that would just continue to work.
Awesome! How to proceed... I'm working on 3.0.0, which is a pretty major refactor and the code is a bit of a mess. On the one hand, it'd be good...
I took a quick look and the changes seem pretty minimal, which is nice! I'll push the new 3.0.0 branch in a few days from now. I suggest doing it...
Actually this is kind of a big issue: https://www.apache.org/licenses/GPL-compatibility.html > We avoid GPLv3 software because merely linking to it is considered by the GPLv3 authors to create a derivative work....
OK, we can do this, but there is some ground work to be taken care of first. 1. They need to add the part about "GPL with classpath exception" to...
Looks like those two are GPL licensed, so no problem. The main problem people/companies have with GPL is that if their proprietary app uses GPL libs, then they must also...