Telerik Forums
Kendo UI for jQuery Forum
0 answers
8 views

When scrolling  too hard on either side of the chart area, it can "lock me out" and get trapped on the left or right side and I cant hover over it to  zoom in or out anymore. I have found a solution for it but it only works on ZoomEnd, as only then the axis recognize the range of 0 between them, so I still see the flickering of the change for a second when it "locks" and then goes back to normal. 

 

This is part of my zoomEnd function to get the chart back to normal:

            var chart = e.sender;
            var xAxis = chart.options.xAxis;
            var axis = chart._plotArea.axes.find(a => a.options.type === "date");
            if (!xAxis || !xAxis.min || !xAxis.max) return;

            var range = axis.range();

            var min = range.min.getTime();
            var max = range.max.getTime();

            var width = max - min;

            if (width === 0) {
                e.sender.options.xAxis.min = savedAxisRange.min;
                e.sender.options.xAxis.max = savedAxisRange.max;
                chart.redraw();
                return;
            }

 

This is how my chart normally looks:



This is how it looks when the chart locks:

This is what it does when it "locks":

 

I'm not sure if there's anything to do to be able to predict it so the UI doesn't show the second of the plot getting trapped and then going back to the previous range.

 

Kenia
Top achievements
Rank 1
Iron
 asked on 15 Apr 2026
1 answer
35 views

Would like to check if this chart is possible using kendo chart

Normal scenario where there is score difference between current and previous year

Chart 1

 

Scenario if multiple domains score the same for highest/ lowest score

 

Scenario if there is no change compared to the previous report 

 

Scenario if all domains score the same for highest/ lowest score

Mobile display

 

 

 

 

Eyup
Telerik team
 answered on 24 Mar 2026
1 answer
46 views

this image below is the expected outcome

Expected Chart

 

dojo link of what i have done

 

chart will load upon clicking on the various buttons

Joven
Top achievements
Rank 2
Iron
 answered on 20 Mar 2026
1 answer
90 views

would like to check if the following chart layout is possbile for Kendo Bar chart?

 

and also i would like to have an onHover event that will change the chart color. for example if i hover on the category or chart for Strategy Development to change its color to like this

Neli
Telerik team
 answered on 26 Feb 2026
1 answer
168 views

Hi Telerik team!

I'm trying to scale my linechart by setting zoom Css property, but this is affecting mouse events and messing up the tooltip position and the marking wrong focused item.

As you can see here:

https://dojo.telerik.com/RQNGZUUK

So, is possible to scale linechart without affect mouse events?

Regards,

Gustavo

Nikolay
Telerik team
 answered on 22 Sep 2025
1 answer
177 views

Helllo

I have a Donut chart working well (see attachment). When I hover over it the category shows its tooltip. I would now to make the Donut clickable. When I click on a category an event would let me know the clicked category for taking further actions. Is something like that possible?

Jay
Top achievements
Rank 3
Bronze
Iron
Iron
 updated answer on 26 Aug 2025
3 answers
88 views

i am trying to render my chart with rounded corner at the side. but cant seems to get it to work.

 

dojo link

 

Expected result

Yordan
Telerik team
 answered on 12 Aug 2025
3 answers
109 views

Hi,

would like to render bar for 0 value.

this is my dojo link that is not working as expected

Jay
Top achievements
Rank 3
Bronze
Iron
Iron
 answered on 22 Jul 2025
1 answer
75 views

current chart is looking like this

 

I want to be able to scale the value axis based on the highest value in the data.

For example, if the highest value is 10,000

The value axis will show 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10

The label to display Amount ($k) 

Jay
Top achievements
Rank 3
Bronze
Iron
Iron
 answered on 18 Jul 2025
1 answer
61 views

categoryaxis.labels.font and seriesDefault.labels.font string set not apply

dojo link

Nikolay
Telerik team
 answered on 08 Jul 2025
Narrow your results
Selected tags
Tags
Grid
General Discussions
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
ScrollView
Switch
TextArea
BulletChart
Licensing
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?