Description
The SwatKendoChart objects provide a flexible and powerful way to visualize data in Build.One applications. The charts offer an intuitive way to present insights effectively.
Supported Chart Types
- Donut Chart – Ideal for displaying proportional data in a circular format with segments.
- Bar Chart – Used for comparing values across categories using horizontal or vertical bars.
- Stock Chart – Designed for financial and time-series data visualization, supporting multiple series and indicators.
Sample screens
SWAT provides two sample screens containing SwatKendoChart objects of different types: donut, bar and stock. To open the sample screens go to the Samples Desktop and search for “SampleKendoChartScreen” or “SampleKendoChartScreen2”.
Attributes
For configuring the Chart the attribute ExtendedConfig can be used to provide a path to your JSON file that contains your Kendo Chart configuration:
Attribute | Description | Example/Values |
ExtendedConfig | Path to JSON configuration file for the chart | /resources/mockdata/kendoui-donutchart-sample-config.json |
More details on how to configure can be found in the followind Kendo documentation
Demo of core features in jQuery Bar Charts widget | Kendo UI for jQuery
Demo of core features in jQuery Donut Charts widget | Kendo UI for jQuery
Demo of core features in jQuery Stock Charts widget | Kendo UI for jQuery
Application settings
We also support two application settings for controlling SwatKendoChart object types.
Application Setting | Description |
integration.KendoLicenseKey | License key value for the Kendo library |
integration.KendoUiTheme | The theme that will be used when displaying the SwatKendoChart objects. Options are: default, material, bootstrap and fluent. Default theme is set to “default”. |
Back to Documentation
Back to Home Page