There should be an option to set the number of labels user want to view at any time on any axis. Currently there is nothing like that and no concrete workaround and the user can implement.
Chart series are defined with custom marker color & type(Triangle, Square). The color applied in the series get reflect in the legend color but the market type defined at series not applied to the legend. By default all the legends are displayed as "Square" is there a way to customize or overrride to get allign with the marker style defined in each series.
Please provide a property that will enable the ValueAxis of Radar Chart to be visible on top of the RadarArea series.
Currently, if the RadarArea Series has the opacity property set to 1.0, it masks the ValueAxis. To make the ValueAxis visible, the RadarArea's opacity should be reduced and this in turn makes the color of RadarArea less appealing.
Please provide a feature whereby we can make the ValueAxis visible through the RadarArea series without compromising on the opacity.
Well basically the idea is as in the topic. Sometimes we need to show something in hh:mm:ss format on y-axis and it's not possible.
Have the possibility to use a specific dashType when the graph is set to "interpolate" for the missing values (null values) Please see the attached image in this thread : http://www.telerik.com/forums/series-missingvalues-interpolate-using-a-different-series-dashtype
Per http://www.telerik.com/forums/auto-rotate-category-labels: Having the option of enabling automatic rotation of category-axis labels when they would otherwise overlay would be very useful. If this is unfeasible, an acceptable compromise would be adding a client-side function that could be called to change the rotation of a rendered chart.
Hi, We often need to modify values of an existing graph (either to change values, or filter existing set). However animation is very ugly when doing this, as it starts the animation from start. It would be awesome if animation could be more configurable, and would allow to control how animation is processed when chart's data is changed. Thanks!
This is different than multi-line labels which I know are supported. Staggered labels would put the 2nd, 4th, 6th, etc. label on a line below. e.g. LABEL LABEL LABEL LABEL LABEL LABEL LABEL LABEL LABEL
Legend displays series type/style in addition to color. Currently it only supports color and displayed as a colored square. In charts with multiple series types/styles it is impossible to distinguish between the different series based on legend only.
Per version "@types/kendo-ui": "2019.3.0" , typings chart label margins and padding (ChartLegendMargin, ChartLegendPadding, ChartLegendLabelsMargin, ChartCategoryAxisItemTitleMargin,... ) don't accept number values, only a dictionary with top, bottom, left and right.
Numbers are correct values for these properties, as shown on https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/configuration/series.labels.padding
I would like to request the functionality to add an image into the series displayed in a Kendo UI Chart instead of it being a color.
Currently the shared tooltip's position gets in the way of actually seeing the current category's series, as well as hindering any attempts to click on any series behind the tooltip.
Ideally, the tooltip should form off to the side of the current category's visible/clickable elements, either dynamically based on room available, or statically based on configuration (top, bottom, left, right).