Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions types/zingchart/es6/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down