Skip to content

Commit 6e68728

Browse files
committed
Update example
1 parent 8a0c1af commit 6e68728

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

example/optionKeywords.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
33
<meta charset="utf-8">
4-
<script src='https://cdn.bootcss.com/echarts/3.7.0/echarts.simple.js'></script>
4+
<script src='https://cdn.bootcss.com/echarts/3.7.2/echarts.simple.js'></script>
55
<script src='../dist/echarts-wordcloud.js'></script>
66
</head>
77
<body>
@@ -385,6 +385,9 @@
385385
Math.round(Math.random() * 160)
386386
].join(',') + ')';
387387
}
388+
},
389+
emphasis: {
390+
color: 'red'
388391
}
389392
},
390393
data: data.sort(function (a, b) {

0 commit comments

Comments
 (0)