Create another series based on of 2 series in kendo chart. when you have series A and B and want the series C would be series A / series B
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.
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
Feature required where user cannot increase/decrease selection range, they can only move the existing selection window.
For the following use cases: 1. Drag points on a line a) Line chart with three or more colored lines with points on them. User can mouse over and see the value at that point. b) User clicks and drags a point on any of the colored lines c) The graph interactively shows the point moving and the line updating d) User releases the mouse button e) That line is now updated. Mousing over the point will display the new value at that point on the line. 2. Click and edit a point’s value a) Line chart with three or more colored lines with points on them. User can mouse over and see the value at that point. b) User clicks on that point c) At the mouse point (or any other place we determine is best to put the widget), an input area appears d) User inputs a new value e) The line and point update with the new value. Mousing over the point displays the new value As per sales: “These requirements are unfortunately not built in features of the Kendo Chart. We don't offer any way for a user to "click and drags a point on any of the colored lines" nor a built-in approach to click and edit items on the chart.
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
Possibility to have half top, half bottom, half left, half right, quarter top left, quarter top right, quarter bottom left, quarter bottom right in additiont to circle and donut chart. Please add an option to be able to shape the Pie or Donut accordingly
Add some visual indication (scrollbar, arrow image, etc.) to give a hint to the user that the panning is enabled and there are currently not visible items in the chart:
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.
Hi Team,
It would be nice to have a feature in Charts were we can drag and drop the series points especially with Line & Bar charts. This will allow the end user to interact with data visually.
Here is the example link: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/dragdrop/resize-column
Thank You,
Hitendra
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]
Hi,
As you can see in this dojo https://dojo.telerik.com/UTuPeMUw, there is a problem with the grid lines when I set the reverse property to true and the max property to 270 (the grid lines of angles 30, 60 and 90 are hidden).
Thank you
Hi,
As the aggregate function is always very powerful to every chart type, and currently it's supported to most of the charts using category (ex. area line, bar, column, bullet), it would be very nice if you add functionality behind donut pie and funnel charts to handle category aggregation with easy instead of using datasource groupage. My request is to follow this example instead of that one
Best Regards, Boyan.
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.
Hi Team,
I would like to request the CategoryAxis to be sortable for the user to manipulate.
Thank you!
Hi Team,
I would like to request the functionality to be able to align a Kendo UI Chart (such as a column chart) with a Kendo UI Grid. This would used when resizing components to allow for the appearance to match.
Thank you!
### Bug report
When the title of the legend in the Kendo UI Chart widget is longer, the labels are not centered as per the default legend alignment.
### Reproduction of the problem
1) Create a Chart widget and set the title of the legend to "If the title is longer than the series names is not centered anymore is left aligned";
2) The title is centered, but the labels are aligned to the left.
A Dojo sample for reproduction: https://dojo.telerik.com/UBoTOBID
### Expected/desired behavior
The labels of the legend should be centered below the title.
### Environment
* **Kendo UI version: 2021.2.616
* **jQuery version: 1.12.4
* **Browser: [all]
Hi Team,
I'd like to request an easy, built-in way in which a user can split grouped data of a Kendo UI Chart by a specific datafield. For example, let's say I have 2 groups, and each had their own series to be utilized. But those series would have their own series by another dataField. I'd like to show the root group, but display the child series.
Thank you!
Hi Team,
I'd like to request the CategoryAxis.Justified property be supported for other series types of the Kendo UI Chart. In my case, this would be beneficial since I have a combination of a line and box plot Kendo UI Chart.
Thank you!