I need the Chart series to be able to use a value of the Model to get their names instead of it always being a manually configured string.
At this stage, the BaseUnit() method of the CategoryAxis configuration does not provide "Milliseconds" option. Is it possible to include it?
The PlotArea option of the DonutChart does not include the Height option that is available in jQuery:
Please reference the support ticket number:
1527560
The radar chart needs support for 2 CategoryAxis similar to the line and column chart. In the ticket above, I have shared a screenshot of how the radar chart would look like. Due to confidential reasons, I am not sharing it on the public Feedback portal.
Dojo example.
The Chart's animation does not work when it is nested in the Splitter.
The Chart's animation should work.
As mentioned in this feature request for area-range chart series: "having area 'scatter' support, such as 'scatterArea', and 'scatterAreaRange', like the existing 'scatterLine', is also desirable".
Please see this forum post for details.
Hello,
Using Donut Chart with provided option for zooming and panning doesn't change appearance.
@(Html.Kendo().Chart()
.Name("tagChart")
.ChartArea(chartArea => chartArea
.Background("transparent").Height(1200).Width(1200))
.Title(title => title
.Text("Dicom Tags")
.Position(ChartTitlePosition.Bottom)
)
.Legend(legend => legend
.Visible(false)
)
.SeriesDefaults(series =>
series.Donut().StartAngle(15)
).Zoomable(z => z.Mousewheel(true))
.Pannable(true)
Is any way to get it working?
Thanks
We have the need to create a chart to display Risk Information. Below is the image of a risk matrix as defined on pages 96 in AFPAM63-128 https://static.e-publishing.af.mil/production/1/saf_aq/publication/afpam63-128/afpam63-128.pdf -- there are more examples on page 101
Another example of a risk matrix can be seen on page 18 here -> https://static.e-publishing.af.mil/production/1/af_se/publication/afi90-802/afi90-802.pdf
I've copied the images here for convenience.
Would it be possible to add this to the Kendo Chart backlog?
For computations in a custom aggregate function it would be very helpful to have the start and end DateTimes for the current category at hand. Right now the category parameter just provides a single DateTime which is the start DateTime of the category. The end DateTime can only be calculated with a workaround provided by Tsvetina
(see this ticket: https://www.telerik.com/account/support-tickets/view-ticket/1386149)