synchro-charts icon indicating copy to clipboard operation
synchro-charts copied to clipboard

Synchro Charts is a front-end component library that provides a collection of components to visualize time-series data.

Results 86 synchro-charts issues
Sort by recently updated
recently updated
newest added

## Overview Provide an explanation of what the change is ## Tests [Include a link to the passing GitHub action running the test suite here.] ## Legal This project is...

## Overview Provide an explanation of what the change is ## Tests [Include a link to the passing GitHub action running the test suite here.] ## Legal This project is...

## Overview - Replicates change from #133, due to Github Actions failing to pick up e2e tests. ## Tests [Include a link to the passing GitHub action running the test...

**Describe the bug** When given multiple thresholds, and the datastream doesn't breach all of the thresholds, `breachedThreshold` focuses on determining the order of the threshold and doesn't properly return any...

bug

**Describe the issue with documentation** Currently missing documentation on importing style sheets

documentation

**Is your feature request related to a problem? Please describe.** Ease of use of library. User may not be interested in importing many enums to declare settings, but then will...

enhancement

**Describe the bug** When changing the position of the widget the visualization renders outside the widget and then snaps back. **To Reproduce** Steps to reproduce the behavior: * Go to...

bug

**Is your feature request related to a problem? Please describe.** All synchro chart components require a `widgetId`, regardless if a user wants to use it or not. WidgetId is only...

enhancement

In charts, if the y-axis value exceeds 5 digits (EX: 120,000) the value will be cutoff starting from the left-most digits (EX: 120,000 will appear as 20,000) ![image](https://user-images.githubusercontent.com/86490240/129243451-32eb6e6d-174b-4fb2-bc78-2b1e973e6d23.png)

bug

Create the foundation to move the Synchro Charts 'webgl-base-chart' to be able to utilize a plugin architecture, as well as moving a lot of the rendering logic outside of the...