How do I chart only the values selected in a TimeSeriesChart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
khipras
Posts: 15
Joined: Mon Feb 07, 2005 6:41 pm
Location: Mexico D.F.
Contact:

How do I chart only the values selected in a TimeSeriesChart

Post by khipras » Fri Feb 11, 2005 5:09 pm

I'll try to explain this problem.
Maybe was not clear.


I have a select that return next values

Code: Select all

dia	 (avg)    (avg)  (max) (max)
2005-02-01	9.07	0.10	41.3	2.7
2005-02-02	8.61	0.22	37.7	25.8
2005-02-03	7.82	0.21	24	19.6
2005-02-04	7.86	0.20	25.7	21.3
2005-02-07	8.85	0.21	26.7	12.7
2005-02-08	9.38	0.22	26.4	25.2
2005-02-09	9.93	0.24	39.4	16.9
2005-02-10	9.40	0.22	25.9	18.9
note that this dataset skip from day four to seven. I want to show only those days no one more.

but the chart show Saturday and Sundays days, you can look this.
(days name are in spanish)

Image

I don't want to show days that my dataset doesn't contains.

How can I solve this problem?

Any hint are welcome.

khipras
Posts: 15
Joined: Mon Feb 07, 2005 6:41 pm
Location: Mexico D.F.
Contact:

Post by khipras » Mon Feb 14, 2005 11:14 pm


Locked