We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b918176 commit 7a27542Copy full SHA for 7a27542
src/components/fx/layout_attributes.js
@@ -72,17 +72,6 @@ module.exports = {
72
'`namelength - 3` characters and add an ellipsis.'
73
].join(' ')
74
},
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
- },
86
editType: 'none'
87
}
88
};
0 commit comments