Search found 2 matches
- Mon Jul 16, 2018 4:04 pm
- Forum: JFreeChart
- Topic: NetBeans with Batik 1.6
- Replies: 1
- Views: 7427
NetBeans with Batik 1.6
I am trying to implement the SVG demo (package demo.svg) from the section 17.3.3 of the manual in NetBeans with Batik 1.6 (Batik 1.7 does not seem to have some of the required classes) and JFreeChart 1.0.13 At the line chart.draw(svgGenerator, new Rectangle2D.Double(0, 0, 400, 300), null); Netbeans ...
- Thu Jul 12, 2018 5:11 am
- Forum: JFreeChart
- Topic: Need help? i have a question
- Replies: 0
- Views: 6420
Need help? i have a question
Hey everybody, I am trying to have multiple windows using JFrame, each being updated as time goes on with more data(using OHLCSeries). The problem is: once I have more then one window (and more then one jfreechart object) open, and I try to update one of those objects with new data, only the last cr...