evui 3.3.34 → 3.3.35
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/LICENSE +1 -1
- package/dist/evui.common.js +4 -1
- package/dist/evui.common.js.map +1 -1
- package/dist/evui.umd.js +4 -1
- package/dist/evui.umd.js.map +1 -1
- package/dist/evui.umd.min.js +1 -1
- package/dist/evui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/chart/plugins/plugins.legend.js +3 -0
package/LICENSE
CHANGED
package/dist/evui.common.js
CHANGED
|
@@ -7940,7 +7940,7 @@ $({ target: 'Number', stat: true }, {
|
|
|
7940
7940
|
/***/ "9224":
|
|
7941
7941
|
/***/ (function(module) {
|
|
7942
7942
|
|
|
7943
|
-
module.exports = JSON.parse("{\"a\":\"3.3.
|
|
7943
|
+
module.exports = JSON.parse("{\"a\":\"3.3.35\"}");
|
|
7944
7944
|
|
|
7945
7945
|
/***/ }),
|
|
7946
7946
|
|
|
@@ -39377,6 +39377,9 @@ var plugins_legend_modules = {
|
|
|
39377
39377
|
this.setLegendColumnHeader();
|
|
39378
39378
|
this.legendBoxDOM.appendChild(this.legendTableDOM);
|
|
39379
39379
|
this.legendDOM.style.overflow = 'auto';
|
|
39380
|
+
} else {
|
|
39381
|
+
this.legendBoxDOM.style.overflowX = 'hidden';
|
|
39382
|
+
this.legendBoxDOM.style.overflowY = 'auto';
|
|
39380
39383
|
}
|
|
39381
39384
|
|
|
39382
39385
|
this.legendDOM.appendChild(this.legendBoxDOM);
|