UNPKG
ming-demo3
Version:
latest (2.2.10)
2.2.10
mdf metaui web
git.yonyou.com/yonyou-mdf/yonyou-mdf-framework
ming-demo3
/
lib
/
components
/
echart
/
eChartDemoData.js
13 lines
(12 loc)
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
demoConfig
=
void
0
;
var
demoConfig = {
isShowAllMargin
:
false
,
isTestCarousel
:
false
,
isTestCarousel3
:
false
};
exports
.
demoConfig
= demoConfig;
//# sourceMappingURL=eChartDemoData.js.map