Jae Sung Park

Results 219 comments of Jae Sung Park

@Mathnstein thanks for sharing 👍. Obviously every browser has emulation mode for basic tests, but those emulation in many cases doesn't reflect or provide the result from real devices. For...

So, from the collected data, feature to detect touch devices are: - pointer:coarse: true - pointer:fine: false I'll be using above data to fix the issue. Thanks all for the...

@Mathnstein @m-gallesio @grassick Released the fixed RC release. you can install and test via below command. ```js $ npm install billboard.js@next ```

Hi @J4gQBqqR, thanks for the suggestion. It's really hard to determine best suitable tooltip position for general use cases on mobile. For those cases which needs to update the position,...

Hi @Blaumaus, thanks for the cheering message. The apply of `regions` can make to render specific range as dashed is implemented as moving point and drawing line commands. And between...

thanks @dodyg for sharing this issue. Honestly speaking, we didn't took that in consideration before. The main issue will be adjustment of contents, right? I think that can be fulfilled...

@dodyg, would you mind contribute for RTL languages? Since we don't have experience treating RTL langues. So, it'll be great for RTL users if this feature is provided.

- Ref: https://github.com/MohammadYounes/rtlcss

@michkami When there're 2 or more values aligned to single axis(y or y2), the domain range will set according it. Let's say, given values are 300 and 500, in this...

> Do you see any reason to not add an exception for the 0 values here? The conditional stayed from the start of the project and maintained as, mainly to...