Gajus Kuizinas

Results 746 comments of Gajus Kuizinas
trafficstars

@sartaj10 This looks like an enhancement, rather than a question. I don't see such capability being documented. I wasn't able to check time color or label value given current configuration...

Just in case, this is where it is hard-coded: * https://github.com/esnet/react-timeseries-charts/blob/645d00563a0f00cca970b5a0c6ee8f3aa988112b/src/components/Label.js#L24 (time above box) * https://github.com/esnet/react-timeseries-charts/blob/645d00563a0f00cca970b5a0c6ee8f3aa988112b/src/components/Label.js#L24 (body)

The examples are available in the repository. Just download and setup the demo.

Since update v5.0.0 examples are indeed broken. Need to setup minimal webpack demo.

`npm run build` will generate the `./dist`. If you figure out the rest, please PR documentation.

Please produce an example of expected vs actual result.

Looks like a bug. It is a not a library that I use actively. But if you patch it up, I am happy to merge a fix.

As far as I can tell, you are right. In fact, "browser" bundle ought to be removed altogether. There is no good use case, everyone is using a package manager...

It makes sense. I don't have a use case for contents package at the moment. Therefore, prioritising its development over active dependencies would be irrational. However, if there is a...

Please provide an example.