Jakub Majak

Results 6 comments of Jakub Majak

Hi guys, I think that the custom group cell renderer could look like below: ``` @Component({ selector: 'sh-master-group-cell', template: ` {{getTitle()}} `, styles: [ ` .row { cursor: pointer; display:...

This'll add support for Scala 2.13 - https://github.com/monix/shade/pull/67

Any updates on this?

I thought that this functionality had already been implemented and added to npm as well. Thanks for suggestions Guys, I'll try it.

Hello @rhysowen, how about data in multiline graphs? Could you give an example, how it should look like (how to pass them to chart)? Thanks.

I'm using latest version from npm. When I define data as following: const data = [[ [0, 1], [1, 3], [3, 7], [4, 9] ], [ [0, 1], [1, 3],...