Skip to content

Commit e94b1d1

Browse files
authored
Merge pull request #1152 from plotly/no-3d-pies
remove commented out code about 3d pie chart attributes
2 parents d48c310 + fcd9547 commit e94b1d1

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

src/traces/pie/attributes.js

-34
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)