|
|
@ -113,7 +113,7 @@ abstract class ChartwerkPod<T extends TimeSerie, O extends Options> { |
|
|
|
protected zoom?: any; |
|
|
|
protected zoom?: any; |
|
|
|
protected svg?: d3.Selection<SVGElement, unknown, null, undefined>; |
|
|
|
protected svg?: d3.Selection<SVGElement, unknown, null, undefined>; |
|
|
|
protected state: PodState<T, O>; |
|
|
|
protected state: PodState<T, O>; |
|
|
|
protected pan?: any; // TODO: not any;
|
|
|
|
protected pan?: d3.ZoomBehavior<Element, unknown>; |
|
|
|
protected clipPath?: any; |
|
|
|
protected clipPath?: any; |
|
|
|
protected isPanning = false; |
|
|
|
protected isPanning = false; |
|
|
|
protected isBrushing = false; |
|
|
|
protected isBrushing = false; |
|
|
|