Skip to content

Commit b94ef56

Browse files
authored
Merge pull request #33 from vasgat/staging
minor color updates on charts
2 parents ffae480 + b91114b commit b94ef56

6 files changed

Lines changed: 1233 additions & 1237 deletions

File tree

dist/msa-dashboard/assets/charts/single-bar.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
"red": "#FE0000",
2020
"blue": "#7EB2E2",
2121
"navy": "#000029",
22-
"yellow": "#FFCB2B",
23-
"teal": "#8adbd3",
24-
"grey": "#4c5b66"
22+
"yellow": "#FFCB2B"
2523
}
2624
},
2725
{
@@ -162,7 +160,7 @@
162160
"signal": "barHeight"
163161
},
164162
"fill": {
165-
"signal": "colors.orange"
163+
"signal": "colors.navy"
166164
},
167165
"tooltip": {
168166
"field": "count_label"
@@ -203,7 +201,7 @@
203201
"signal": "barHeight"
204202
},
205203
"fill": {
206-
"signal": "colors.navy"
204+
"signal": "colors.orange"
207205
},
208206
"tooltip": {
209207
"field": "count_label"

dist/msa-dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
<app-root></app-root>
5454
<script src="https://use.fontawesome.com/eacca44f89.js"></script>
5555
<script type="text/javascript" src="https://js.createsend1.com/javascript/copypastesubscribeformlogic.js"></script>
56-
<script src="runtime.a81ec65f01d32c3e.js" type="module"></script><script src="polyfills.4f1a917886ceb1aa.js" type="module"></script><script src="scripts.109cb167e8380f2e.js" defer></script><script src="main.42cb7ac2349b9b9a.js" type="module"></script></body>
56+
<script src="runtime.a81ec65f01d32c3e.js" type="module"></script><script src="polyfills.4f1a917886ceb1aa.js" type="module"></script><script src="scripts.109cb167e8380f2e.js" defer></script><script src="main.9e9a79c463675a48.js" type="module"></script></body>
5757
</html>

dist/msa-dashboard/main.42cb7ac2349b9b9a.js

Lines changed: 0 additions & 1225 deletions
This file was deleted.

dist/msa-dashboard/main.9e9a79c463675a48.js

Lines changed: 1225 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/dashboard/minimum-requirements-section/minimum-requirements-section.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class MinimumRequirementsSectionComponent implements OnInit {
116116
'sum_count': assessed,
117117
'wikirate_page': wikirate_url
118118
}],
119-
210, 180, ["#FF5C45", "#000029"],
119+
210, 180, ["#000029","#FF5C45"],
120120
["Not Met", "Met"], { renderer: "svg", actions: false })
121121
this.isLoading = false
122122
})

src/assets/charts/single-bar.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
"red": "#FE0000",
2020
"blue": "#7EB2E2",
2121
"navy": "#000029",
22-
"yellow": "#FFCB2B",
23-
"teal": "#8adbd3",
24-
"grey": "#4c5b66"
22+
"yellow": "#FFCB2B"
2523
}
2624
},
2725
{
@@ -162,7 +160,7 @@
162160
"signal": "barHeight"
163161
},
164162
"fill": {
165-
"signal": "colors.orange"
163+
"signal": "colors.navy"
166164
},
167165
"tooltip": {
168166
"field": "count_label"
@@ -203,7 +201,7 @@
203201
"signal": "barHeight"
204202
},
205203
"fill": {
206-
"signal": "colors.navy"
204+
"signal": "colors.orange"
207205
},
208206
"tooltip": {
209207
"field": "count_label"

0 commit comments

Comments
 (0)