Sam Jones
Sam Jones
having the same issue here, unless we enumerate a bunch of folders we want to hit, instead of relying on the cascading example in the TS docs.
seems broken in other ways too. I just tried using the 'dist' build and it was choking on a lot of fairly common ES6 things, and on static asset imports...
@unclejustin 's Gruntfile edits posted Dec, 1, '14 solved it for me as well. Is there any chance of a PR for that? It seems like a significant oversight for...
I'm doing something similar, and thought about contributing this, but the [x, y used internally to get the angle](https://github.com/yoannmoinet/nipplejs/blob/b076c423e775b2838d2b3e432c82f81e4cef7c08/src/utils.js#L13) are dependent on the joystick size, so they aren't normalized the...
Similar: Noticed we had a lot of false-positives for cycles running madge where only a TS Interface is imported as well. Our are usually `export interface ITypeOfThing {...}` along side...
Could be related to #57 ?
How are you proposing we measure the tick length? I suggest you are assuming 1. A specific font size 2. There's enough margin around the chart to show the rotated...
@SebasQuirogaUCP It's also worth suggesting that for large data-sets, a bar graph is just the wrong tool. on a line graph, you can just have a given number of axis...
@SebasQuirogaUCP you don't have to persuade me. I'm not a maintainer. 😄 Have you considered the axis > `format` prop? you can easily truncate text in ticks in the `ValueFormatter`...
To be clear, this is a legend rendered by the pie chart, not another legend nearby? If so this seems like a reasonable feature request. Afraid I don't have time...