Jae Sung Park

Results 219 comments of Jae Sung Park

Hi @PeterTakacs300, can you provide reproducible example? I've made a simple example which doesn't reproduce call stack error. - https://codepen.io/netil/pen/raVrOjv

Hi @Glandos, thanks for the report. If you load new dataseries, instead "download", you'll see datasets will be located to the specified categories' position. ```js chart.load({ columns: [ ["x", "www.site1.com",...

@Phil353556 can you provide a working example?

@Phil353556 is because, specifying x & y coordinate value for each region will make to positioned as is. If you remove (or set x & y both as zero), will...

Planning to implement new feature to align region label text at the middle on next release.

Hi @dannyfwbb With the combination of `tooltip.grouped=false` and `point.focus.only=true` won't work, because when you set - `point.focus.only=true` internally will generate single data point node and utilizes among whole dataseries rendered...

@dannyfwbb checkout the 3rd example from above link. BTW, if you're using custom data point as the first example is meaningless.

You need to deal with some css styling and specify correct css selector for this. > first line of the title in 17px and bold and the second line if...

@Phil353556, the css rules selects "titles" regardless the chart type.