Declined
Last Updated: 14 Jul 2023 09:58 by ADMIN
Created by: Matthias
Comments: 1
Category: Charts
Type: Feature Request
1

Please provide a global Charts font property that allows to set the font for all Chart elements.

Thank you.

Declined
Last Updated: 14 Jul 2023 09:55 by ADMIN
Created by: ashis
Comments: 2
Category: Charts
Type: Feature Request
1
Add a built-in component for Pictorial Stack Chart as seen in the image 
Unplanned
Last Updated: 15 Jun 2023 06:02 by Cédric
Created by: Cédric
Comments: 0
Category: Charts
Type: Feature Request
7

Hi,

In the current implementation of the Kendo Chart, I'm utilizing the "panable" feature to enable movement of the chart horizontally. However, after zooming, I would prefer to utilize scrollbars instead of dragging to navigate through the chart. I would like to request a feature that allows for this behavior.

Thank you for your consideration.

Declined
Last Updated: 04 May 2023 06:30 by ADMIN
Created by: Tomasz
Comments: 3
Category: Charts
Type: Feature Request
2

We have a case with a chart with values: Date-Value that only applies to working days.

Non of the current options of missingValues ("gap" | "interpolate" | "zero") suits us. Interpolate is the closest option but it pretends to have 2 additional points (Sat & Sun) between Friday and Monday while we prefer just to connect directly Friday and Monday so both label and chart-line shape showns that 4 weeks (28 days) data based chart is based on 20 points and not 28 points (20 real points and 8 interpolated points).

Can this be achived currently? If not can you extend missingValues with additonal option (eg. "ignore") to do as explained above?

 

Thanks,

Tomasz

Declined
Last Updated: 04 May 2023 06:17 by ADMIN
Created by: Luca
Comments: 2
Category: Charts
Type: Feature Request
2
Component kendo-chart-navigator has to be usable also with other chart types not only stockchart.
We think that could be really useful to move it from StockChartModule  to ChartModule and find a way to use it in a new way!

See for example:

http://plnkr.co/edit/CYTIcQYcx3SqSLEFCA59
Unplanned
Last Updated: 14 Mar 2023 14:03 by Dominik
Created by: Dominik
Comments: 0
Category: Charts
Type: Feature Request
2

Hi,

Please provide an option that allows forcing the chart to use whole numbers for its value axis when zooming in or out. It's not something uncommon to have charts that can't have decimals (eg. number of people).

Thank you

Unplanned
Last Updated: 24 Jan 2023 12:10 by Digital
Created by: Digital
Comments: 0
Category: Charts
Type: Feature Request
1

Currently, the Radar Chart cannot be zoomed in/out. Please, provide a zoomable property that would allow the developer to achieve this functionality.

Unplanned
Last Updated: 05 Dec 2022 09:17 by Quentin
Created by: Cédric
Comments: 1
Category: Charts
Type: Feature Request
7

Hi,

Can you improve the behaviour of AxisDefaultLabels content to automatically use multiple lines when labels are overlapped instead of split them manually by using the function ?

 

Actual :

 

Expected :

 

Thank you for your consideration.

Declined
Last Updated: 01 Dec 2022 09:07 by ADMIN
Created by: William
Comments: 3
Category: Charts
Type: Feature Request
0

Please see the attached screenshot. 

On the leftmost  side, the donut chart on the top has dark blue color (Oil). And i am using the same color for the bubble chart below. But the color on the bubble is not showing dark blue but lighter one. Interestingly if i mouse over on the bubble. the color turns dark blue. how can we make it show the right color(dark blue)? and only show lighter blue when mouse over?

this is my template in case you need it. 

 

  <kendo-chart (seriesClick)="onSeriesClick($event)  " style="height:800px">
    <kendo-chart-series>
      <kendo-chart-title text="Efficent Hedging: M-risk by Commodity ({{position}} Portfolio)" [font]="font"></kendo-chart-title>
      <kendo-chart-series-item [labels]="{ visible: true, content: 'test',  color: 'white', background:'none'}" [color]="barColor" type="bubble" [data]="data" xField="x" yField="y" sizeField="y" categoryField="category">
        <kendo-chart-series-item-tooltip>
          <ng-template let-value="value" let-category="category" let-dataItem="dataItem" style="white-space: pre-line">
            <div style="white-space: pre-line">{{tooltip(dataItem )}} </div>
          </ng-template>
        </kendo-chart-series-item-tooltip>

      </kendo-chart-series-item>
      <kendo-chart-x-axis title="xx">
        <kendo-chart-x-axis-item [title]="{ text: 'Liquidity Premium (cost in cents to hedge 1$ of M-risk) ', font: font }" [labels]="{ format: '{0:N0}' }">

          <kendo-chart-x-axis-item-labels format="{0:N0}" [skip]="1" rotation="auto">
          </kendo-chart-x-axis-item-labels>
        </kendo-chart-x-axis-item>
      </kendo-chart-x-axis>
      <kendo-chart-y-axis title="yy">
        <kendo-chart-y-axis-item [title]="{ text: 'M-risk ($MM) ', font:font }" [labels]="{ format: '{0:N0}' }">
        </kendo-chart-y-axis-item>
      </kendo-chart-y-axis>

      <kendo-chart-legend [visible]="true">
      </kendo-chart-legend>
    </kendo-chart-series>
  </kendo-chart>
