We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89273aa commit d9c25aeCopy full SHA for d9c25ae
advanced/encoding.md
@@ -91,20 +91,4 @@ and define color brewer like below
91
}
92
93
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/)
+```
0 commit comments