Wan
Wan
Fixed in v4, now using popperjs
Not yet, build is till in beta On Thu, Dec 1, 2022 at 12:37 Chia-Yu Su ***@***.***> wrote: > Fixed in v4, now using popperjs > > Is there any...
Fixed in v4
Fixed in v4
Implemented in v4
Added in v4, formatter function now have an additional argument, which is the SVG node of the text. Use it append more svg element to the cell
Comment above is right, the legend array values are threshold Next v4 legend is rewritten from the ground up, and will allow more flexibility
Weeks positioning issues is fixed in master. Duplicate issue is still pending
Duplicate issue is now fixed. Missing data issue still pending, it's due to month domain clamping the dataset to the domain scope, even though the week subdomain can span over...
Each cells have a mouseover and mouseout event, since v4 Use following code to trigger it, after getting the cell from the DOM ``` var e = new Event('mouseover'); cell.dispatchEvent(e);...