Unplanned
Last Updated: 28 Oct 2022 07:14 by Becht Service Acount
Created by: Becht Service Acount
Comments: 0
Category: Charts
Type: Feature Request
1
Please provide the ability to customize the series item borders in Heatmap.
Unplanned
Last Updated: 04 Oct 2022 12:43 by Megan

Hi Kendo Theme,

The current behavior will re-render the Chart and the tooltip or crosshair disappear and the user will need again to hover over the series. This behavior can be observed in the following example:

https://stackblitz.com/edit/angular-dmpexe-sf8zoj?file=src%2Fapp%2Fapp.component.ts

The desired behavior would be to keep the popup open or the crosshair present when updating the data.

Thank you for your consideration.

Declined
Last Updated: 11 Aug 2022 08:25 by ADMIN
Created by: Eric
Comments: 2
Category: Charts
Type: Feature Request
0

Enabling Shift-key zooming in the stockChart produces an exception when the user Zooms.

 

I was told by T. Tsonev that this feature is not supported in the stockChart.

 

Here is a example:

https://stackblitz.com/edit/angular-gmoekv-rwu28c?file=app/app.component.ts

 

 

Unplanned
Last Updated: 22 Jul 2022 15:51 by ADMIN
Created by: Denise
Comments: 3
Category: Charts
Type: Feature Request
11

Hi,

Is it possible to have synchronized crosshairs for the category axis when there are two or more chart panes in the same chart?

The desired effect I would like to have would look something like this (attached in kendo crosshair.png). Even better if a tooltip can also appear in the other chart pane at the same time (the one not being hovered over).

So far, I have seen that this isn't possible based on this post elated post for jQuery: https://www.telerik.com/forums/stacked-plot-with-separate-y-axis

 

What I have tried so far to no avail is to take the chart's plotAreaHoverEvent: https://www.telerik.com/kendo-angular-ui/components/charts/api/PlotAreaHoverEvent/, grab the instance of the chart (event.sender) and try to look for a way to make the other chart pane's crosshair appear, but it appears this isn't doable as the crosshair appears to only be rendered when the mouse enters the chart pane area.

Thanks!

Declined
Last Updated: 30 Jun 2022 09:16 by ADMIN
Created by: Markus
Comments: 2
Category: Charts
Type: Feature Request
0

When the chart is configured to use the selection zoom. One must press the Shift-Key and select an area inside the chart to zoom.

I the chart shows tooltips, in most cases the tooltip pops up under the cursor and it is not possible to select an area.

The tooltip shoud be disabled, when the shift-key (or the configured key) is pressed inside the chart area.

Unplanned
Last Updated: 16 Jun 2022 07:40 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Charts
Type: Feature Request
2

Currently, the width property is available only for horizontally oriented legend:

image

Provide an option to set the width of the legend when orientation is set to vertical.

Unplanned
Last Updated: 20 May 2022 11:06 by Balu
Created by: Balu
Comments: 0
Category: Charts
Type: Feature Request
1

Hi,

Please provide an option to render a Legend for the Chart Pane components.

thanks

Unplanned
Last Updated: 28 Apr 2022 10:45 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Charts
Type: Feature Request
1
It would be beneficial if the Charts had an animation functionality that does not trigger a complete redraw of the chart when some of the data changes its value. Instead only the updated data points could be moved, e.g. maybe something along the lines of animating the data points moving up or down in accordance with the changes in their values.
Declined
Last Updated: 23 Sep 2021 09:53 by ADMIN
Created by: Alvin
Comments: 2
Category: Charts
Type: Bug Report
0

Hi,

This documentation Stackblitz demo is broken (see screenshot below for details).

Completed
Last Updated: 02 Aug 2021 09:36 by ADMIN
For our line chart it would help a lot to be able to display the date (category) along with the value when the user hovers over with the mouse.

If dataItem was added to ChartSeriesTooltipTemplate then that would allow full flexibility, which would be nice.

http://www.telerik.com/kendo-angular-ui/components/charts/api/TooltipComponent/#toc-format

http://www.telerik.com/kendo-angular-ui/components/charts/api/SeriesTooltipTemplateDirective/
Unplanned
Last Updated: 27 Jul 2021 15:18 by ADMIN
Created by: Tomasz
Comments: 0
Category: Charts
Type: Feature Request
5
Colour gradient on AreaChart would look great - see workaround below:

https://stackblitz.com/edit/angular-x1vrhq?file=app/app.component.ts