Skip to content

Commit d9c25ae

Browse files
committed
Update advanced/encoding.md
1 parent 89273aa commit d9c25ae

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

advanced/encoding.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,4 @@ and define color brewer like below
9191
}
9292
}
9393
}
94-
```
95-
96-
##Size
97-
Size encoding currently applies to point element only. Point diameter depends on the min and max value in a *size* dimension.
98-
99-
```javascript
100-
var spec = {
101-
unit:[{
102-
type: 'ELEMENT.POINT',
103-
x: 'effort',
104-
y: 'cycleTime',
105-
size: 'bugsCount'
106-
}]
107-
};
108-
```
109-
110-
[Example](http://jsfiddle.net/taucharts/awn8rz8w/)
94+
```

0 commit comments

Comments
 (0)