Search found 2 matches

by thanhduy79
Mon Jul 16, 2018 4:04 pm
Forum: JFreeChart
Topic: NetBeans with Batik 1.6
Replies: 1
Views: 4169

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 ...
by thanhduy79
Thu Jul 12, 2018 5:11 am
Forum: JFreeChart
Topic: Need help? i have a question
Replies: 0
Views: 4329

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...