realchart 1.3.13 → 1.3.14

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.
package/gauge.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Gauge v1.3.13
3
+ * RealChart Gauge v1.3.14
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/gauge.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Gauge v1.3.13
3
+ * RealChart Gauge v1.3.14
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/heatmap.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Heatmap v1.3.13
3
+ * RealChart Heatmap v1.3.14
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/heatmap.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Heatmap v1.3.13
3
+ * RealChart Heatmap v1.3.14
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/index.d.ts CHANGED
@@ -1594,21 +1594,6 @@ declare const _Shapes: {
1594
1594
  * @config
1595
1595
  */
1596
1596
  readonly RECTANGLE: "rectangle";
1597
- /**
1598
- * 수직선
1599
- * @config
1600
- */
1601
- readonly VLINE: "vline";
1602
- /**
1603
- * 수평선
1604
- * @config
1605
- */
1606
- readonly HLINE: "hline";
1607
- /**
1608
- * 직선
1609
- * @config
1610
- */
1611
- readonly LINE: "line";
1612
1597
  };
1613
1598
  /** @dummy */
1614
1599
  type Shape = typeof _Shapes[keyof typeof _Shapes];
@@ -13616,7 +13601,7 @@ declare class ShapeAnnotation extends Annotation<ShapeAnnotationOptions> {
13616
13601
  xRange: number[];
13617
13602
  yRange: number[];
13618
13603
  };
13619
- getShape(): Shape;
13604
+ getShape(): ShapeAnnotationShape;
13620
13605
  protected _doSetSimple(src: any): boolean;
13621
13606
  }
13622
13607