Current Label Position, Padding & Rotaton helps to adjust the label. Am looking to get implement a approch where each slice/Wedge represent with a unique name so like to show the x axis label in the middle of the slice/wedge instead of label appearing along with the line. The same case in Y Axis to show the label in the middle of the circle instead on the line of the circle to make it clear on the each circle represnt the entire circle. How to achive those or any alternative for the same
Add ability to add an additional title (sub-title) below the chart title and style differently that title
It would be very helpful if we could catch the click on a plotband to enable interaction or create clickable regions on the chart
A way to show differences between the labels for example assigning color red to a negative value
When hovering over a chart data item (e.g. circle), the jqeury "mouseleave" is activated almost immidiately - the "mouseleave" event is fired before I actually leave the circle. This causes the tooltip to remain, the circle itself is shown as "onHover" (e.g. filled) - but the line is removed, since "mouseleave" is fired and this is where I remove the line. here's an example based on kendoui example: http://dojo.telerik.com/eqaLO Note the "Status" at the bottom of the chart - it is "Hover" when you start the hover and "Left" after leaving the circle (according to the event). I believe a "seriesLeave" event could solve this.
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
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
the dashed line in the chart is showing correctly in IE 10, but when exporting to a png image with the function exportImage, the dashed line becomes a solid line. I've been told that this can be solved with kind of polyfilling, you guys should really make this work, the reason is that this works in Chrome, for the sake of your product consistency, this feature should also work in IE. if there is a possibility to fix an issue, I think we'd better make it. Regards Z. Wang
We currently use ObjectPlanets EasyCharts and they allow you to define a drill-down URL that can be associated with each line or bar. This allows us to have a bar chart on a page with a data grid. When the user clicks a bar, a URL is posted to the server that populates the data grid with more detail on the selected chart item.
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
User want to drag the series point as well as series line(whole series line) in any direction, so the user can move the series where he want, please refer the below URL, where user can move the series point in vertical direction only, likewise the user want to drag the series point as well as series line in any direction, so he can set the threshold limit where he want by using the custom series and analysis the chart against his threshold limit http://jsfiddle.net/SpaceDog/QsKaJ/1/
At this time rendering a chart based on a large amount of data takes a while during that period: - loading animation stops moving - browser does not respond to any action - worst case the bowsers long-running-script alert appears Suggestions: - Would it be possible (for telerik) to do the rendering of chart in a JS web worker (JS background thread)? - and/or is it possible to cut rendering code into small pieces (common solution to avoid browser message mentioned above) using setTimeout()? - give user the ability to stop rendering chart (ideally show percentage of rendering progress) Benefits: - keep loading animation moving while chart is rendered - letting the user decide to stop the script if it takes too long - suppressing browser message caused by long running script
I want to display a table below the chart with values as in this example - http://telerik.com/help/aspnet-ajax/chart-plot-area-data-table.html I am wondering if Kendo/Telerik can do it? If not, I think it would be a great idea that we be able to manipulate the data in this way?
It appears that label rotation on charts will rotate on the label's center point. If you have long labels for a column chart, then a rotation of "35" would cause labels to start at the wrong spot, and it pretty much unusable in that state. The start of the label should be directly below the chart point in this case. Maybe there should be a way to specify the rotation point on the label...something similar to "start", "middle", "end". In my example, if I could tell it to rotate 35 degrees from the beginning of the label, it would render correctly.
I want Tooltips to have a default date format for each chart base unit, for any date, like #:category#, appearing in them. Right now I have to use a custom template script and do all kinds of clever math to figure out what the base unit is, if it's set to auto. Also all Chart types should have access to category name in tooltip.format, using {1} or similar.
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.
Would like to have the ability to multi-group on chart's x-axis. Sample chart as http://goo.gl/h4l4C3
It would be nice if the charts supported more marker types. Currently only circles, triangles and squares are supported. This poses a problem when you have more than 3 series and want to show distinct markers for each series. I suggest adding support for a cross and star. It would also be nice to support custom marker images.