Billboard.js: chart ungrouped tooltip not reconizing path points

Created on 17 Aug 2018  路  3Comments  路  Source: naver/billboard.js

Description

The following options combination :

  • point pattern containing path strings
  • tooltip.grouped: false

The tooltip won't show up for those points. It will only appear for "circle","rectangle"..

Steps to check or reproduce

https://codepen.io/iuboga/pen/gjVgLz

bug

All 3 comments

Hi @bogdan-iuga, thanks for the report.

The issue was fixed and will be out on next release.
Checkout the working demo:

tooltip-grouped-false

Just a curiosity: How did you make the points hollow on hover?

The screenshot is when applied the new css theme, which will be the upcoming feature for the next release.
You can try this just loading the css file in below location.

And to make hollow is easy. Just set data point element's fill to white and set something like:

node {
    fill: #fff;
    stroke: red;
    storke-width: 1px;
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

nwpappas picture nwpappas  路  3Comments

eweap picture eweap  路  5Comments

AyshvaryaLaxmiK picture AyshvaryaLaxmiK  路  5Comments

stevenmusumeche picture stevenmusumeche  路  3Comments

madflow picture madflow  路  4Comments