Jae Sung Park

Results 11 issues of Jae Sung Park

Dear @kt3k, @masayuki0812 and C3.js community: The year 2021, [billboard.js](https://github.com/naver/billboard.js) project turns its 4yrs of journey after the [initial fork](https://github.com/naver/billboard.js/tree/1.0.0) from C3.js v0.4.11 Jun, 2017. The initial motivation and reason...

Officially released `v2`! 🎉. Basically, it will have backward compatibility, but there're several changes you might need to know. Checkout the detailed changes & migration guide from v1: - [v2...

doc
released
practical

## Description In case of combination of `bubble` & `line` chart, there're cases which data points get stacked for having same data value. In this situation tooltip isn't showing full...

help wanted
discussion
pending

## Description [.transform()](https://naver.github.io/billboard.js/release/latest/doc/Chart.html#transform) facilitate change generated chart type in a easy way. ### Background At the initialization, even though isn't necessary to be generated, some elements are generated. > Ex....

help wanted
discussion
need-investigate
obsolete

## Description The demo's online code editor is based on `StackBlitz`, but having an issue now. > The same code works fine on [codesandbox](https://codesandbox.io/s/amazing-tree-oxc96) The StackBlitz repo's latest commit was...

chore

## Description Provide option to display current pointer's x/y coordinate value. - Option1: display tooltip on x/y axes area ![xy-coordinate1](https://github.com/naver/billboard.js/assets/2178435/34f01a79-c7ae-4332-9211-d09f2a18e8a4) - Option 2: display tooltip on x axis area ![xy-coordinate2](https://github.com/naver/billboard.js/assets/2178435/716c098a-ec29-4495-80fa-658ed477da27)...

feature

## Description Add option to display each pie's sections' annotation. Ref. #701

feature

## Description webpack works fine, but there're new bundlers in ecosystem which focusing on performance. Look for the possibility to migrate rust based bundler to boost bundling task. - Some...

enhancement
build

## Description ESLint [announced plan to deprecate formatting rules](https://eslint.org/blog/2023/10/deprecating-formatting-rules/). Consider to adopt new tools and the candidates are: - Prettier - dprint

build

## Description Currently bar.width can be specified an absolute value or in ratio. To make straight forward, provide an callback option to adjust width value based on chart's width or...

feature