mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Fixes LineChart subclass
This commit is contained in:
Vendored
+1
-1
@@ -263,7 +263,7 @@ declare module DC {
|
||||
radius: number;
|
||||
}
|
||||
|
||||
export interface LineChart extends StackMixin<BarChart>, CoordinateGridMixin<BarChart> {
|
||||
export interface LineChart extends StackMixin<LineChart>, CoordinateGridMixin<LineChart> {
|
||||
interpolate: IGetSet<string, LineChart>;
|
||||
tension: IGetSet<number, LineChart>;
|
||||
defined: IGetSet<Accessor<any, boolean>, LineChart>;
|
||||
|
||||
Reference in New Issue
Block a user