File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -160,40 +160,6 @@ module.exports = {
160160 ] . join ( ' ' )
161161 }
162162 } ,
163- // 3D attributes commented out until I finish them in a later PR
164- // tilt: {
165- // // degrees to tilt the pie back from straight on
166- // valType: 'number',
167- // min: 0,
168- // max: 90,
169- // dflt: 0
170- // },
171- // tiltaxis: {
172- // // degrees away from straight up to tilt the pie
173- // // only has an effect if tilt is nonzero
174- // valType: 'number',
175- // min: -360,
176- // max: 360,
177- // dflt: 0
178- // },
179- // depth: {
180- // // "3D" size, as a fraction of radius
181- // // only has an effect if tilt is nonzero
182- // valType: 'number',
183- // min: 0,
184- // max: 10,
185- // dflt: 0.5
186- // },
187- // shading: {
188- // // how much darker to make the sides than the top,
189- // // with a 3D effect. We could of course get all
190- // // fancy with lighting effects, but maybe this is
191- // // sufficient.
192- // valType: 'number',
193- // min: 0,
194- // max: 1,
195- // dflt: 0.2
196- // },
197163 hole : {
198164 valType : 'number' ,
199165 role : 'style' ,
You can’t perform that action at this time.
0 commit comments