From fcd954704fcc5d51ceba04e624c3ea81be78f6d2 Mon Sep 17 00:00:00 2001 From: alexcjohnson Date: Tue, 15 Nov 2016 16:41:06 -0500 Subject: [PATCH] remove commented out code about 3d pie chart attributes --- src/traces/pie/attributes.js | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/src/traces/pie/attributes.js b/src/traces/pie/attributes.js index fa33cd0bf12..fd99ab5da66 100644 --- a/src/traces/pie/attributes.js +++ b/src/traces/pie/attributes.js @@ -160,40 +160,6 @@ module.exports = { ].join(' ') } }, - // 3D attributes commented out until I finish them in a later PR - // tilt: { - // // degrees to tilt the pie back from straight on - // valType: 'number', - // min: 0, - // max: 90, - // dflt: 0 - // }, - // tiltaxis: { - // // degrees away from straight up to tilt the pie - // // only has an effect if tilt is nonzero - // valType: 'number', - // min: -360, - // max: 360, - // dflt: 0 - // }, - // depth: { - // // "3D" size, as a fraction of radius - // // only has an effect if tilt is nonzero - // valType: 'number', - // min: 0, - // max: 10, - // dflt: 0.5 - // }, - // shading: { - // // how much darker to make the sides than the top, - // // with a 3D effect. We could of course get all - // // fancy with lighting effects, but maybe this is - // // sufficient. - // valType: 'number', - // min: 0, - // max: 1, - // dflt: 0.2 - // }, hole: { valType: 'number', role: 'style',