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

Configuring VerticalBoxPlot chart colors

4 Answers 149 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Sumanth
Top achievements
Rank 1
Sumanth asked on 26 Sep 2017, 05:19 PM

I am trying to configure a VerticalBoxPlot using the Kendo asp.net MVC in the following ways

 

1. Display just the outline for the box plot without any fill as shown in the image.

2. Display the median in a color other than white.

 

Are these 2 things customizable at all? I would really appreciate if anyone can point me in the right direction either using asp.net MVC or even using Javascript.

 

- Sumanth

4 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 28 Sep 2017, 11:11 AM
Hello, Sumanth,

Thank you for the visual representation of the desired result.

Currently, only the color of the median, the mean and the series can be changed:

http://dojo.telerik.com/ahAsa

I can suggest submitting a feature request listing all of the parts that have to be modified in the VerticalBoxPlot, then based on its popularity we may implement them in a future release:

http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/category/46450-kendo-ui-dataviz

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Sumanth
Top achievements
Rank 1
answered on 28 Sep 2017, 11:36 AM
Thank you Stefan for responding. I think the ideal would be to be able to set the border color for each of the boxes either using a bordercolorfield or using an array of colors that can be applied for the borders.
0
Sumanth
Top achievements
Rank 1
answered on 28 Sep 2017, 04:03 PM

Stefan,

I am actually using Kendo Asp.net mvc fluent api. And I don't see any properties or methods to set the color of the median. Could you please help on how to do this in the fluent API.

Thanks, Sumanth

0
Accepted
Alex Hajigeorgieva
Telerik team
answered on 02 Oct 2017, 02:10 PM
Hello, Sumanth,

My name is Alex and I am taking over from my colleague in his absence.

The required series border colours can be achieved with the Kendo UI BoxPlot Chart out of the box by setting the Series border colour:

http://docs.telerik.com/aspnet-mvc/api/Kendo.Mvc.UI.Fluent/ChartBoxPlotSeriesBuilder#methods-Border(System.Int32,System.String,Kendo.Mvc.UI.ChartDashType)

(runnable Dojo on preview)
http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#configuration-series.border

Unfortunately, my tests show that this is currently not possible for the Kendo UI BoxPlot Chart in particular due to an issue on our part. I have logged this issue and you may follow its progress at:

https://github.com/telerik/kendo-ui-core/issues/3641

Please accept our apology for any inconvenience this may have caused. I am afraid that I do not have a workaround for the moment so choosing another chart is probably better while we fix this issue.

Kind Regards,
Alex Hajigeorgieva
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Charts
Asked by
Sumanth
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Sumanth
Top achievements
Rank 1
Alex Hajigeorgieva
Telerik team
Share this question
or