From afd7ad1764d50ba08bfde7b73f8ce2c2e40c93e0 Mon Sep 17 00:00:00 2001 From: Mitchell Stanford <51683677+Mitchell-TallyIT@users.noreply.github.com> Date: Thu, 16 Apr 2020 09:42:37 +1000 Subject: [PATCH] Add missing plotly.js layout property "colorway" (#43913) * Add new/missing Plotly Plot Data type "Sunburst" * Add and export PlotType * Add missing plotly.js layout property "colorway" --- types/plotly.js/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/plotly.js/index.d.ts b/types/plotly.js/index.d.ts index 101d3678a0..089461ead3 100644 --- a/types/plotly.js/index.d.ts +++ b/types/plotly.js/index.d.ts @@ -220,6 +220,7 @@ export function deleteFrames(root: Root, frames: number[]): Promise;