Skip to content

bug when animating Scattergl #6251

Open
@alexturcea

Description

@alexturcea

for(i = 0; i < count; i++) {

Shouldn't this line be
for(i = 0; i < cdata.length; i++) {

? It fixes the issue on my side.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2considered for next cyclebugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions