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"
This commit is contained in:
Mitchell Stanford
2020-04-15 16:42:37 -07:00
committed by GitHub
parent 0a06fb368c
commit afd7ad1764
+1
View File
@@ -220,6 +220,7 @@ export function deleteFrames(root: Root, frames: number[]): Promise<PlotlyHTMLEl
// Layout
export interface Layout {
colorway: string[];
title: string | Partial<{
text: string;
font: Partial<Font>;