UNPKG
lixin-web
Version:
latest (1.0.5)
1.0.5
vue and bootstrap
lixin-web
/
webapp
/
plugins
/
custom
/
echarts
/
theme
/
default.js
10 lines
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * echarts默认主题,开发中 * *
@desc
echarts基于Canvas,纯Javascript图表库,提供直观,生动,可交互,可个性化定制的数据统计图表。 *
@author
Kener (
@Kener
-林峰, kener.linfeng
@gmail
.com) * */
define
(
function
(
) {
return
{}; });