Declined
Last Updated: 22 Jan 2020 14:29 by ADMIN
Ian
Created on: 28 Sep 2015 08:32
Category: Kendo UI for jQuery
Type: Feature Request
8
Add Step line style to scatter lines
The step style for lines in a chart is very useful for logging digital data changes however in Kendo it only can be applied to line charts and not scatter lines where it would be very useful for telemetry displays.

A choice of step first or step last where the visual change appears attached to the previous point on on the new point would be especially useful.
5 comments
Joel
Posted on: 12 Jun 2018 18:39
Here's an image for what the "step" modes could look like. Note that this is for "worst case" data scenarios, since most users of the chart would order the points correctly if they wanted to use the ScatterLine series.

Current chart example (see the points that are being plotted here): https://dojo.telerik.com/unEFIVOM/2
Step style mockups: https://i.imgur.com/SJAqgvq.png
Joel
Posted on: 12 Jun 2018 18:11
I'm also looking for this functionality. The exact same code currently used to draw a ScatterLine series could be used for the StepFirst/StepLast lines, but instead of drawing the straight line it would draw the Y component of the vector first, then X component (StepFirst). Or it would draw the X component of the vector first, then the Y component (StepLast). 

Even though Scatter series allows specifying points in any order the above rule can still apply; in this example (https://dojo.telerik.com/unEFIVOM/2) the line would move in the -X direction from the 3rd point to the 4th, the same as it does with the current sloped line.
Levente
Posted on: 10 May 2017 07:59
I would need this too!
Imported User
Posted on: 07 Mar 2017 10:48
To clarify - supporting a step mode should include 'step first' and 'step last', where the trace changes to the new value at the new time or the previous time.
Imported User
Posted on: 07 Mar 2017 10:07
Please do this! Other trend packages can.