Skip to content

Commit

Permalink
修改 - 雷达图栗子
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed Jan 25, 2018
1 parent aa93968 commit 52661fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,6 +4,7 @@ dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
test/unit/coverage

# Editor directories and files
Expand Down
4 changes: 2 additions & 2 deletions demos/data/radar.js
Expand Up @@ -8,8 +8,8 @@ const baseData = {
{ name: '市场(Marketing)', max: 25000 }
],
measures: [
{ data: [4300, 10000, 28000, 35000, 50000, 19000], name: '预算分配(Allocated Budget)' },
{ data: [5000, 14000, 28000, 31000, 42000, 21000], name: '实际开销(Actual Spending)' }
{ name: '预算分配(Allocated Budget)', data: [4300, 10000, 28000, 35000, 50000, 19000] },
{ name: '实际开销(Actual Spending)', data: [5000, 14000, 28000, 31000, 42000, 21000] }
]
}

Expand Down
2 changes: 1 addition & 1 deletion docs/chart-radar.md
Expand Up @@ -2,6 +2,6 @@

## 示例

<iframe width="100%" height="450" src="//jsfiddle.net/zimoon/eeh41f9s/embedded/result,html,js/?bodyColor=fff" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
<iframe width="100%" height="450" src="//jsfiddle.net/vecharts/5vkk307s/embedded/result,html,js/?bodyColor=fff" allowfullscreen="allowfullscreen" frameborder="0"></iframe>


0 comments on commit 52661fa

Please sign in to comment.