-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide standard error adornment (#1261)
* [#186948720] Feature: User can display a standard error bar on a dot plot * Duplicated `standard-deviation` folder and fill in with standard error * Register the standard error adornment * Prepare for v2 import of standard error adornment * Created standard-error-adornment-component.tsx separate from univariate-measure-adornment-simple-component.tsx * Pass a `spannerRef` down to adornments so that adornments can add d3 elements that won't be clipped by the subplots; e.g. the hover lines that get shown on hovering over standard error bar. * Change measure tip style to more closely match V2 * When creating d3 elements for displaying the measure, make sure to remove possible previously created elements first * Enhance useAdornmentAttributes to return additional stuff that can be used by UnivariateMeasureAdornmentSimpleComponent and StandardErrorAdornmentComponent * Some localizable strings related to standard error that exist in the latest V2 had not yet made it into V3 * * Fix lint errors regarding dependencies in univariate-measure-adornment-simple-component.tsx * Fix test in v2-adornment-importer.test.ts * * Code review changes
- Loading branch information
Showing
24 changed files
with
680 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.