You must be logged in to post your query.
Home › Forums › Chart Support › I want to specify the drawing order.
Hi.
I want to display a line chart on top of a column chart. Is it possible?
The lower left part of the graph has a column drawn in the foreground. jsfiddle
@kinokatsu,
Chart renders dataseries in the sequence you pass it in chart-options. Passing dataseries with type column before line should work fine in this case. Please take a look at this updated JSFiddle.
— Vishwas R Team CanvasJS
Hi Vishwas. thanks for your reply.
The drawing was as desired. It was very helpful.
You must be logged in to reply to this topic. Login/Register