react-timeseries-charts
react-timeseries-charts copied to clipboard
Declarative and modular timeseries charting components for React
The mouse wheel zooming doesn't work well with pages with many charts, as it interferes with page scrolling. This adds the ability to disable it even if `enablePanZoom` or `enableDragZoom`...
Hello. markerLabelStyle does not seem to work at all for when the type of the EventMarker is "flag". (it works ok when it's a point) What I am trying to...
When streaming high frequency time series data, the x-axis doesn't update quicker for time intervals
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Is there any option/way to download chart row as image file(SVG/PNG) ?
# ❔Question I want to add time markers to the time series, to select them and to move them with the mouse. 1- I render `TimeMarkers` within the `Charts` as...
Is there a way to show time axis on top instead at the bottom? Saw a screenshot in #353 with that but not sure how it was done. Thanks.
The following errors forewarn of deprecating lifecycle methods which need updating: Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move code with...
`` and `` are building, but `` is still a mess. opening this to track progress.
When using an EventMarker of type "flag" in combination with a EventChart, the actual flag popup will not appear. This is because it is by default outside of the clipPath...