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
10

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.
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
Declined
Last Updated: 27 Jul 2021 14:37 by ADMIN
Created by: Rajsanil
Comments: 1
Category: Charts
Type: Feature Request
2
Organisation Chart Like Web form. kindly provide this control very helpful
Declined
Last Updated: 22 Jun 2021 14:34 by ADMIN
Created by: Imported User
Comments: 1
Category: Charts
Type: Feature Request
2
I would like to have two-way data binding on some properties that are set by components themselves. Currently no output is offered for things like the min and max values of axes. It seems they can only be set, not read.

Ideally, I would like to do something like this:
        <kendo-chart-y-axis-item [(max)]="yMax" [(min)]="yMin">
        </kendo-chart-y-axis-item>

    <input type="number" [(ngModel)]="yMin" />
    <input type="number" [(ngModel)]="yMax" />


Declined
Last Updated: 22 Jun 2021 14:31 by ADMIN
Created by: Andrew
Comments: 2
Category: Charts
Type: Feature Request
2
It would be great to have some support for charting hierarchical data in the Angular 2 Components.  It would be especially nice to see something like the old TreeMap widget brought into the library and extended such that the data visualization could change (specifically a sunburst chart option would be really nice).  Additionally, it would be great if there were native functionality in the component to drill deeper into the hierarchy rather than always having to look at the top level view (i.e. clicking a sub node would "zoom in" to view it as the new root level node).

This example treemap and sunburst (implemented using d3.js) are along the lines of what I'm suggesting.

http://mbostock.github.io/d3/talk/20111018/treemap.html
http://bl.ocks.org/mbostock/4348373
Declined
Last Updated: 22 Jun 2021 14:14 by ADMIN
Created by: Enrico
Comments: 1
Category: Charts
Type: Feature Request
1
Can you implement a new chart like the below reported?
It's a bubble chart without considering the xaxis


https://bl.ocks.org/alokkshukla/3d6be4be0ef9f6977ec6718b2916d168
Declined
Last Updated: 22 Jun 2021 13:46 by ADMIN
Charts that use one or more value axis should expose the means to specify which values on that axis are labeled, instead of basing the labels on the min value of the axis and the major unit.

Ex, using the Angular syntax:

<kendo-chart-value-axis-item
  min="0"
  max="10"
  [labelsAt]="[2.5, 4, 7]"
>

yielding an axis like

----------|------|------------|------------
          2.5     4             7
Declined
Last Updated: 21 Jun 2021 14:19 by ADMIN
Created by: Rajsanil
Comments: 1
Category: Charts
Type: Feature Request
1
Provide the animation once select or deselect the legend the visible line in chart should rerender with animation 
Unplanned
Last Updated: 21 Jun 2021 11:17 by ADMIN
Created by: Maksim
Comments: 0
Category: Charts
Type: Feature Request
3
Display a callout arrow for the Chart tooltips (similar to the callout arrow of the Tooltip component).
Declined
Last Updated: 16 Jun 2021 13:36 by ADMIN
Created by: yaron
Comments: 1
Category: Charts
Type: Feature Request
1
add native support for displaying the series stack label. 
as for today doing so is a work around using the labels property of seriesDefaults.
Duplicated
Last Updated: 16 Jun 2021 12:59 by ADMIN
Created by: Imported User
Comments: 0
Category: Charts
Type: Feature Request
7
Please add a Gantt and Resourcechart component.

See anychart