Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate SampleBarChart to new Formatting Model Pane #102

Open
wants to merge 39 commits into
base: main
Choose a base branch
from

Commits on Jul 5, 2022

  1. Migrate SampleBarChart to new Formatting Model Pane

    Sherein Dabbah committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    45f286c View commit details
    Browse the repository at this point in the history
  2. Add topLevelToggle boolean

    Sherein Dabbah committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    87a6623 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Update barChart formatting settings model

    Sherein Dabbah committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    fa20f56 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Modify formatting settings to use formatting model utils service & Ad…

    …d strings localization
    Sherein Dabbah committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6937e3d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Merge pull request #104 from microsoft/dev/sdabbah/Modify-UseFormatti…

    …ngSettingsService
    
    Modify formatting settings to use formatting model utils service & Add strings localization
    ShereinDabbah authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    3c7df9c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Delete Localization strings - it didnt exist before

    remove displayNames from capabilities
    replace displayNameKey by DisplayName in FormattingSettings
    Sherein Dabbah committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    d275cb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Update visuals-api version to 5.1.0

    Sherein Dabbah committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    dc1c493 View commit details
    Browse the repository at this point in the history
  2. Update visuals-api version to 5.1.0

    Sherein Dabbah committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    54b69e1 View commit details
    Browse the repository at this point in the history
  3. Fix npm run lint errors

    Sherein Dabbah committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b3e1617 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Additional version change and Add changelog

    Sherein Dabbah committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    e68e994 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Description and comments modifications

    Sherein Dabbah committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    60f12d8 View commit details
    Browse the repository at this point in the history
  2. Update package-lock

    Sherein Dabbah committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    d8c4359 View commit details
    Browse the repository at this point in the history
  3. Change version to 5.0.0

    Sherein Dabbah committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    8887dc7 View commit details
    Browse the repository at this point in the history
  4. Update sample bar chart docs

    Sherein Dabbah committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    769f106 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. add d3-selection v1 dependency

    Sherein Dabbah committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    05ac876 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    41a6f86 View commit details
    Browse the repository at this point in the history
  2. Adding typescript dependency

    Sherein Dabbah committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    890a500 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Add topLevelToggle boolean

    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    919bffb View commit details
    Browse the repository at this point in the history
  2. Update barChart formatting settings model

    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    cee76c3 View commit details
    Browse the repository at this point in the history
  3. Modify formatting settings to use formatting model utils service & Ad…

    …d strings localization
    
    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    d746aba View commit details
    Browse the repository at this point in the history
  4. Delete Localization strings - it didnt exist before

    remove displayNames from capabilities
    replace displayNameKey by DisplayName in FormattingSettings
    
    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    82dacfa View commit details
    Browse the repository at this point in the history
  5. Update visuals-api version to 5.1.0

    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    b579279 View commit details
    Browse the repository at this point in the history
  6. Update visuals-api version to 5.1.0

    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    972f43e View commit details
    Browse the repository at this point in the history
  7. Fix npm run lint errors

    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    2a13c9f View commit details
    Browse the repository at this point in the history
  8. Additional version change and Add changelog

    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    9d7b86e View commit details
    Browse the repository at this point in the history
  9. Description and comments modifications

    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f08668f View commit details
    Browse the repository at this point in the history
  10. Update package-lock

    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f65a625 View commit details
    Browse the repository at this point in the history
  11. Change version to 5.0.0

    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ee57175 View commit details
    Browse the repository at this point in the history
  12. Update sample bar chart docs

    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    4bb51f0 View commit details
    Browse the repository at this point in the history
  13. add d3-selection v1 dependency

    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    58d2199 View commit details
    Browse the repository at this point in the history
  14. Microsoft mandatory file

    Signed-off-by: Sherein Dabbah <[email protected]>
    microsoft-github-policy-service[bot] authored and Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ed40f1d View commit details
    Browse the repository at this point in the history
  15. Adding typescript dependency

    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    77ce691 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'dev/sdabbah/formattingmodel-interfaces' of https://gith…

    …ub.com/microsoft/PowerBI-visuals-sampleBarChart into dev/sdabbah/formattingmodel-interfaces
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    03de612 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'dev/sdabbah/formattingmodel-interfaces' of https://gith…

    …ub.com/microsoft/PowerBI-visuals-sampleBarChart into dev/sdabbah/formattingmodel-interfaces
    
    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    685eb12 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'dev/sdabbah/formattingmodel-interfaces' of https://gith…

    …ub.com/microsoft/PowerBI-visuals-sampleBarChart into dev/sdabbah/formattingmodel-interfaces
    
    Signed-off-by: Sherein Dabbah <[email protected]>
    Sherein Dabbah committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    1dd833d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Revert "Adding typescript dependency"

    This reverts commit 890a500.
    Sherein Dabbah committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2dd5342 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Add topLevelToggle boolean

    Sherein Dabbah committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    407d681 View commit details
    Browse the repository at this point in the history
  2. Update barChart formatting settings model

    Sherein Dabbah committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    93f23dd View commit details
    Browse the repository at this point in the history
  3. Revert "Update barChart formatting settings model"

    This reverts commit 93f23dd.
    Sherein Dabbah committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    7fd3c5b View commit details
    Browse the repository at this point in the history