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.

actual innerRadius #12

Description

@todo

// TODO actual innerRadius
// user input innerRadius may be `px`, but G2Plot treat it as the ratio to the drawing area
configs.config.innerRadius = styles.innerRadius >= 0 && styles.innerRadius < 1 ? styles.innerRadius : 0.6;
}
}
// line chart && area chart


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