Skip to content

Time xAxis, scale = false, dataZoom issue #13765

@gauriz

Description

@gauriz

Version

4.9.0

Steps to reproduce

When the xAxis type is set to 'time', and scale = false for xAxis, the dataZoom slider component starts from '01/01/1970' instead of the given startValue, or the series start.

dataZoom options :

"dataZoom": [
        {
            "type": "slider",
            "startValue": 1603232230000,
            "endValue": 1603837030000,
        }
    ]

Xaxis has scale : false, min = 1603232230000, max = 1603837030000

101277091-b9bb6980-37a9-11eb-991f-be31965832ba

What is expected?

DataZoom (slider) should start from xAxis.min to xAxis.max values

What is actually happening?

Starts from 01/01/1970

Metadata

Metadata

Assignees

Labels

bugenThis issue is in English

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions