Skip to content

Commit c3e9961

Browse files
committed
set texttemplate dflt back to ''
1 parent cf826dd commit c3e9961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plots/texttemplate_attributes.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = function(opts, extra) {
3232
var texttemplate = {
3333
valType: 'string',
3434
role: 'info',
35+
dflt: '',
3536
editType: opts.editType || 'calc',
3637
description: [
3738
'Template string used for rendering the information text that appear on points.',

0 commit comments

Comments
 (0)