Search found 3 matches
- Thu Aug 21, 2003 3:36 pm
- Forum: JFreeChart
- Topic: I got only one data - timeseries
- Replies: 2
- Views: 5613
- Thu Aug 21, 2003 10:44 am
- Forum: JFreeChart
- Topic: I got only one data - timeseries
- Replies: 2
- Views: 5613
I got only one data - timeseries
Hi, I try to make a Timeseries Chart. I got the data from a sql server. But my chart will show me only one data (the first). here my code: Object sqldata[][]; sqldata = svb.getData("Select dtedit,substring(xstrlogger,14,5) from xvictemperatur where xstrlogger Not Like '%started'"); for (int i=0; i<s...
- Thu Aug 14, 2003 1:43 pm
- Forum: JFreeChart
- Topic: timeseries at irregular intervals
- Replies: 0
- Views: 2716
timeseries at irregular intervals
hello,
I want to create a timeseries chart. My data comes with irregular intervals. Sometimes each minute, sometimes every 10 minutes! How can I create a timeseries?
thx
timokai
I want to create a timeseries chart. My data comes with irregular intervals. Sometimes each minute, sometimes every 10 minutes! How can I create a timeseries?
thx
timokai