Skip to content

Commit

Permalink
fix: 修复bullet的demo写错问题 (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcsin1 authored Oct 23, 2020
1 parent 829a8be commit e2f0255
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions examples/bullet/basic/demo/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@ const bulletPlot = new Bullet('container', {
rangeField: 'ranges',
targetField: 'target',
xField: 'title',
style: {
range: {
color: '#5B8FF9',
},
measure: {
color: '#5B8FF9',
},
target: {
color: '#5B8FF9',
},
color: {
range: '#5B8FF9',
measure: '#5B8FF9',
target: '#5B8FF9',
},
xAxis: {
line: null,
Expand Down

0 comments on commit e2f0255

Please sign in to comment.