2.0.4 • Published 2 years ago
@origam/plugin-chart v2.0.4
Contains chart plugins for Origam based on the chart.js library.
Radar Chart Plugin
Properties that can be read from the model (defined in a widget):
FilterFieldname of a boolean field which will be used to filter the records displayed in the chartSeriesLabelFieldname of the field used as the series labelLabelFormatformat for the series labels in case the SeriesLabelField is of the Date type. The format is the C# date time format, for example dd.MM.yyyy HH:mmSeriesValueFieldsnames of the fields to be shown on the chart axes separated by ";" for example: Result1;Result2;Result3;Result4;Result5StepSizesize of the axes increment
Line Chart Plugin
Properties that can be read from the model (defined in a widget):
FilterFieldname of a boolean field which will be used to filter the records displayed in the chartSeriesLabelFieldname of the field used as the series labelLabelFormatformat for the series labels in case the SeriesLabelField is of the Date type. The format is the C# date time format, for example dd.MM.yyyy HH:mmSeriesValueFieldsnames of the fields to be shown on the chart axes separated by ";" for example: Result1;Result2;Result3;Result4;Result5StepSizesize of the axes incrementlineColorA color of line on the chart axes separated by ";" for example: #ffffff;#ff00ff