From 3247e3e62016de225b89089de04eb46420694d98 Mon Sep 17 00:00:00 2001 From: Sooraj Date: Wed, 23 May 2018 13:56:44 -0400 Subject: [PATCH] Added a new type surface for 3d surface plots @soorajpudiyadath --- types/plotly.js/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/plotly.js/index.d.ts b/types/plotly.js/index.d.ts index ac35dc064b..fbb94d4a5f 100644 --- a/types/plotly.js/index.d.ts +++ b/types/plotly.js/index.d.ts @@ -7,6 +7,7 @@ // Dadstart // Jared Szechy // Drew Diamantoukos +// Sooraj Pudiyadath // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 @@ -356,7 +357,7 @@ export type Color = string | Array | Array