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 f726248

Browse filesBrowse files
committed
revise order of displaying lf and uf in box hover
1 parent ca5f2d9 commit f726248
Copy full SHA for f726248

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/traces/box/hover.js

Copy file name to clipboardExpand all lines: src/traces/box/hover.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ function hoverOnBoxes(pointData, xval, yval, hovermode) {
145145

146146
// labels with euqual values (e.g. when min === q1) should be presented in certain order
147147
var attrs =
148-
(hasFences && hasMean) ? ['uf', 'max', 'q3', 'mean', 'q1', 'min', 'lf'] :
149-
(hasFences && !hasMean) ? ['uf', 'max', 'q3', 'q1', 'min', 'lf'] :
148+
(hasFences && hasMean) ? ['max', 'uf', 'q3', 'mean', 'q1', 'lf', 'min'] :
149+
(hasFences && !hasMean) ? ['max', 'uf', 'q3', 'q1', 'lf', 'min'] :
150150
(!hasFences && hasMean) ? ['max', 'q3', 'mean', 'q1', 'min'] :
151151
['max', 'q3', 'q1', 'min'];
152152

0 commit comments

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