Search found 4 matches

by bill_chuang
Fri Sep 23, 2016 6:32 am
Forum: JFreeChart
Topic: Help for line chart
Replies: 4
Views: 5638

Re: Help for line chart

paradoxoff wrote:I don't understand the question. Do you have an image that indicates which objects are misaligned?
I've solved this question. Thanks very much.
But I don't know how to upload an img in this forum. Using Img element?
by bill_chuang
Fri Sep 23, 2016 6:28 am
Forum: JFreeChart
Topic: JFreeChart can't work well in tomcat on Linux Server
Replies: 0
Views: 4329

JFreeChart can't work well in tomcat on Linux Server

My web application is deployed to the linux server without display divice and run in the tomcat. But it will be stuck when call ChartFactory.createLineChart() method, as a result, application can't run out. But if I run it as a Java SE application using java command on the terminal, it works fine. I...
by bill_chuang
Thu Sep 15, 2016 2:13 am
Forum: JFreeChart
Topic: Help for line chart
Replies: 4
Views: 5638

Re: Help for line chart

WOW! Thanks for your advices very much which help me realize my features perfectly. To solve the first problem previous mentioned, I extend the TextTitle class, overriding the drawHorizontial() method, as a result, it's nice. But I have an another problem: Default chart's each tick, tick label of X ...
by bill_chuang
Wed Sep 14, 2016 4:54 am
Forum: JFreeChart
Topic: Help for line chart
Replies: 4
Views: 5638

Help for line chart

I encountered a few troublesome difficulties to create a customizing line chart. My jFreeChart version is 1.0.13 and my chart will be saved to a png image. I use ChartFactory.createLineChart() to create a line chart. 1. I want to use 2 kinds of font for primary title, but I found that TextTitle.setF...