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
Hi, Dmitry,
Just a quick note to let you know that we have a duplicate feature request and I added a vote on your behalf here:
https://feedback.telerik.com/aspnet-core-ui/1357630-duplicate-drill-down-in-donut-chart
Kind
Regards,
Alex Hajigeorgieva
Progress Telerik
Hello, Dmitry,
I have already responded to you in the private thread that you have submitted and will paste my response here as well.
==========================================
Unfortunately, the zooming functionality is currently only available for Cartesian series.
I have transferred this thread to our feedback portal so people can upvote it. The more votes an idea attracts, the sooner it would be implemented.
Meanwhile, you could use the chart events like seriesClick to drill down programmatically if this is the desired behaviour. In case it is not, please provide some more details on what is expected to occur when the user zooms with the mousewheel.
Look forward to hearing back from you.
Kind Regards,
Alex Hajigeorgieva
Progress Telerik