Would like to have automatic text wrapping enabled feature as was available in obsolete charts in the HtmlChart control as well. https://docs.telerik.com/devtools/aspnet-ajax/controls/chart/features/automatic-text-wrapping#automatic-text-wrapping
it would be good if there is a feature to export to excel the charts.
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.
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 event is useful on mobile device to drill-down serie, while tap (click) is for showing tooltip (or viceversa)
I use it to upload a chart, I'd like to prevent showing the uploaded chart in the browser. Prefer to just upload and then get control back and let my app decided what to do next.
Feature required where user cannot increase/decrease selection range, they can only move the existing selection window.
We may place legend on custom offsets - no such option for title - only top and bottom. Give us more granular control over it and make option to place it on top or behind visualized dataItems. Will give watermark like effect
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.
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
The bar chart I got is drawn form the values which are normalized. I have 7 bar charts which are drawn by looping a csv file and all the values are normalized. When I hover mouse on the bar, I want to see actual values not the normalized. So I need to include a variable in tooltip object of CSS part. But it is not working, please make something regarding this.
We already have click events for the plot area, axis labels, etc., but a click event for the chart title is conspicuously absent. I have received development requests that would require this, but currently have no available workaround to allow it.
It would be very useful to have only some series of a kendo chart be stacked. For instance, to have series 1, 2, and 3 to be stacked with each other, but series 4 to not be stacked.
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
Kendo Chart has setting min/max for the axis. However, when zooming and/or dragging/panning the chart, the min/max values are no longer in effect, therefore the chart ends up displaying values outside of this range. If min/max is used to specify the current axis values, then there should be another to specify the general boundaries/range of the axis. Example: if you have a plot with XAxis min=1950 and max=2050, when zooming the XAxis and depending on the data it will eventually display 1948 and 2060; or, it will stop at 2030 even though I requested XAxis to go up to 2050.
Hi, For example, if you look at this chart in 10 days zoom view, you will notice they skip the weekends, means, they are not drawing empty data points for weekends. It is normal requirements for candle charts in stock market. https://mbshighway.com/features/interactive-charts
One of the basic stock chart features for amcharts\yahoo\google charts is to recalculate a percent axis during comparisons. http://www.amcharts.com/stock-chart/ https://www.amcharts.com/tutorials/disabling-or-enabling-value-axis-recalculation-to-percents/ The stockchart should be more of a widget that allows comparisons that automatically converts to percents during comparisons. For example, in the amcharts you can add\remove stocks easily, and when there are two stocks to compare it automatically shifts to a percent axis. The chart itself does the calculations as they are very standard. For us, this would also need to work in a virtual MVC scenario. Currently, we have to do the calculations either on the client\server, insert\remove\hide\show price\percent axis and legend info etc....just to duplicate other charts that are built in with these features.