Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d2ed6f3

Browse filesBrowse files
fix-6507 fixed nnot read properties of undefined (reading 'size')
1 parent 3f8cfe7 commit d2ed6f3
Copy full SHA for d2ed6f3

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/components/colorbar/defaults.js

Copy file name to clipboardExpand all lines: src/components/colorbar/defaults.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = function colorbarDefaults(containerIn, containerOut, layout) {
8282

8383
coerce('title.text', layout._dfltTitle.colorbar);
8484

85-
var tickFont = colorbarOut.tickfont;
85+
var tickFont = colorbarOut.showticklabels ? colorbarOut.tickfont : font;
8686
var dfltTitleFont = Lib.extendFlat({}, tickFont, {
8787
color: font.color,
8888
size: Lib.bigFont(tickFont.size)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.