This is a migrated thread and some comments may be shown as answers.

About the Stacked bars, the bars has border

2 Answers 99 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
wei
Top achievements
Rank 1
wei asked on 24 Jun 2013, 02:23 PM
I want the Stacked bars have no border, how can I config?

2 Answers, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 25 Jun 2013, 07:25 AM
Hello Wei,

You can achieve this as setting seriesDefaults.border.width 0. As an example:

$("#chart").kendoChart({
  //....
  seriesDefaults: {
    type: "column",
    border: {
        width: 0
    }
  }
});
  Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
wei
Top achievements
Rank 1
answered on 26 Jun 2013, 07:15 AM
Thank you very very much,Iliana Nikolova.   I'm just starting to make contacts with Kendo UI, it's a perfect solution for our project.
Tags
General Discussions
Asked by
wei
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
wei
Top achievements
Rank 1
Share this question
or