Jae Sung Park

Results 153 comments of Jae Sung Park

I looked if this can be solved. The issue here is axis label texts are rendered after the axes are generated. To be solved, label text's dimension should be determined...

@adschm, you can try also [`axis.x.height`](https://naver.github.io/billboard.js/release/latest/doc/Options.html#.axis%25E2%2580%25A4x%25E2%2580%25A4height) ```js axis: { x: { height: 20 } } ```

Hi @davidhund, can you share the options used to generate the chart as seen in the screenshot?

@davidhund, if you apply different time period using `xs` can't achieve to being overlapped each year's dataset. Because, the `timeseries` x Axis type will scale based on the whole time...

@davidhund, checkout the differences of each x Axis' type. By modifying `x` Axis' value you can understand how it scales. - https://jsfiddle.net/netil/6ctejnq9/

`categroy` type isn't only option to overlap data series. If each year's data values are shown in different days, but when x Axis values range flows within same level, they...

C3 depends on D3 v3.x and billboard.js depends on D3 v4+, which has changed a lot without the backward compatibility. The zooming functionality depends on D3's zoom API which doesn't...

Just released first RC version of `v2`. For more details, checkout the changelog: - https://github.com/naver/billboard.js/blob/next/CHANGELOG-v2.md

@qkreltms, the current stacking order is based on the order of data bound. So, if you want to control shape orders, make sure to put in descendant orders. ```js //...

Hi @MartijnHarmenzon, there's no way at this moment.