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
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
45f286c
Migrate SampleBarChart to new Formatting Model Pane
Jul 5, 2022
87a6623
Add topLevelToggle boolean
Jul 5, 2022
fa20f56
Update barChart formatting settings model
Aug 2, 2022
6937e3d
Modify formatting settings to use formatting model utils service & Ad…
Aug 15, 2022
3c7df9c
Merge pull request #104 from microsoft/dev/sdabbah/Modify-UseFormatti…
ShereinDabbah Sep 4, 2022
d275cb2
Delete Localization strings - it didnt exist before
Sep 25, 2022
dc1c493
Update visuals-api version to 5.1.0
Oct 19, 2022
54b69e1
Update visuals-api version to 5.1.0
Oct 19, 2022
b3e1617
Fix npm run lint errors
Oct 19, 2022
e68e994
Additional version change and Add changelog
Oct 20, 2022
60f12d8
Description and comments modifications
Oct 23, 2022
d8c4359
Update package-lock
Oct 23, 2022
8887dc7
Change version to 5.0.0
Oct 23, 2022
769f106
Update sample bar chart docs
Oct 23, 2022
05ac876
add d3-selection v1 dependency
Oct 25, 2022
41a6f86
Merge branch 'main' into dev/sdabbah/formattingmodel-interfaces
ShereinDabbah Dec 27, 2022
890a500
Adding typescript dependency
Dec 27, 2022
919bffb
Add topLevelToggle boolean
Jul 5, 2022
cee76c3
Update barChart formatting settings model
Aug 2, 2022
d746aba
Modify formatting settings to use formatting model utils service & Ad…
Aug 15, 2022
82dacfa
Delete Localization strings - it didnt exist before
Sep 25, 2022
b579279
Update visuals-api version to 5.1.0
Oct 19, 2022
972f43e
Update visuals-api version to 5.1.0
Oct 19, 2022
2a13c9f
Fix npm run lint errors
Oct 19, 2022
9d7b86e
Additional version change and Add changelog
Oct 20, 2022
f08668f
Description and comments modifications
Oct 23, 2022
f65a625
Update package-lock
Oct 23, 2022
ee57175
Change version to 5.0.0
Oct 23, 2022
4bb51f0
Update sample bar chart docs
Oct 23, 2022
58d2199
add d3-selection v1 dependency
Oct 25, 2022
ed40f1d
Microsoft mandatory file
microsoft-github-policy-service[bot] Sep 22, 2022
77ce691
Adding typescript dependency
Dec 27, 2022
03de612
Merge branch 'dev/sdabbah/formattingmodel-interfaces' of https://gith…
Feb 20, 2023
685eb12
Merge branch 'dev/sdabbah/formattingmodel-interfaces' of https://gith…
Feb 20, 2023
1dd833d
Merge branch 'dev/sdabbah/formattingmodel-interfaces' of https://gith…
Feb 20, 2023
2dd5342
Revert "Adding typescript dependency"
Feb 22, 2023
407d681
Add topLevelToggle boolean
Jul 5, 2022
93f23dd
Update barChart formatting settings model
Aug 2, 2022
7fd3c5b
Revert "Update barChart formatting settings model"
Mar 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,13 @@
],
"objects": {
"enableAxis": {
"displayName": "Enable Axis",
"properties": {
"show": {
"displayName": "Enable Axis",
"type": {
"bool": true
}
},
"fill": {
"displayName": "Color",
"type": {
"fill": {
"solid": {
Expand All @@ -69,10 +66,8 @@
}
},
"colorSelector": {
"displayName": "Data Colors",
"properties": {
"fill": {
"displayName": "Color",
"type": {
"fill": {
"solid": {
Expand All @@ -84,24 +79,20 @@
}
},
"generalView": {
"displayName": "General View",
"properties": {
"opacity": {
"displayName": "Bars Opacity",
"type": {
"integer": true
}
},
"showHelpLink": {
"displayName": "Show Help Button",
"type": {
"bool": true
}
}
}
},
"averageLine": {
"displayName": "Average Line",
"objectCategory": 2,
"properties": {
"show": {
Expand All @@ -115,7 +106,6 @@
}
},
"fill": {
"displayName": "Color",
"type": {
"fill": {
"solid": {
Expand All @@ -125,7 +115,6 @@
}
},
"showDataLabel": {
"displayName": "Data label",
"type": {
"bool": true
}
Expand All @@ -148,5 +137,6 @@
"roles": [
"category"
]
}
},
"privileges": []
}
Loading