carbon-charts icon indicating copy to clipboard operation
carbon-charts copied to clipboard

[Bug]: Threshold intermittently does not appear

Open trylaarsdam opened this issue 2 years ago • 1 comments

Contact Details

[email protected]

What happened?

When using a larger dataset (usually 1000+ datapoints), threshold lines will start to intermittently disappear on load. This results in about 60% of the time the thresholds not appearing.

If you hover your cursor over where the threshold should be, the tooltip still appears as normal.

https://user-images.githubusercontent.com/50586094/166743841-5e5ef82f-e5a1-47d9-af11-10c02af124e8.mov

Version

@carbon/charts-vue: 0.57.0

Data & options used

Data: https://pastebin.com/aepRLvst

Thresholds:

[
    {
        "value": "2022-04-26T14:15:47.039Z",
        "label": "auraViaUser",
        "fillColor": "red"
    },
    {
        "value": "2022-05-01T21:38:26.108Z",
        "label": "auraViaUser",
        "fillColor": "red"
    },
    {
        "value": "2022-04-28T19:21:32.744Z",
        "label": "auraViaUser",
        "fillColor": "red"
    }
]

Relevant log output

No response

Codesandbox example

No response

trylaarsdam avatar May 04 '22 17:05 trylaarsdam

Seems to have gone away after disabling animations

(edit) Still happening

trylaarsdam avatar May 05 '22 18:05 trylaarsdam