@eclipse-scout/chart 22.0.1 → 22.0.11
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-fe715d8a9514a9a96afc.min.js +3 -0
- package/dist/eclipse-scout-chart-fe715d8a9514a9a96afc.min.js.LICENSE.txt +6 -0
- package/dist/eclipse-scout-chart-fe715d8a9514a9a96afc.min.js.map +1 -0
- package/dist/eclipse-scout-chart-theme-4801a2aff3179586b17c.min.css +1 -0
- package/dist/eclipse-scout-chart-theme-dark-7429dc23c823152027f3.min.css +1 -0
- package/dist/eclipse-scout-chart-theme-dark.css +24 -24
- package/dist/eclipse-scout-chart-theme-dark.css.map +1 -1
- package/dist/eclipse-scout-chart-theme.css +5 -5
- package/dist/eclipse-scout-chart-theme.css.map +1 -1
- package/dist/eclipse-scout-chart.js +10 -0
- package/dist/eclipse-scout-chart.js.map +1 -1
- package/dist/file-list +7 -0
- package/dist/texts.json +70 -0
- package/package.json +3 -3
- package/src/chart/ChartJsRenderer.js +6 -0
- package/src/table/controls/ChartTableControl.less +6 -8
- package/LICENSE +0 -210
|
@@ -4647,10 +4647,11 @@ text.venn-legend {
|
|
|
4647
4647
|
.select-data {
|
|
4648
4648
|
position: relative;
|
|
4649
4649
|
height: 30px;
|
|
4650
|
-
width: calc(100% -
|
|
4651
|
-
margin: 0
|
|
4650
|
+
width: calc(100% - 6px);
|
|
4651
|
+
margin: 0 3px 2px;
|
|
4652
4652
|
padding-left: 8px;
|
|
4653
4653
|
padding-right: 20px;
|
|
4654
|
+
padding-top: 1px;
|
|
4654
4655
|
border-radius: 3px;
|
|
4655
4656
|
cursor: pointer;
|
|
4656
4657
|
line-height: 30px;
|
|
@@ -4698,7 +4699,7 @@ text.venn-legend {
|
|
|
4698
4699
|
font-size: 16px;
|
|
4699
4700
|
line-height: 16px;
|
|
4700
4701
|
right: 8px;
|
|
4701
|
-
top:
|
|
4702
|
+
top: 7px;
|
|
4702
4703
|
font-family: scoutIcons, Arial, sans-serif;
|
|
4703
4704
|
font-weight: normal;
|
|
4704
4705
|
speak: none;
|
|
@@ -4710,6 +4711,7 @@ text.venn-legend {
|
|
|
4710
4711
|
.select-data.data-count.selected::before {
|
|
4711
4712
|
content: '\FF03';
|
|
4712
4713
|
font-size: 20px;
|
|
4714
|
+
top: 6px;
|
|
4713
4715
|
right: 5px;
|
|
4714
4716
|
}
|
|
4715
4717
|
.select-axis.data-sum.selected::before,
|
|
@@ -4719,8 +4721,6 @@ text.venn-legend {
|
|
|
4719
4721
|
.select-axis.data-avg.selected::before,
|
|
4720
4722
|
.select-data.data-avg.selected::before {
|
|
4721
4723
|
content: '\E03A';
|
|
4722
|
-
top: 2px;
|
|
4723
|
-
font-size: 30px;
|
|
4724
4724
|
}
|
|
4725
4725
|
.chart-container > .chart {
|
|
4726
4726
|
position: relative;
|