@corva/ui 0.81.0-14 → 0.81.0-15

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.
@@ -67,14 +67,18 @@ declare function getChartOptions({ seriesCount, recordsCount, labelMinLength, la
67
67
  lineColor: string;
68
68
  lineWidth: number;
69
69
  title: {
70
+ x: number;
71
+ y: number;
70
72
  text: string;
71
73
  style: {
72
74
  fontSize: string;
73
75
  cursor: string;
74
76
  color: string;
77
+ fontFamily: string;
75
78
  };
76
79
  };
77
80
  labels: {
81
+ y: number;
78
82
  padding: number;
79
83
  style: {
80
84
  color: string;
@@ -84,6 +88,7 @@ declare function getChartOptions({ seriesCount, recordsCount, labelMinLength, la
84
88
  yAxis: {
85
89
  gridLineColor: string;
86
90
  labels: {
91
+ x: number;
87
92
  padding: number;
88
93
  style: {
89
94
  color: string;
@@ -93,8 +98,11 @@ declare function getChartOptions({ seriesCount, recordsCount, labelMinLength, la
93
98
  lineColor: string;
94
99
  lineWidth: number;
95
100
  title: {
101
+ y: number;
102
+ x: number;
96
103
  text: string;
97
104
  style: {
105
+ fontFamily: string;
98
106
  fontSize: string;
99
107
  cursor: string;
100
108
  color: string;
@@ -1 +1 @@
1
- {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../src/components/Chart/options.js"],"names":[],"mappings":";AAiBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgLC"}
1
+ {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../src/components/Chart/options.js"],"names":[],"mappings":";AAiBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqLC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/ui",
3
- "version": "0.81.0-14",
3
+ "version": "0.81.0-15",
4
4
  "description": "Shared components/utils for Corva ui projects",
5
5
  "keywords": [
6
6
  "corva-ui"