d3plus/d3plus-viz

broken legend label behavior with lots of elements

tgrehn opened this issue · 0 comments

When too many (how many?) Legend Items are to be displayed, the Legend Labels are truncated. This leads to Legend Items without a Label and the Tooltip Data passed in tooltipConfig Callback Function is mixed up.

I would expect the Legend Items to be grouped as specified in groupBy.

Example: http://jsfiddle.net/g149pjqo/4/ (have the JS-Console opened and hover over Legend Items without a label)