react-timeseries-charts
react-timeseries-charts copied to clipboard
Declarative and modular timeseries charting components for React
# 🌈Feature request **What is this feature?** There are a lot of really great things that I've been looking for in a react plotting library (shoutout to brushes and event...
# ❔Question **Provide your question, code sample Or other information that will help in solving here** #### Your Environment | Software | Name/Version| | ---------------- | ---------- | | react-timeseries-charts...
This may not be a bug, but I figured it's worth bringing up just in case. When using onMouseNear with multiple scatter plot charts in the same chart container, I...
# 🌈Feature request **What is this feature?** I'd like the BarChart to support selecting multiple bars in the chart. It currently only supports a single selection limiting its functionality. `selected={{...
fixes #410, [as discussed](https://github.com/esnet/react-timeseries-charts/issues/410#issuecomment-524958414) passing `state` into `label` was straightforward. i'm still checking `isHover` when `label` is a string. is that ideal? also, i updated the outage example, so the...
# ❔Question Is there a prop/setting/approach to display the label of an EventChart at all times instead of just on mouse over? I am utilizing the EventChart very similar to...
# 🐛Bug report **Describe the bug** Hovering over the Data In or Data Out div will cause the tracker to flicker. **To Reproduce** Steps to reproduce the behavior: 1. Go...
Hi, I wanted to know if it is possible to style a LineChart for each value , for example when it goes above the baseline , the line changes the...
# 🐛Bug report Styling the box using `infoStyles = {..., box: ...}` does not do anything on a `TimeMarker` component. I believe that this is because: line 73 of TimeMarker.js...
Hello All, When using the `timeAxisTickCount` property of the `ChartContainer` component to set ticks on the time axis, I'm seeing a decent discrepancy between the number of ticks being shown...