Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.
This repository was archived by the owner on May 19, 2026. It is now read-only.

allow user input hv | vh | hvh | vhv #13

Description

@todo

// TODO allow user input hv | vh | hvh | vhv
configs.config.stepType = 'vh';
} else if (['hv', 'vh', 'vhv', 'hvh'].includes(spec.layer[0].mark.interpolate)) {
configs.config.stepType = spec.layer[0].mark.interpolate;
}
}


This issue was generated by todo based on a TODO comment in f18179e when #9 was merged. cc @antvis.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions