Skip to content

fix(charts): negative brushes color#11722

Merged
simeonoff merged 4 commits into14.0.xfrom
mpopov/negative-brushes
Jun 20, 2022
Merged

fix(charts): negative brushes color#11722
simeonoff merged 4 commits into14.0.xfrom
mpopov/negative-brushes

Conversation

@desig9stein
Copy link
Copy Markdown
Contributor

@desig9stein desig9stein commented Jun 16, 2022

Closes #11662

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

simeonoff
simeonoff previously approved these changes Jun 16, 2022
@simeonoff simeonoff changed the base branch from master to 14.0.x June 17, 2022 08:02
@simeonoff simeonoff dismissed their stale review June 17, 2022 08:02

The base branch was changed.

@damyanpetev damyanpetev added 💥 status: in-test PRs currently being tested and removed ❌ status: awaiting-test PRs awaiting manual verification labels Jun 17, 2022
/// @property {List} outlines [series] - Defines the palette from which automatically assigned series outline colors are selected.
/// @property {List} marker-outlines [series] - Defines the palette from which automatically assigned series marker outline colors are selected.
/// @property {List} negative-outlines [series] - Defines the brushes used for drawing negative elements in a chart type with contextual coloring, such as Waterfall.
/// @property {Color} marker-outlines [hsl(347, 82%, 64%)] - Defines the palette from which automatically assigned series marker outline colors are selected.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is marker outlines, guessing it should be on negative brushes?

/// @property {List} marker-outlines [series] - Defines the palette from which automatically assigned series marker outline colors are selected.
/// @property {List} negative-outlines [series] - Defines the brushes used for drawing negative elements in a chart type with contextual coloring, such as Waterfall.
/// @property {Color} marker-outlines [hsl(347, 82%, 64%)] - Defines the palette from which automatically assigned series marker outline colors are selected.
/// @property {Color} negative-outlines [hsl(347, 82%, 64%)] - Defines the brushes used for drawing negative elements in a chart type with contextual coloring, such as Waterfall.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also not sure this affects your SASS docs generation, but if it does - negative brushes/outlines (as the names suggest) are still lists. We're just setting a singular value in them by default, right?

@damyanpetev damyanpetev added ✅ status: verified Applies to PRs that have passed manual verification and removed 💥 status: in-test PRs currently being tested labels Jun 17, 2022
@simeonoff simeonoff merged commit c6c0c9f into 14.0.x Jun 20, 2022
@simeonoff simeonoff deleted the mpopov/negative-brushes branch June 20, 2022 08:40
@simeonoff simeonoff restored the mpopov/negative-brushes branch June 20, 2022 11:53
simeonoff pushed a commit that referenced this pull request Jun 20, 2022
@simeonoff simeonoff deleted the mpopov/negative-brushes branch June 20, 2022 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Category Chart theme sets the series brushes as negative brushes

4 participants