react-rt-chart icon indicating copy to clipboard operation
react-rt-chart copied to clipboard

Real time chart component for React using c3.js

Results 8 react-rt-chart issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 1.7.3 to . [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=node-fetch&package-manager=npm_and_yarn&previous-version=1.7.3&new-version=)](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 it yourself. You can also trigger a...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

I am trying to plot some live data, using *react-rt-chart*, and it works, but it gives me oddly looking graphs, with some black color. Here is my code : ```...

Hi there, I'm trying to replicate your example from readme. `import RTChart from 'react-rt-chart';` causing 'Cannot read property 'prototype' of undefined' error. Any suggestions?

Is there any way to make the line chart can look like curve shape instead of looking like a bit "sharp" ?

Can you help to by creating gauge chart example, having a tough time to do it.

The position of the first x-axis value is not constant and is moving to a new position a bit away from the chart space every time the chart value is...

I would like to create real time chart with constant X axis. I mean X axis is a time period that starts from the hour I start to measure provided...