Skip to content

Commit 67c986f

Browse files
isobelthompsonnhsbsa-pattu
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 issue sheet removed sections not yet ready to be published
1 parent 0d5cce8 commit 67c986f

Some content is hidden

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

59 files changed

+1829
-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)