Compare commits

..

No commits in common. 'd89b80a18015f06089537844e04c277b80812603' and 'b3e7f943ad54d0f602cfc67fc0871c36a1082945' have entirely different histories.

  1. 1
      src/types.ts

1
src/types.ts

@ -23,7 +23,6 @@ export type LineOptions = Options & {
x: number;
y: number;
}, range: AxisRange[]) => void;
mouseMove?: (evt: MouseObj) => void;
contextMenu?: (position: {
x: number;
y: number;

Loading…
Cancel
Save