I have a basic time series chart that works great with default colors, strokes, etc. I'm trying to modify the lines (stroke) to look like I want but whenever I add the line:
CategoryPlot plot = chart.getCategoryPlot();
to my servlet, my chart is not generated at all. Any ideas? If I just remove the line, the servlet works great. Thanks,
Kenny
Chart stops working
Re: Chart stops working
Solved my own problem again. I was trying to stick an XYPlot into a CategoryPlot. DOH!
That's now twice in two days I've solved my own issues within a hour of posting questions. Guess that tells me I need to wait an hour before I post and see what happens.
Thanks all,
Kenny
That's now twice in two days I've solved my own issues within a hour of posting questions. Guess that tells me I need to wait an hour before I post and see what happens.
Thanks all,
Kenny