Skip to content

Line Chart

A line chart is a chart in which data are connected by lines.

Tips

Properties

UI Dialog

ItemInput valueOptionDefault value
IDstringautomatic
Widthstring750
Heightstring250
Xstring
Ystring
Chart Typeoption• line
• spline
line
Visibilityboolean• on
• off
on
Valuestring
Scaletable
Seriestable
Legendtable

Action

ItemPropertiesData TypeOptionsDefault value
IDidstringautomatic
Widthwidthstring750
Heightheightstring250
Xxstring
Yystring
Chart TypechartTypestring• line
• spline
line
Visibilityvisibilityboolean• true
• false
true
Valuevaluearray of object
Scalescaleobject
Seriesseriesarray of object
Legendlegendobject

Tips

Example 1 Value (value)

The chart data values describe the data for each plot on the X axis as an object, and the entire chart is represented as an array.
In the example below, the X-axis is plotted from 02 to 11 (month) and shows data from 4 series (companyA to D).

[
{"month":"02","company A":20,"company B":52,"company C":72,"company D":34},
{"month":"03","company A":5,"company B":33,"company C":90,"company D":55},
{"month":"04","company A":55,"company B":30,"company C":81,"company D":66},
{"month":"05","company A":30,"company B":11,"company C":62,"company D":22},
{"month":"06","company A":27,"company B":14,"company C":68,"company D":70},
{"month":"07","company A":32,"company B":31,"company C":64,"company D":50},
{"month":"08","company A":50,"company B":22,"company C":30,"company D":80},
{"month":"09","company A":12,"company B":19,"company C":65,"company D":48},
{"month":"10","company A":10,"company B":24,"company C":50,"company D":66},
{"month":"11","company A":17,"company B":40,"company C":78,"company D":55}
]

Example 2 Scale (scale)

Sets the minimum and maximum Y-axis values, as well as the rotation angle of the ticks and labels.

BottomBottom Scale RotateLeft MinLeft MaxLeft Max TicksLeft Scale Rotate
month00100100

Tips

Example 3 Series (series)

Series drawing settings.

IDValueColorStroke Width
Acompany A#81C4E83
Bcompany B#74A2E73
Ccompany C#5E83BA3

Example 4 Legend (legend)

Sets legend information.

SeriesHorizontal AlignVertical Align
A,B,Crighttop
  • The options for Horizontal Align are left | center | right (default).
  • The options for Vertical Align are top (default) | bottom.

Event

None