Nicolas Girault

Results 25 comments of Nicolas Girault

My only reason to use bowser is to get info about the browser. I would love to be able to write something like ```javascript import parse from 'bowser/parse' parse(window.navigator.userAgent) ```...

Hi @jnunez17 sorry for the late answer. I don't know at all how zoom is working so I won't be able to help you without digging into the subject. I...

Thanks for reporting this issue. You're right. Could you propose a pull request to fix it? Otherwise I might fix it one of these days.

@russellbits Can you provide a reproducable example? Thanks

Hello @gaitat. Thanks for the feedback. By curiosity I would like to understand why you need circos to share the svg with something else. Can you explain? It is a...

Hi, No it's not a use case I considered. I didn't try the following code but I guess a very inneficient way to do it would be: ```javascript const renderCircos...

@kkknet I tried playing with ticks but it's not possible to use them as your use case. So I don't see anyway for now

There is currently no parameter to change this. The orientation of the label is automatic. Here is the code handling this: https://github.com/nicgirault/circosJS/blob/master/src/tracks/Text.js#L27-L52. What would you want to specify?

Hello @wjidea what kind of legend would you like to display? (if possible could you sketch it?)

@mictadlo it's not possible. Would you like help to propose a pull request?