Unplanned
Last Updated: 25 Feb 2020 09:36 by ADMIN
Created by: George
Comments: 7
Category: Chart
Type: Feature Request
0

Hello,

We have an issue where encoded characters (for example: ö) in the chart category field cause the label to be misaligned.

You can see this in the following dojo example here: https://dojo.telerik.com/aMEYaziy

This dojo is based on your example (https://demos.telerik.com/kendo-ui/bar-charts/index) but I've added an encoded 'รถ' character to the label for Februrary.

In our application we are passing our the labels down via ajax, and defining the field in series.categoryField (as oposed to the hard-coded values in your demo and dojo), but the effect is the same.

Please let us know what the problem is and how we can resolve it.

Thank you,

George

Unplanned
Last Updated: 12 Feb 2020 12:01 by ADMIN
Created by: Dirk
Comments: 0
Category: Chart
Type: Feature Request
14
add delay parameter for the chart tooltips (like showAfter property for the kendo.ui.tooltip) so you're able to configure if you'd like to see a tooltip if you just move the mouse pointer over a chart.
Parameter should be available on all wrappers esp. MVC.
Unplanned
Last Updated: 03 Feb 2020 11:35 by ADMIN

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

Unplanned
Last Updated: 24 Jan 2020 16:42 by ADMIN
Created by: Rob
Comments: 1
Category: Chart
Type: Feature Request
1
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.
Unplanned
Last Updated: 24 Jan 2020 16:42 by ADMIN
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.
Unplanned
Last Updated: 24 Jan 2020 16:40 by ADMIN
Created by: Daihua
Comments: 0
Category: Chart
Type: Feature Request
4


I suggest to add some simple arithmetic for the stack values and display them as label to explain the chart in a profession way. Such as showing the total time of all usage for the meeting room. So use sum({0}, {1}) and display it on top of the bar chart.
Unplanned
Last Updated: 24 Jan 2020 16:36 by ADMIN
Created by: Chris
Comments: 0
Category: Chart
Type: Feature Request
9
The majority of the charts right now choke heavily on large datasets.

http://dojo.telerik.com/urIne - This example shows 20,000 points on a scatterLine chart.  It takes a very long time to render this and, when panning or zooming, the redraw time is huge.  This means it is completely unsuited for any large data sets (I've found anything over ~1000 points creates a major lag for the end user).
Unplanned
Last Updated: 24 Jan 2020 16:19 by ADMIN
Created by: Nathan
Comments: 3
Category: Chart
Type: Feature Request
9
Need the ability to group related bars on UI Chart.  We are not able to accomplish this using spacing and gaps currently.  We have multiple series of data but some of the series of data is related and there is no way to put the bars closer together to show the relationship without bunching all bars for a given interval together.
Unplanned
Last Updated: 24 Jan 2020 16:18 by ADMIN
Created by: Gary
Comments: 0
Category: Chart
Type: Feature Request
2
We dynamically update our charts based off a polling period. If there was tooltip show/hide events, we could suspend polling while the tooltip is visible. Currently, we continue to poll and when the dataSource is updated, the tooltip goes away. This unfortunately leads to another problem that when that tooltip is displayed again, the displayed point no longer resides on the plot line. I'll file a defect report for that.
Unplanned
Last Updated: 24 Jan 2020 16:03 by ADMIN
Created by: Daniel Eliades
Comments: 1
Category: Chart
Type: Feature Request
1
We would like the ability to have the values of the data points on box plots to be displayed next to each plot.  For example it would be useful to know what the high, low, median values were by having the actual numerical values displayed next to the plots on the chart.  
Unplanned
Last Updated: 24 Jan 2020 15:26 by ADMIN
Created by: Jai
Comments: 0
Category: Chart
Type: Feature Request
1
Feature required where user cannot increase/decrease selection range, they can only move the existing selection window.
Unplanned
Last Updated: 24 Jan 2020 15:24 by ADMIN
It would be nice to have a customization on drawing animations of data visualization charts. For example, draw directions, speed.
Unplanned
Last Updated: 24 Jan 2020 09:35 by ADMIN

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:

https://demos.telerik.com/kendo-ui/bar-charts/pan-and-zoom

Unplanned
Last Updated: 24 Jan 2020 07:46 by ADMIN
Created by: Imported User
Comments: 0
Category: Chart
Type: Feature Request
2
This event is useful on mobile device to drill-down serie, while tap (click) is for showing tooltip (or viceversa)
Unplanned
Last Updated: 23 Jan 2020 11:47 by ADMIN
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.
Unplanned
Last Updated: 22 Jan 2020 15:45 by ADMIN
Created by: Hitendra
Comments: 1
Category: Chart
Type: Feature Request
1

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

Unplanned
Last Updated: 22 Jan 2020 15:43 by ADMIN
Created by: Muralidharan
Comments: 0
Category: Chart
Type: Feature Request
6
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/
Unplanned
Last Updated: 22 Jan 2020 15:36 by ADMIN
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

Unplanned
Last Updated: 22 Jan 2020 14:29 by ADMIN
Created by: Imported User
Comments: 2
Category: Chart
Type: Feature Request
17
Would like to have the ability to multi-group on chart's x-axis. Sample chart as http://goo.gl/h4l4C3
Unplanned
Last Updated: 22 Jan 2020 13:49 by ADMIN
Created by: Selvabharathi
Comments: 2
Category: Chart
Type: Feature Request
4
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.