Skip to content

Commit 2a7a600

Browse files
isobelthompsonyantantether
authored andcommitted
data visualisation
encoding/filters sections requirements/pie and donut/tables/tooltips sections colour section Power BI index and Best Practices and Standards sections power BI learn section a11y guidance link to data visualisation principles NHS colour palette tooltips Categorical data tables or charts chart types seq data primary colours table best practices data-a11y
1 parent bc4a67c commit 2a7a600

File tree

170 files changed

+3279
-5498
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+3279
-5498
lines changed

lib/_components/colorCard/template.njk

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
{% endif %}
1111
<div>{{ colorBlock(params) }}</div>
1212
<dl>
13+
{% if params.css %}
14+
<dt>CSS</dt>
15+
<dd>{{params.css}}</dd>
16+
{% endif %}
1317
<dt>Hex</dt>
1418
<dd>{{params.color}}</dd>
1519
<dt>RGB</dt>

0 commit comments

Comments
 (0)