Skip to content

ValueAxis rounding different in Chrome #5188

@Alex-Bubblemaster

Description

@Alex-Bubblemaster

Bug report

Ticket ID: 1421614

Reproduction of the problem

Dojo

Current behavior

Chrome:
image

Edge
image

FF
image

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));
   }
}

Dojo

Environment

  • Kendo UI version: 2023.3.1114
  • jQuery version: 3.4.1
  • Browser: [ Chrome ]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions