mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
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:
Vendored
+1
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user