react-timeseries-charts
react-timeseries-charts copied to clipboard
Declarative and modular timeseries charting components for React
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...
**Describe the bug** After upgrading to 0.16.1 the `infoStyle` on my `EventMarker` stopped working. **To Reproduce** ```jsx
this is to fix https://github.com/esnet/react-timeseries-charts/issues/411
# 🐛Bug report **Describe the bug** When multiple columns are supplied for a `BarChart`, and `minBarHeight={0}` is used, then the first column that has `0` data will stop later columns...
Does anyone know any good alternative up to date packages out there?
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.6 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
# ❔Question I try to use Event class like in the [example](http://software.es.net/react-timeseries-charts/#/example/realtime). When I set the constructor like, for instance: new Event( new Date(), 15 ); I get the error...
Running `yarn install` on a fresh checkout fails due to an issue with `fsevents`. Updating `react-scripts` fixes the issue.