A jump line chart is a variant of the step-line chart that displays each data point as an isolated horizontal segment, with no vertical connectors between them. Built on the AnyChart line chart engine, it is perfect for showing values that hold constant within a period and then jump to a new level.
This sample visualizes quarterly interest rates from Q1 2014 through Q4 2016 as a single jump-line series on a cartesian chart. The Y-axis minimum is set to zero, and tooltips display the percentage value for each quarter. Interactivity is configured in “by-x” hover mode, and Y-axis labels use a percent text formatter.
Follow the step-by-step Line Chart Tutorial to learn how such charts are built. See the Line Chart documentation for all configuration options.