File tree 1 file changed +7
-12
lines changed
1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 411
411
{:keys [banter]} (rand-nth
412
412
(group* :country country fake-banter))
413
413
{:keys [branch-end?]} (merge column-meta row-meta)]
414
- [:div {:style (merge style
414
+ [:div {:title (str (or name company)
415
+ " sold " label (cond product (str " of " product)
416
+ country (str " in " country))
417
+ " . "
418
+ banter)
419
+ :style (merge style
415
420
(when (or @hover? branch-end?)
416
421
{:background-color " #eef" }))
417
422
:on-mouse-enter #(reset! hover? true )
418
423
:on-mouse-leave #(reset! hover? nil )}
419
- [rc/popover-anchor-wrapper
420
- :showing? hover?
421
- :position :below-center
422
- :anchor label
423
- :popover [rc/popover-content-wrapper
424
- :no-clip? true
425
- :body (str (or name company)
426
- " sold " label (cond product (str " of " product)
427
- country (str " in " country))
428
- " . "
429
- banter)]]]))))
424
+ label]))))
430
425
:parts {:wrapper {:style {:max-height 400
431
426
:max-width 640 }}}
432
427
:column-header-label (fn [{:keys [path style]}]
You can’t perform that action at this time.
0 commit comments