-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
BugC: ChartFP: PlannedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: LowjQuery
Milestone
Description
Bug report
Ticket ID: 1421614
Reproduction of the problem
Current behavior
Expected/desired behavior
We should be able to correctly round the logarithmic chart value axis.
Workaround
Use the xAxis.labels.template
labels: {
template: function(e){
return parseFloat(e.value.toFixed(15));
}
}
Environment
- Kendo UI version: 2023.3.1114
- jQuery version: 3.4.1
- Browser: [ Chrome ]
Metadata
Metadata
Assignees
Labels
BugC: ChartFP: PlannedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: LowjQuery