From 4ca328a8c1ba51e013a8558a9c93329941bab201 Mon Sep 17 00:00:00 2001 From: alexcjohnson Date: Wed, 31 Oct 2018 15:49:12 -0400 Subject: [PATCH] remove impliedEdits that got forgotten in #3044 --- src/traces/histogram/attributes.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/traces/histogram/attributes.js b/src/traces/histogram/attributes.js index 80bf57e1585..e38c213b270 100644 --- a/src/traces/histogram/attributes.js +++ b/src/traces/histogram/attributes.js @@ -172,11 +172,6 @@ module.exports = { dflt: null, role: 'style', editType: 'calc', - impliedEdits: { - 'ybins.start': undefined, - 'ybins.end': undefined, - 'ybins.size': undefined - }, description: [ 'Obsolete: since v1.42 each bin attribute is auto-determined', 'separately and `autobiny` is not needed. However, we accept',