Search found 7 matches

by kontiky
Fri Nov 11, 2005 4:14 pm
Forum: JFreeChart
Topic: Another dynamic data solution
Replies: 6
Views: 11308

It was be better if you say what all you changes marked with comment
// ***** DataAppended change start

Unfortunately, you fixed not compatible with latest JFreeChart rc1 :(
by kontiky
Mon Nov 07, 2005 6:15 pm
Forum: JFreeChart
Topic: Added : dynamic data, zooming, adjust, move...
Replies: 50
Views: 92611

Hi,
I don't find the code here.
Please email me it to kontiky@gmail.com
by kontiky
Fri Oct 28, 2005 2:00 pm
Forum: JFreeChart
Topic: JFreeChart alternatives for real-time data showing
Replies: 0
Views: 2237

JFreeChart alternatives for real-time data showing

Hello! I need to real-time showing a big set of financial data in charts. I tried a lot of java libraries for this and found what JFreeChart has the best functionality and flexibility. Unfortunately, perfomance of JFreeChart is perfectly bad for real-time data showing. Thus, can anyone suggest me an...
by kontiky
Mon Oct 24, 2005 3:50 pm
Forum: JFreeChart
Topic: Library interface naming
Replies: 3
Views: 4519

Sorry, start interface naming with "I" is our firm internal guideline.
Thanks!
by kontiky
Mon Oct 24, 2005 3:28 pm
Forum: JFreeChart
Topic: Library interface naming
Replies: 3
Views: 4519

Library interface naming

Why JFreeChart uses non standard for java interface naming?
Why interfaces not start with letter "I"?
It is difficult while reading code to understand what is e.g. CategoryItemLabelGenerator? Is it class? In reality it is interface.
by kontiky
Wed Oct 19, 2005 11:22 am
Forum: JFreeChart - Stockmarket
Topic: TreeMap chart type in JFreeChart
Replies: 2
Views: 18014

TreeMap chart type in JFreeChart

Hello! For now exists new interesting chart type - TreeMap. It is the most interesting for representing market data (look example here http://www.smartmoney.com/marketmap/?nav=hp_marketmap). Whether there are plans to add TreeMap charts to JFreeChart? It is not so hard, because here http://treemap.s...
by kontiky
Wed Oct 19, 2005 11:20 am
Forum: JFreeChart
Topic: TreeMap chart type in JFreeChart
Replies: 0
Views: 2312

TreeMap chart type in JFreeChart

Hello! For now exists new interesting chart type - TreeMap (look example here http://www.smartmoney.com/marketmap/?nav=hp_marketmap) Whether there are plans to add TreeMap charts to JFreeChart? It is not so hard, because here http://treemap.sourceforge.net/ exists free and open source library implem...