|
|
@ -34,6 +34,7 @@ export type Events = { |
|
|
|
|
|
|
|
|
|
|
|
export type Options = { |
|
|
|
export type Options = { |
|
|
|
margin?: Margin; |
|
|
|
margin?: Margin; |
|
|
|
|
|
|
|
// obsolete property, use events instead
|
|
|
|
eventsCallbacks?: Events; |
|
|
|
eventsCallbacks?: Events; |
|
|
|
events?: Events; |
|
|
|
events?: Events; |
|
|
|
axis?: AxesOptions; |
|
|
|
axis?: AxesOptions; |
|
|
|