Skip to content

Visual update v3.0.0.0#61

Merged
AleksSavelev merged 27 commits intomicrosoft:mainfrom
kullJul:visual-update
Dec 20, 2024
Merged

Visual update v3.0.0.0#61
AleksSavelev merged 27 commits intomicrosoft:mainfrom
kullJul:visual-update

Conversation

@kullJul
Copy link
Contributor

@kullJul kullJul commented Oct 1, 2024

  • Add eslint
  • Update packages
  • Fix tests
  • Add github workflow files
  • Migrate to formatting model

Copy link

@AleksSavelev AleksSavelev left a comment

Choose a reason for hiding this comment

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

Also would be perfect to migrate on the latest eslint

@kullJul kullJul requested a review from AleksSavelev December 11, 2024 15:39
super.processHighContrastMode(colorPalette);

const isHighContrast: boolean = colorPalette.isHighContrast;
this.currentValueColor.visible = isHighContrast ? false : this.currentValueColor.visible;

Choose a reason for hiding this comment

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

I don't think we need this logic, since you add currentValueColor to slices and do all of this in the Base method. Did you tested if this is needed?

Choose a reason for hiding this comment

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

Same in sparklineChartDescriptor.ts / staleDataDescriptor.ts / subtitleBaseDescriptor.ts / textFormattingDescriptor.ts

@AleksSavelev AleksSavelev merged commit e43a6b8 into microsoft:main Dec 20, 2024
5 checks passed
AleksSavelev pushed a commit that referenced this pull request Dec 20, 2024
* Update dependencies and related files

* Add eslint, update readme, add github workflows

* Split d3 packages

* Migrate to formatting model

* Fix tests

* Fix subtitle descriptor

* add Short and Long description to en-US resources

* Refactoring

* Update eslint

* Fix eslint errors

* Remove unused dependencies

* Add bold, italic and underline settings

* Remove phantom js

* Add displayKey for font family

* Rename style prop

* Move show property from the base descriptor

* Added settings parsing to containers

* Add high contrast mode

* Fix localization keys

* Fix npm vulnerabilities

* Update changelog

* Remove getMin getMax from axisDescriptor

* Remove setFormat and getFormat

* Fix tests

* Remove redundant hcm logic

* Fix lint error

---------

Co-authored-by: Alexey <v-alesemenov@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants