1.1 KiB
1.1 KiB
title | description | type | page_title | slug | tags | res_type | category |
---|---|---|---|---|---|---|---|
Add border-radius to the Chart Series items | An example on how you can add border-radius to the Chart series items | how-to | Add border-radius to Chart Series - Kendo UI for Vue Native Chart | chart-series-item-border-radius | chart, series items, series, border-radius | kb | knowledge-base |
Environment
Product Version | 4.1.1 |
Product | Progress® Kendo UI for Vue Native |
Description
How to add border-radius to the Chart's series items?
Solution
This can be achieved by creating a custom function which modifies the border and is later passed to the visual
prop.
{% meta id:index height:400 %} {% embed_file chart-series-item-border-radius/main.vue preview %} {% embed_file chart-series-item-border-radius/main.js %} {% embed_file chart-series-item-border-radius/waterfall-data.json %} {% endmeta %}