Jae Sung Park

Results 194 comments of Jae Sung Park

> I never insist they must work together. It doesn't mean that you are. Is just, need to be make sure the reliability of the features. I'll be considering how...

> In order to handle the case of missed data (either due to communications interruption or simply due to switching to a different tab), I would like to suppress the...

@tjohannto, the current default legend element stays within chart `` element, and in a situation where legend item occupies bigger portion, the pie area needs to shrink and this dimensional...

Simply, providing an configurable option for [paddingTop](https://github.com/naver/billboard.js/blob/master/src/ChartInternal/internals/legend.ts#L446), will not fulfill your needs. Just simply updating `paddingTop=100`, will looks like: The `paddingTop`value should be affecting with the other related legend item's...

I'll dig more in detail if there's way to provide as a generalized "padding" option.

Ref. https://github.com/stackblitz/core/issues/1120

Maybe this issue is somehow attached with the #1601.

The current supported JSON data formats are: ```js json: { key: [value, ...], // (1) { key: value, ... }. // (2) } ``` and JSON format data are handled...

@brianjenkins94, would you like implement(contribute) this enhancement?

Hi @piotrp, thanks for the report. But what will be the use case of it? Every data should have name to be distinguished among multiple data series. Is kinda counter...