Skip to content

Commit 745afcc

Browse files
Update src/components/fx/hover.js
Co-authored-by: Mojtaba Samimi <[email protected]>
1 parent 5aa216b commit 745afcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fx/hover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ function createHoverText(hoverData, opts) {
891891
var t0 = c0[axLetter + 'Label'];
892892

893893
// search in array for the label
894-
if(!t0) {
894+
if(t0 === undefined) {
895895
hoverData.map(function(data) {
896896
if(data[axLetter + 'Label']) {
897897
t0 = data[axLetter + 'Label'];

0 commit comments

Comments
 (0)