🤖 Merge PR #50028 [plotly.js] Update types to allow clickmode in Layout by @markovist

This commit is contained in:
Sava Markovic
2020-12-11 07:26:35 +08:00
committed by GitHub
parent ab56dbf3a6
commit 526f5ee245

View File

@@ -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 {