Skip to content

Commit 51d32a3

Browse files
committed
missing join
1 parent 2d26f3b commit 51d32a3

File tree

1 file changed

+1
-1
lines changed
  • shelly/plotlyjs/static/plotlyjs/src

1 file changed

+1
-1
lines changed

shelly/plotlyjs/static/plotlyjs/src/axes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ axes.layoutAttributes = {
102102
'If the axis `type` is *date*, then you must convert the date to unix time in milliseconds',
103103
'(the number of milliseconds since January 1st, 1970). For example, to set the date range from',
104104
'January 1st 1970 to November 4th, 2013, set the range from 0 to 1380844800000.0'
105-
]
105+
].join(' ')
106106
},
107107
fixedrange: {
108108
valType: 'boolean',

0 commit comments

Comments
 (0)