Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Oct 18, 2017
1 parent 8a0c1af commit 6e68728
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example/optionKeywords.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<script src='https://cdn.bootcss.com/echarts/3.7.0/echarts.simple.js'></script>
<script src='https://cdn.bootcss.com/echarts/3.7.2/echarts.simple.js'></script>
<script src='../dist/echarts-wordcloud.js'></script>
</head>
<body>
Expand Down Expand Up @@ -385,6 +385,9 @@
Math.round(Math.random() * 160)
].join(',') + ')';
}
},
emphasis: {
color: 'red'
}
},
data: data.sort(function (a, b) {
Expand Down

0 comments on commit 6e68728

Please sign in to comment.