New to Kendo UI for jQuery? Download free 30-day trial
Custom Visuals
- EXAMPLE
- VIEW SOURCE
-
EDIT
- Edit in Kendo UI Dojo
- Edit in Theme Builder
-
Change Theme
DefaultSASSLESS
- Default
- Bootstrap
- Material
- Launch Theme Builder
- visuals.html
Also available for:
API REFERENCEDescription
You can implement custom visualizations for the Bar/Column chart legend items, axis titles, labels, markers and series by utilizing the Kendo Drawing API. This can be done by assigning a JavaScript function which creates these custom shapes to the seriesDefaults -> visual attribute of the chart
Context information is available through the function argument fields, including rect (the kendo.geometry.Rect that defines where the visual should be rendered) and options (different options depending on the item type).
You can read more about it in the Kendo UI JavaScript API reference.