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