Skip to content

[BUG] Incorrect chart offset for yAxis labels #4441

@instant1100

Description

@instant1100

Expected Behavior

Show full yAsix label.

Current Behavior

Shows only the fractional part.
First off all Chart.js calculation L1 width (in my case used longestText for all tick), but after that chart.js add several ticks.
[0, 1, 2, 3] => [0, 0.5, 1, 1.5, 2, 2.5, 3]

Steps to Reproduce (for bugs)

jsfiddle

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions