From 4ad9d20428487faf183f917ca6fe90cab06ac403 Mon Sep 17 00:00:00 2001 From: dwhitney Date: Fri, 15 Mar 2019 13:54:59 -0400 Subject: [PATCH] removed 'children' SeriesLines.DataObject. (#33876) * removed 'children' SeriesLines.DataObject. It is not mentioned in the API documentation, and there was no comment with a link to the API docs like the other properties in the DataObject Interface. * added dwhitney as a contributor --- types/echarts/index.d.ts | 1 + types/echarts/options/series/lines.d.ts | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/types/echarts/index.d.ts b/types/echarts/index.d.ts index 1332f0114a..41b3fe801f 100644 --- a/types/echarts/index.d.ts +++ b/types/echarts/index.d.ts @@ -7,6 +7,7 @@ // Roman // Bilal // TMTron +// dwhitney // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 diff --git a/types/echarts/options/series/lines.d.ts b/types/echarts/options/series/lines.d.ts index 957acf0ac7..de22abf5fb 100644 --- a/types/echarts/options/series/lines.d.ts +++ b/types/echarts/options/series/lines.d.ts @@ -13253,8 +13253,6 @@ declare namespace echarts { */ name?: string; - children: [DataObject]; - /** * An array includes two ore more than two coordinates. * Each coordinate could be `[x, y]` in