Jae Sung Park

Results 194 comments of Jae Sung Park

Even attaching events to `` elements using native API, it doesn't work. I'm suspicious that the issue is related to the Firefox browser itself. ```js document.querySelectorAll("#dragZoom .bb-event-rects-single rect").forEach(v => {...

Hi @kasiazpodlasia, can you provide screenshot example generation code?

Hi @gagan-bansal, for new chart type implementation, we're considering based on the community's interests. We'll be considering this on future release.

Hi @eamodio, for bubble type all the configurable options are described from the API doc. - https://naver.github.io/billboard.js/release/latest/doc/Options.html#.bubble If needs to draw a configurable radius bubble, you can try giving `z`...

@eamodio, I'll be trying enhance by adding some configurable options. Thanks for the suggestion!

@eamodio, I forgot mentioning that sensitivity and focus radius can be configured via `point` options. - https://naver.github.io/billboard.js/release/latest/doc/Options.html#.point

Hi @KindarConrath, isn't provided as direct option, but you can make adding some customization. ```js // handler for data point visibility function showHidePoints(d, element) { const {id} = d; this.$.circles...

Hi @manesvenom, thanks for the suggestion. Can you share your ARIA attribute adds code to take as reference?

HI @kvn-shn, is possible, but you need to implement this by your own. Basically, applying gradient to svg element, you need to define `` element first, and then apply the...

Hi @qsiebers, from the billboard.js npm package distribution, it provides different modules types to be consumed: UMD or ESM. In general circumstances, based on your dev environment, it will pick...