Line Chart - No line!
529817Jan 19 2007 — edited Jan 19 2007I have a problem similar to what was posted before:
-----------------
Previous Post:
I'm having problems with charts. I created a chart region and selected line as the type. My state ment is
SELECT nulll, dato, val FROM table order by dato desc.
Where dato is a DATE, and Val is a NUMBER.
When the chart is displayed there is several porblems.
1) The values are shown as dots not as a solid line, even though that is what is chosen in the series specification, how do I make it into a line?
marife
Posts: 796
From: Canton, Ohio
Registered: 3/19/98
Re: Charts, no line just dots and more
Posted: Nov 27, 2006 8:45 AM in response to: Marius in response to: Marius
Click to reply to this thread Reply
1) To disable the values showing as "dots", you should set the series's "Marker Style" to "-No Marker-".
--------------
When I do as suggested in 1), the line completely disappears, so the only way to see a graph at all is to enable the markers.
I am selecting null, hh24:mi, value from table for the last 24 hours, so only 24 x axis values. Anyone know why I might not be seeing the line and only the markers?
I am running 10gExpress
Bill