From 7b9fb248b203457cdfbd5d60f52347cfa38f8db1 Mon Sep 17 00:00:00 2001 From: Livingstone Asabahebwa Date: Tue, 11 Apr 2023 01:32:11 +0300 Subject: [PATCH] add x/y attributes to position chart in graphset --- types/zingchart/es6/index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/types/zingchart/es6/index.d.ts b/types/zingchart/es6/index.d.ts index 4864cbcd11c0c8..c3aea7a33c18d3 100644 --- a/types/zingchart/es6/index.d.ts +++ b/types/zingchart/es6/index.d.ts @@ -18303,6 +18303,11 @@ declare namespace zingchart { */ type?: string; }; + /** + * Position your chart using x/y attributes + */ + x?: string | number; + y?: string | number; zoom?: { /** * Sets the transparency level of the object. Values must range between 0.0 and 1.0, with 0.0 being completely transparent and 1.0 be