Scott Dickerson
Scott Dickerson
@tsayen take a look at the PR, there are GPL files inside the bower_components directory (which are only used for the testcases) I've rewritten the test suite to run off...
we're also getting this error ``` TS2559: Type 'string' has no properties in common with type 'MessageDescriptor'. 66 | 67 | const messages = defineMessages({ ``` Because the react-intl is...
I didn't have any luck getting either to work with `emotion`. When running `postcss-styled-components` on this code ``` const linkStyles = (isDisabled?: boolean, font = '', color: LinkColor = 'turquoise90')...
oh, @theiliad is it pulling the point label from the axes.title option? ```{"bottom":{"title":"","mapsTo":"date","scaleType":"time","ticks":{"max":4},"includeZero":true},"left":{"title":" ","mapsTo":"value","ticks":{},"stacked":false,"includeZero":true,"scaleType":"linear"}}``` because for us, each line has it's own label as we're graphing multiple sensors on the...
it works great if we mouse over the grid line, but if we mouse over just in the individual point, the tooltip switches to a different single format where it...
I'd rather just have the multiline tooltip format in that case honestly with just the one value row. and I'm okay if the Total/Group is hidden in that case where...
@theiliad I can take a look at this one, we need it pretty bad
I'm getting a similar problem where tickCount is not respected when I set a custom domain on a 'number' type axis. Here's my example:
this is awesome and was also causing us problems.
I think another possible fix for this is to just allow us to create these tagged as ephemeral runners and github will supposedly remove them automatically after 1 day (instead...