katucharts.js 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,7 @@ export declare function resolveContainer(containerOrId: string | HTMLElement): H
5
5
  export declare function getElementDimensions(el: HTMLElement, heightAspectRatio?: number): {
6
6
  width: number;
7
7
  height: number;
8
+ heightMeasured: boolean;
8
9
  };
9
10
  export declare function createDiv(className?: string, parent?: HTMLElement): HTMLDivElement;
10
11
  export declare function removeElement(el: Element | null): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "katucharts.js",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "D3.js charting library with a simple declarative interface",
5
5
  "type": "module",
6
6
  "main": "./dist/katucharts.umd.js",