Jae Sung Park

Results 194 comments of Jae Sung Park

@norbertbede, The implementation plan is included on the roadmap aleready, but due to the limited resource and other task's priorities the implementation hasn't been started yet. In terms of the...

to share the status, Currently I'm working on it. Will try to include on next coming release.

Hi @Meffesino, there are no concept of x/y axes for radar type chart. Hence, axis' methods only works for chart types which appears x/y axes.

> here has to be any concept to define what the maximum range of the radar you can use [radar.axis.max](https://naver.github.io/billboard.js/release/latest/doc/Options.html#.radar) option to define axis' max range, but when isn't specified...

Hi @matwey, the toolip positon's coordinate comes from the mouse event coordinate and it uses [`d3-pointer`](https://github.com/d3/d3-selection/blob/main/README.md#pointer). Try using `tooltip.position` option to set different position coordinate in this case.

@matwey, would you like contribute fixing this?

Hi @TheTimKiely, could you provide some visual example to get more undestanding about it?

@TheTimKiely, it can't be implemented by one instance. to achieve this, it needs generate multiple chart instances as you need to stack https://jsfiddle.net/netil/k2eaLs7q/

> And is setting the 'y' axis values on a range not an option? It means the way to not set y axis value range as below? ```js axis: {...

IMO, this need to be handle by usage perspective. Basically, if the bound element isn't visible, loading new data has no sense, because it won't visualize loaded data when the...