Skip to content

refactor: rewrite segment helpers to ts #11122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
fix: _chart type
  • Loading branch information
Arantiryo committed Jan 30, 2023
commit 03f001d55a8edd4e931844342e1e4c8ffb816ddb
2 changes: 1 addition & 1 deletion src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ export interface LineElement<T extends LineProps = LineProps, O extends LineOpti
_loop: boolean;
_fullLoop: boolean;
_datasetIndex: number;
_chart: AnyObject;
_chart: Chart;
}

export declare const LineElement: ChartComponent & {
Expand Down