Skip to content

Commit 7a27542

Browse files
committed
Remove zformat from hoverlabels layout properties
1 parent b918176 commit 7a27542

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/components/fx/layout_attributes.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,6 @@ module.exports = {
7272
'`namelength - 3` characters and add an ellipsis.'
7373
].join(' ')
7474
},
75-
zformat: {
76-
valType: 'string',
77-
dflt: '',
78-
role: 'style',
79-
editType: 'none',
80-
description: [
81-
'Sets the hover text formatting rule using d3 formatting mini-languages',
82-
'which are very similar to those in Python. See:',
83-
'https://github.com/d3/d3-format/blob/master/README.md#locale_format'
84-
].join(' ')
85-
},
8675
editType: 'none'
8776
}
8877
};

0 commit comments

Comments
 (0)