Skip to content
Snippets Groups Projects
Verified Commit e62f1a28 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Merge branch 'upstream'

parents 90718267 da6c94d2
No related branches found
No related tags found
No related merge requests found
Pipeline #2359 passed
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
sources. sources.
* Fixed `DEADLINE_EXCEEDED` error which occasionally occured when calling * Fixed `DEADLINE_EXCEEDED` error which occasionally occured when calling
sendNote. sendNote.
* Fixed style for gitlab-heatmap partial to match overall theme.
## 2.1.0 ## 2.1.0
......
...@@ -225,6 +225,7 @@ document.addEventListener("DOMContentLoaded", function() { ...@@ -225,6 +225,7 @@ document.addEventListener("DOMContentLoaded", function() {
// Now render it. // Now render it.
const cal = new CalHeatmap(); const cal = new CalHeatmap();
cal.paint({ cal.paint({
theme: 'light',
data: { data: {
source: newData, source: newData,
type: 'json', type: 'json',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment