It'd be useful to have more things built into DataViz to allow for keyboard accessibility and screenreader usage of the charts.
Your silverlight Timebar is Briliant. I suggest you implement something like that(maybe a litle less complex) in KendoUI.
Would it be possible to change the position of the navigator ? It would be nice to be able to choose between top and bottom.
allow zooming on both axes separately and together ex. scroll over chart - zoom both axes (unless any of axes locked) scroll/drag category axis - Y axis locked zoom scroll/drag value axis - X axis locked zoom Zoom to default - dblclick on chart.. or button or whatever
I would like to be able to see each of the y-axis values plotted along, for example, each of the values of a line or stacked chart, at all times.
It would be nice be able to have a "broken" value axis on charts. Particularly bar charts, but it may apply to others. Something to this effect: http://peltiertech.com/images/2011-11/Ybroken.png
Hi, What I am looking for is a "better" way of carrying out the manual calculation for label skipping: http://www.telerik.com/forums/how-to-access-charts-(chartarea)-width-to-calculate-labels-step(x) Preference would be similar functionality to the categoryAxis itself (autoBaseUnitSteps/baseUnitStep/maxDateGroups) but it would only affect the labelling without aggregating the data. Assuming similar functionality to CategoryAxis using a step of "auto" the maxDateGroups should also have an "auto" setting that would adjust the max groups so that the labels never overlap. Thanks
outliers: [0,0,0.5,6,7,11]
I.e. For the list of outliers above, I'd like to have all even outliers green and odd outliers red.
Green: 0, 0, 6
Red: 0.5, 7, 11
Hi Team,
I would like to request the built-in functionality for the Kendo UI Chart to Select/Unselect all the series from the Legend. Perhaps a checkbox next to the Legend can be used to Select All/Unselect All. Currently, I have some custom logic where I am able to complete this, but it would be nice to have it built-in to the API.
Thank you!
I want to be able to allow showing tooltip on mouseclick, instead of showing it on hover a slice/point/bar. This should be configurable - what event should trigger a tooltip.
Feature request
The Kendo UI ToolTip exposes the AutoHide functionality. However, this option could not be configured for the labels' tooltip of the Kendo UI Chart
Expected/desired behavior
Be able to configure the AutoHide of the chart's tooltips. When the user hovers out, the tooltip should be persisted until a mouse click is present.
Environment
* **Kendo UI version:** 2019.3.1023
* **jQuery version:** 1.12.4
* **Browser:** [all]
It would be great if hierarchical chart types were available. Currently there's not a good way to represent hierarchical data outside of a TreeMap, but TreeMaps don't always work well (particularly for small datapoints). An ideal chart type would be the sunburst chart (nested pie/donut charts), as it can have multiple layers, hide a segment (and all children), and potentially zoom into child layers.
There are a variety of sunburst examples currently out there from other Javascript libraries:
d3 (one of many variations): https://observablehq.com/@d3/zoomable-sunburst
Highchart: https://www.highcharts.com/demo/sunburst
Syncfusion: https://www.syncfusion.com/jquery/javascript-ui-controls/sunburst-chart
The bar chart should read the value for the first day or the week from the current culture set with kendo.culture.
As they are, plotbands are meaningless. There should be a facility to attach a permanent label or at least a tooltip to the plotband areas.
It is currently possible to add titles to the Chart, Category and y-Axis, however there is no option to add a title to the legend box.
Hi Team,
I'd like to request the ability to display a table for the X-Axis Label of the Kendo UI Chart as a built-in configuration.
Thank you.
Feature request
Introduce a regression line in the Kendo UI Chart that should be automatically calculated and included in the chart.
Current behavior
Explicitly calculate the values for the regression line based on the values from the main series and create a new series in the chart.
Pie chart labels are not properly rendered when exported to image.
The issue can be reproduced here: