Pro Power BI Theme Creation: JSON Stylesheets for Automated Dashboard Formatting by Adam Aspin

Pro Power BI Theme Creation: JSON Stylesheets for Automated Dashboard Formatting by Adam Aspin

Author:Adam Aspin [Aspin, Adam]
Language: eng
Format: epub
ISBN: 9781484270684
Publisher: Apress


labels

Data labels

plotArea

Plot area

title

Title

lockAspect

Lock aspect

border

Border

dropShadow

Shadow

visualHeader

Visual header

The JSON code that specifies formatting for a clustered bar chart is available in the sample file Attributes_ClusteredBarChart.json.

In the interest of completeness, here is the JSON code that defines the formatting of a clustered bar chart:"clusteredBarChart":

{"*" :

{

"general": [{... code not shown ...}]

"legend": [{... code not shown ...}],

"categoryAxis": [{

"show": true,

"position": "Left",

"color": {"solid": {"color": "#949494"}},

"fontSize": 8,

"fontFamily": "Arial",

"preferredCategoryWidth": 20,

"maxMarginFactor": 25,

"innerPadding": 15,

"showAxisTitle": true,

"axisStyle": "showTitleOnly",

"titleColor": {"solid": {"color": "#949494"}},

"titleText": "Add an Axis Title",

"titleFontSize": 8,

"titleFontFamily": "Arial"

}],

"valueAxis": [{

"show": true,

"axisScale": "Linear",

"start": null,

"end": null,

"labelColor": {"solid": {"color": "#949494"}},

"fontSize": 8,

"fontFamily": "Arial",

"labelPrecision": 0,

"labelDisplayUnits": 2,

"showAxisTitle": true,

"axisStyle": "ShowTitleOnly",

"color": {"solid": {"color": "#949494"}},

"titleText": "Add an Axis Title",

"titleFontSize": 8,

"titleFontFamily": "Arial",

"gridLineShow": false,

"gridLineColor": {"solid": {"color": "#949494"}},

"gridLineThickness": 1,

"gridlineStyle": "Solid"

}],

"zoom: [{... code not shown ...}]

"labels": [{

"show": true,

"color": {"solid": {"color": "#FFFFFF"}},

"labelDisplayUnits": 1,

"labelPrecision": 2,

"labelPosition": "InsideEnd",

"labelOverflow": true,

"fontFamily": "Arial",

"fontSize": 7,

"enableBackground": false,

"backgroundColor": {"solid": {"color": "#949494"}},

"backgroundTransparency": 0

}],

"plotArea": [{... code not shown ...}],

"title": [{... code not shown ...}],

"background": [{... code not shown ...}],

"lockAspect": [{... code not shown ...}],

"border": [{... code not shown ...}],

"dropShadow": [{... code not shown ...}],

"visualTooltip": [{... code not shown ...}],

"visualHeader": [{... code not shown ...}]

}

}



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.