realchart 1.4.21 → 1.4.22

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Pictogram v1.4.21
3
+ * RealChart Pictogram v1.4.22
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/ie/split.ie.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Split v1.4.21
3
+ * RealChart Split v1.4.22
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/ie/treemap.ie.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Treemap v1.4.21
3
+ * RealChart Treemap v1.4.22
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/ie/vector.ie.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Vector v1.4.21
3
+ * RealChart Vector v1.4.22
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Wordcloud v1.4.21
3
+ * RealChart Wordcloud v1.4.22
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/index.d.ts CHANGED
@@ -5381,6 +5381,20 @@ interface ChartOptionsOptions extends ChartItemOptions {
5381
5381
  * @default true
5382
5382
  */
5383
5383
  animatable?: boolean;
5384
+ /**
5385
+ * false로 지정하면 차트 전체에서 마우스 hover 상호작용을 비활성화한다.<br/>
5386
+ * tooltip, pointHovering, seriesHovering, crosshair 등 hover 기반 기능이 모두 작동하지 않는다.<br/>
5387
+ *
5388
+ * @default true
5389
+ */
5390
+ hoverable?: boolean;
5391
+ /**
5392
+ * false로 지정하면 차트 전체에서 마우스 click 상호작용을 비활성화한다.<br/>
5393
+ * onPointClick, 범례 클릭, annotation 클릭 등 클릭 기반 기능이 모두 작동하지 않는다.<br/>
5394
+ *
5395
+ * @default true
5396
+ */
5397
+ clickable?: boolean;
5384
5398
  /**
5385
5399
  * javascript에서 숫자 단위로 전달되는 날짜값은 기본적으로 local이 아니라 new Date 기준이다.<br/>
5386
5400
  * 그러므로 보통 숫자로 지정된 날짜값은 utc 값이다.
@@ -10267,6 +10281,8 @@ interface IChart {
10267
10281
  isSplitted(): boolean;
10268
10282
  animatable(): boolean;
10269
10283
  loadAnimatable(): boolean;
10284
+ hoverable(): boolean;
10285
+ clickable(): boolean;
10270
10286
  _needAxes(): boolean;
10271
10287
  seriesByName(series: string): Series;
10272
10288
  axisByName(axis: string): Axis;
@@ -10413,6 +10429,8 @@ declare class ChartObject extends EventProvider<IChartEventListener> implements
10413
10429
  _createChart(config: any): IChart;
10414
10430
  animatable(): boolean;
10415
10431
  loadAnimatable(): boolean;
10432
+ hoverable(): boolean;
10433
+ clickable(): boolean;
10416
10434
  getAxisOf(annotation: Annotation, isX: boolean): IAxis;
10417
10435
  isValidAxis(axis: IAxis): boolean;
10418
10436
  getTooltipContext(scope: TooltipScope, series: ISeries, point: DataPoint): ITooltipContext;
@@ -12568,12 +12586,6 @@ interface ContinuousAxisOptions extends AxisOptions {
12568
12586
  * 계산값과 무관하게 최대값을 지정하려면 {@link strictMax}을 사용한다.
12569
12587
  */
12570
12588
  maxValue?: number;
12571
- /**
12572
- * data point의 이 축 값이 NaN일 때도 point를 표시할 지 여부.
12573
- *
12574
- * @default true
12575
- */
12576
- nullable?: boolean;
12577
12589
  /**
12578
12590
  * y축 기준값이 필요한 시리즈들({@link https://realchart.co.kr/config/config/series/bar bar} 계열,
12579
12591
  * {@link https://realchart.co.kr/config/config/series/area area})의 {@link https://realchart.co.kr/config/config/series/bar#basevalue baseValue}가