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

Because event propagation was being killed on the click event of each chart, this was not allowing parent DOM elements to receive the click event. Clicks on the background layers...

I want to group multiple charts in a chartContainer and show a single tracker with the time in the InfoBox. Please refer to the image below where I have 4...

:sparkles: enhancement

Firstly, brilliant library - thank you. As far as i can tell you cannot change the style on this element of the EventMarker. It would be good if you could...

:sparkles: enhancement

When using the "scroll to zoom" feature in these examples in the Firefox browser (or any other React Timeseries Charts examples for that matter), the zooming is very slow to...

:spider: bug

My time series consists of an array of [moment](http://momentjs.com/) objects which have an explicit UTC offset value. This offset is *not* generally the same as the user's local time zone....

:sparkles: enhancement

I'm following the source code of the climate example to construct a ScatterChart overlaid on a LineChart with a flag EventMarker. Unfortunately, the right hand side of the chart is...

:spider: bug

So I took some time to refresh the Typescript version (3.4.5) on the long-awaited `updates-typescript` branch in the hopes that it would have better compatibility with `storybook` (kind of a...

# ❔Question Using the `BarChart`, I have`minBarHeight` set to 0 and data points that looks like this: ``` ["2015-12-1", 80, 38, 44, 100, "id"], ["2015-12-2", 17, 20, 29, 100, "id"],...

:question: question

The "styler" object in this library actually hard-codes the colors of legend labels to 333 and values to 999 and prevents you from changing them. This basically prevents you from...

:sparkles: enhancement

# **Still to fix** ## Website - [ ] Website to typescript - [ ] All examples to typescript to verify ## React-Charts ## React-Axis - [ ] Axis ticks...