Components
charts
line-chart
10min
The component can be used to display statistics related to data records. Mostly used in jig.default or jig.list.

Line Chart Preview
Some properties are common to all components, see Common component properties for a list and their configuration options.
The core structure includes:
- For yAxis - min and max values that should be displayed on the y-axis. The max property doesn't have to be filled, in this case, it will be automatically counted depending on your data.
- For xAxis - categories that should be displayed on the x-axis
- For series - data, and color - values and color that should be used in the graph
Other options:
chart
- title and subtitle - Name and a short description of your chart
- height and width - The parameters of the graph displayed (in pixels)
yAxis
- labels - Selection of different formats is available
- tickAmount - The number of ticks that should be displayed on the y-axis
xAxis
- labels - Selection of different formats is available
- tickAmount - The number of ticks that should be displayed on the x-axis
- min and max - Minimum and maximum values that should be displayed on the x-axis.
plotOptions
- series - Different properties allow to manipulate with the visual of the graph points (width of columns, the interval between two points, option to hide markers)
series
- name - The naming of the actual series
- animation - An option to add an animation of various direction(s) and duration for the first data load
legend
- isHidden - The setting of a boolean value if the legend (naming of the series) should be displayed under the graph