@eclipse-scout/chart 22.0.1 → 22.0.2
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-c2c033fc70f4a71a6feb.min.css +1 -0
- package/dist/eclipse-scout-chart-theme-dark-fe6aeb91222b59bd94e5.min.css +1 -0
- package/dist/eclipse-scout-chart-theme-dark.css +22 -21
- package/dist/eclipse-scout-chart-theme-dark.css.map +1 -1
- package/dist/eclipse-scout-chart-theme.css +3 -2
- 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 +4 -5
- 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;
|