Skip to content

Commit

Permalink
PowerBI fontFamily selector
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jul 11, 2023
1 parent 9a509b8 commit acd36a1
Showing 1 changed file with 4 additions and 160 deletions.
164 changes: 4 additions & 160 deletions capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,46 +605,7 @@
},
"xlimit_tick_font": {
"displayName": "Tick Font",
"type": {
"enumeration" : [
{
"displayName" : "Arial",
"value" : "'Arial', sans-serif"
},
{
"displayName" : "Verdana",
"value" : "'Verdana', sans-serif"
},
{
"displayName" : "Tahoma",
"value" : "'Tahoma', sans-serif"
},
{
"displayName" : "Trebuchet MS",
"value" : "'Trebuchet MS', sans-serif"
},
{
"displayName" : "Times New Roman",
"value" : "'Times New Roman', serif"
},
{
"displayName" : "Georgia",
"value" : "'Georgia', serif"
},
{
"displayName" : "Garamond",
"value" : "'Garamond', serif"
},
{
"displayName" : "Courier New",
"value" : "'Courier New', monospaced"
},
{
"displayName" : "Brush Script MT",
"value" : "'Brush Script MT', cursive"
}
]
}
"type": { "formatting": { "fontFamily": true } }
},
"xlimit_tick_size": {
"displayName": "Tick Font Size",
Expand Down Expand Up @@ -699,46 +660,7 @@
},
"xlimit_label_font": {
"displayName": "Label Font",
"type": {
"enumeration" : [
{
"displayName" : "Arial",
"value" : "'Arial', sans-serif"
},
{
"displayName" : "Verdana",
"value" : "'Verdana', sans-serif"
},
{
"displayName" : "Tahoma",
"value" : "'Tahoma', sans-serif"
},
{
"displayName" : "Trebuchet MS",
"value" : "'Trebuchet MS', sans-serif"
},
{
"displayName" : "Times New Roman",
"value" : "'Times New Roman', serif"
},
{
"displayName" : "Georgia",
"value" : "'Georgia', serif"
},
{
"displayName" : "Garamond",
"value" : "'Garamond', serif"
},
{
"displayName" : "Courier New",
"value" : "'Courier New', monospaced"
},
{
"displayName" : "Brush Script MT",
"value" : "'Brush Script MT', cursive"
}
]
}
"type": { "formatting": { "fontFamily": true } }
},
"xlimit_label_size": {
"displayName": "Label Font Size",
Expand Down Expand Up @@ -806,46 +728,7 @@
},
"ylimit_tick_font": {
"displayName": "Tick Font",
"type": {
"enumeration" : [
{
"displayName" : "Arial",
"value" : "'Arial', sans-serif"
},
{
"displayName" : "Verdana",
"value" : "'Verdana', sans-serif"
},
{
"displayName" : "Tahoma",
"value" : "'Tahoma', sans-serif"
},
{
"displayName" : "Trebuchet MS",
"value" : "'Trebuchet MS', sans-serif"
},
{
"displayName" : "Times New Roman",
"value" : "'Times New Roman', serif"
},
{
"displayName" : "Georgia",
"value" : "'Georgia', serif"
},
{
"displayName" : "Garamond",
"value" : "'Garamond', serif"
},
{
"displayName" : "Courier New",
"value" : "'Courier New', monospaced"
},
{
"displayName" : "Brush Script MT",
"value" : "'Brush Script MT', cursive"
}
]
}
"type": { "formatting": { "fontFamily": true } }
},
"ylimit_tick_size": {
"displayName": "Tick Font Size",
Expand Down Expand Up @@ -900,46 +783,7 @@
},
"ylimit_label_font": {
"displayName": "Label Font",
"type": {
"enumeration" : [
{
"displayName" : "Arial",
"value" : "'Arial', sans-serif"
},
{
"displayName" : "Verdana",
"value" : "'Verdana', sans-serif"
},
{
"displayName" : "Tahoma",
"value" : "'Tahoma', sans-serif"
},
{
"displayName" : "Trebuchet MS",
"value" : "'Trebuchet MS', sans-serif"
},
{
"displayName" : "Times New Roman",
"value" : "'Times New Roman', serif"
},
{
"displayName" : "Georgia",
"value" : "'Georgia', serif"
},
{
"displayName" : "Garamond",
"value" : "'Garamond', serif"
},
{
"displayName" : "Courier New",
"value" : "'Courier New', monospaced"
},
{
"displayName" : "Brush Script MT",
"value" : "'Brush Script MT', cursive"
}
]
}
"type": { "formatting": { "fontFamily": true } }
},
"ylimit_label_size": {
"displayName": "Label Font Size",
Expand Down

0 comments on commit acd36a1

Please sign in to comment.