We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf826dd commit c3e9961Copy full SHA for c3e9961
src/plots/texttemplate_attributes.js
@@ -32,6 +32,7 @@ module.exports = function(opts, extra) {
32
var texttemplate = {
33
valType: 'string',
34
role: 'info',
35
+ dflt: '',
36
editType: opts.editType || 'calc',
37
description: [
38
'Template string used for rendering the information text that appear on points.',
0 commit comments