@operato/chart 7.0.15 → 7.0.17

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/src/types.d.ts CHANGED
@@ -41,6 +41,9 @@ declare namespace OperatoChart {
41
41
  valueSuffix?: string
42
42
  valueFormat?: string
43
43
  displayValue?: boolean
44
+ dataLabelAnchor?: string
45
+ dataLabelOffset?: number
46
+ dataLabelRotation?: number
44
47
  [key: string]: any
45
48
  }
46
49
 
@@ -16,6 +16,9 @@
16
16
  "label.chart-type": "chart type",
17
17
  "label.color": "color",
18
18
  "label.data-key": "data reference",
19
+ "label.data-label-anchor": "position",
20
+ "label.data-label-offset": "offset",
21
+ "label.data-label-rotation": "rotation angle",
19
22
  "label.display-tick": "display tick",
20
23
  "label.fill": "fill",
21
24
  "label.font-color": "font color",
@@ -16,6 +16,9 @@
16
16
  "label.chart-type": "チャートタイプ",
17
17
  "label.color": "色",
18
18
  "label.data-key": "データ参照",
19
+ "label.data-label-anchor": "位置",
20
+ "label.data-label-offset": "オフセット",
21
+ "label.data-label-rotation": "回転角度",
19
22
  "label.display-tick": "目盛表示",
20
23
  "label.fill": "塗り",
21
24
  "label.font-color": "フォント色",
@@ -16,6 +16,9 @@
16
16
  "label.chart-type": "차트 유형",
17
17
  "label.color": "색상",
18
18
  "label.data-key": "데이터 참조",
19
+ "label.data-label-anchor": "위치",
20
+ "label.data-label-offset": "오프셋",
21
+ "label.data-label-rotation": "회전각",
19
22
  "label.display-tick": "눈금 표시",
20
23
  "label.fill": "채우기",
21
24
  "label.font-color": "폰트 색상",
@@ -16,6 +16,9 @@
16
16
  "label.chart-type": "jenis carta",
17
17
  "label.color": "warna",
18
18
  "label.data-key": "rujukan data",
19
+ "label.data-label-anchor": "kedudukan",
20
+ "label.data-label-offset": "offset",
21
+ "label.data-label-rotation": "sudut putaran",
19
22
  "label.display-tick": "paparan tanda",
20
23
  "label.fill": "isian",
21
24
  "label.font-color": "warna fon",
@@ -16,6 +16,9 @@
16
16
  "label.chart-type": "图表类型",
17
17
  "label.color": "颜色",
18
18
  "label.data-key": "数据引用",
19
+ "label.data-label-anchor": "位置",
20
+ "label.data-label-offset": "偏移",
21
+ "label.data-label-rotation": "旋转角度",
19
22
  "label.display-tick": "显示刻度",
20
23
  "label.fill": "填充",
21
24
  "label.font-color": "字体颜色",