From 88dbb2bdecbc9b59d472c2496be4f1706b5bc279 Mon Sep 17 00:00:00 2001 From: glitch4347 Date: Wed, 13 Mar 2024 12:04:17 +0100 Subject: [PATCH] comment about obolure eventsCallbacks --- src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.ts b/src/types.ts index ded6298..193e500 100644 --- a/src/types.ts +++ b/src/types.ts @@ -34,6 +34,7 @@ export type Events = { export type Options = { margin?: Margin; + // obsolete property, use events instead eventsCallbacks?: Events; events?: Events; axis?: AxesOptions;