KLineChart
KLineChart copied to clipboard
[Bug] No type definitions for 'klinecharts/lib/mark/shapeHelper'
Version
8.6.1
Steps to Reproduce
Current Behavior
Cannot import without // @ts-ignore
Expected Behavior
Type definitions to allow imports.
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
Docs specify using import { ... } from 'klinecharts/lib/mark/shapeHelper'
, but the correct path is klinecharts/lib/shape/shapeHelper
, which also does not have typescript support
Documentation has some errors.
Not just the documentation but the typescript support as well.
I will write the declaration file.
V9 has been reconstructed with typescript, so don't worry about such problems.