react-timeseries-charts icon indicating copy to clipboard operation
react-timeseries-charts copied to clipboard

Declarative and modular timeseries charting components for React

Results 108 react-timeseries-charts issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

# 🐛Bug report **Describe the bug** `` raise this error. This works good except for a fluxible app i inherit. Maybe you can suggest a workaround ? :) ``` Uncaught...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Fixes https://github.com/esnet/react-timeseries-charts/issues/302 Reference for Firefox check: https://stackoverflow.com/a/9851769

I try to create a simple LineChart and every time I get this error trying to include a LineChart: **TypeError: this.props.series.events is not a function** ```javascript var chart = if...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

# 🐛Bug report **Describe the bug** I want to do this: ```jsx {!hasDuplicateTimestamps && ( )} ``` I might have multiple events at a given timestamp. If I do, I...

Is there a way to change local time format? I am working on a project using this library, and I want to change the time format to a local date...

# 🐛Bug report Before calling `onZoom`, `EventHandler` creates the necessary `TimeRange` that will be passed to `onZoom`: https://github.com/esnet/react-timeseries-charts/blob/aa9c9b368100d78337b562d9e2833f2d90d9de3d/src/components/EventHandler.js#L206-L209 The desired behavior is to produce a `TimeRange` where `timeRange.begin() < timeRange.end()`....

Hello, I need to display a BarChart so I have to define points as IndexedEvents. I understand the concept of Index class and it is right for me as I...