Jae Sung Park

Results 153 comments of Jae Sung Park

Karma accepts config files with the `.js, .ts and .coffee` extensions. - http://karma-runner.github.io/6.3/config/configuration-file.html#overview If the project package.json has `type:"module"`, just renaming `karma.conf.js` → `karma.conf.ts` will make to read config files...

@doubletuna, checkout the API docs and examples on doing some customization that you need. One simple answer will be as: https://jsfiddle.net/netil/d03n5L7m/28/

@doubletuna, you mean something like this? ![image](https://user-images.githubusercontent.com/2178435/67261014-8b14fd80-f4d9-11e9-8a3f-624c51534b23.png)

@doubletuna, possible solution can be as: https://jsfiddle.net/netil/a5d12c96/1/

@doubletuna, https://jsfiddle.net/netil/a5d12c96/8/

Hi @dpraul, thanks for the report. I'm quite busy recently. When I'm ready I'll be heading to the issue.

Hi @andrewbdfisher. For `log` scale, billboard.js uses d3.js' [Symlog Scales](https://github.com/d3/d3-scale#symlog-scales) and for the dataseries `[0.01, 0.1, 1, 10, 100, 1000]` it renders as the example you shared. - https://jsfiddle.net/netil/f4qy3xn6/

@qkreltms, try with this, updating your condition. ```js tooltip: { onshown: function() { const tooltip = this.api.$.tooltip; const val = +tooltip.select(".bb-tooltip-name-data1 .value").text(); // will not display tooltip when 'data1' value...

"Forking" and starting new project is quite frequent in a OSS world(well known ex. like KHTML → WebKit(WebCore) → Blink) and we think "billboard.js" is taking similar path as other...