@eclipse-scout/chart 22.0.2 → 22.0.10

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/dist/file-list CHANGED
@@ -1,8 +1,8 @@
1
1
  eclipse-scout-chart-fe715d8a9514a9a96afc.min.js
2
2
  eclipse-scout-chart-fe715d8a9514a9a96afc.min.js.LICENSE.txt
3
3
  eclipse-scout-chart-fe715d8a9514a9a96afc.min.js.map
4
- eclipse-scout-chart-theme-c2c033fc70f4a71a6feb.min.css
5
- eclipse-scout-chart-theme-dark-fe6aeb91222b59bd94e5.min.css
4
+ eclipse-scout-chart-theme-4801a2aff3179586b17c.min.css
5
+ eclipse-scout-chart-theme-dark-7429dc23c823152027f3.min.css
6
6
  eclipse-scout-chart-theme-dark.css
7
7
  eclipse-scout-chart-theme-dark.css.map
8
8
  eclipse-scout-chart-theme.css
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-scout/chart",
3
- "version": "22.0.2",
3
+ "version": "22.0.10",
4
4
  "description": "Eclipse Scout chart",
5
5
  "author": "BSI Business Systems Integration AG",
6
6
  "homepage": "https://www.eclipse.org/scout",
@@ -25,13 +25,13 @@
25
25
  "src"
26
26
  ],
27
27
  "devDependencies": {
28
- "@eclipse-scout/cli": "22.0.2",
28
+ "@eclipse-scout/cli": "22.0.10",
29
29
  "@eclipse-scout/releng": "^22.0.0",
30
30
  "jasmine-core": "3.10.1",
31
31
  "karma": "6.3.9"
32
32
  },
33
33
  "dependencies": {
34
- "@eclipse-scout/core": "22.0.2",
34
+ "@eclipse-scout/core": "22.0.10",
35
35
  "jquery": "3.6.0",
36
36
  "chart.js": "3.7.0",
37
37
  "chartjs-plugin-datalabels": "2.0.0"
@@ -165,13 +165,14 @@
165
165
  font-size: 16px;
166
166
  line-height: 16px;
167
167
  right: 8px;
168
- top: 6px;
168
+ top: 7px;
169
169
  #scout.font-icon();
170
170
  }
171
171
 
172
172
  &.data-count.selected::before {
173
173
  content: @icon-count;
174
174
  font-size: 20px;
175
+ top: 6px;
175
176
  right: 5px;
176
177
  }
177
178
 
@@ -181,8 +182,6 @@
181
182
 
182
183
  &.data-avg.selected::before {
183
184
  content: @icon-avg;
184
- top: 2px;
185
- font-size: 30px;
186
185
  }
187
186
  }
188
187