@eclipse-scout/chart 22.0.2 → 22.0.12
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/eclipse-scout-chart-4ad3082843cacd9fd867.min.js +3 -0
- package/dist/{eclipse-scout-chart-fe715d8a9514a9a96afc.min.js.LICENSE.txt → eclipse-scout-chart-4ad3082843cacd9fd867.min.js.LICENSE.txt} +0 -0
- package/dist/eclipse-scout-chart-4ad3082843cacd9fd867.min.js.map +1 -0
- package/dist/{eclipse-scout-chart-theme-c2c033fc70f4a71a6feb.min.css → eclipse-scout-chart-theme-4801a2aff3179586b17c.min.css} +1 -1
- package/dist/{eclipse-scout-chart-theme-dark-fe6aeb91222b59bd94e5.min.css → eclipse-scout-chart-theme-dark-7429dc23c823152027f3.min.css} +1 -1
- package/dist/eclipse-scout-chart-theme-dark.css +2 -3
- package/dist/eclipse-scout-chart-theme-dark.css.map +1 -1
- package/dist/eclipse-scout-chart-theme.css +2 -3
- package/dist/eclipse-scout-chart-theme.css.map +1 -1
- package/dist/eclipse-scout-chart.js +3 -3
- package/dist/eclipse-scout-chart.js.map +1 -1
- package/dist/file-list +5 -5
- package/package.json +3 -3
- package/src/table/controls/ChartTableControl.less +2 -3
- package/dist/eclipse-scout-chart-fe715d8a9514a9a96afc.min.js +0 -3
- package/dist/eclipse-scout-chart-fe715d8a9514a9a96afc.min.js.map +0 -1
|
@@ -4699,7 +4699,7 @@ text.venn-legend {
|
|
|
4699
4699
|
font-size: 16px;
|
|
4700
4700
|
line-height: 16px;
|
|
4701
4701
|
right: 8px;
|
|
4702
|
-
top:
|
|
4702
|
+
top: 7px;
|
|
4703
4703
|
font-family: scoutIcons, Arial, sans-serif;
|
|
4704
4704
|
font-weight: normal;
|
|
4705
4705
|
speak: none;
|
|
@@ -4711,6 +4711,7 @@ text.venn-legend {
|
|
|
4711
4711
|
.select-data.data-count.selected::before {
|
|
4712
4712
|
content: '\FF03';
|
|
4713
4713
|
font-size: 20px;
|
|
4714
|
+
top: 6px;
|
|
4714
4715
|
right: 5px;
|
|
4715
4716
|
}
|
|
4716
4717
|
.select-axis.data-sum.selected::before,
|
|
@@ -4720,8 +4721,6 @@ text.venn-legend {
|
|
|
4720
4721
|
.select-axis.data-avg.selected::before,
|
|
4721
4722
|
.select-data.data-avg.selected::before {
|
|
4722
4723
|
content: '\E03A';
|
|
4723
|
-
top: 2px;
|
|
4724
|
-
font-size: 30px;
|
|
4725
4724
|
}
|
|
4726
4725
|
.chart-container > .chart {
|
|
4727
4726
|
position: relative;
|