Skip to content

Commit ca4ef23

Browse files
authored
Add legendgrouptitle and legendrank to PlotData
Added missing properties of PlotData legendgrouptitle: plotly/plotly.js#5260 Plotly attributes file with legendgrouptitle and legendrank right below: https://github.com/plotly/plotly.js/blob/ab5e16afc34fa4f22efffef129f811381580e0fe/src/plots/attributes.js#L57
1 parent 93650df commit ca4ef23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/plotly.js/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,8 @@ export interface PlotData {
13151315
fillpattern: Partial<Pattern>;
13161316
showlegend: boolean;
13171317
legendgroup: string;
1318+
legendgrouptitle: string;
1319+
legendrank: number;
13181320
parents: string[];
13191321
name: string;
13201322
stackgroup: string;

0 commit comments

Comments
 (0)