mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
🤖 Merge PR #50028 [plotly.js] Update types to allow clickmode in Layout by @markovist
This commit is contained in:
1
types/plotly.js/index.d.ts
vendored
1
types/plotly.js/index.d.ts
vendored
@@ -468,6 +468,7 @@ export interface Layout {
|
||||
polar9: Partial<PolarLayout>;
|
||||
transition: Transition;
|
||||
template: Template;
|
||||
clickmode: 'event' | 'select' | 'event+select' | 'none';
|
||||
}
|
||||
|
||||
export interface Legend extends Label {
|
||||
|
||||
Reference in New Issue
Block a user