diff --git a/client/cz-graph-card.html b/client/cz-graph-card.html new file mode 100644 index 0000000..1642cf5 --- /dev/null +++ b/client/cz-graph-card.html @@ -0,0 +1,48 @@ + + + + + + + + + + diff --git a/client/cz-graph-feed-source.html b/client/cz-graph-feed-source.html new file mode 100644 index 0000000..d1ed6ff --- /dev/null +++ b/client/cz-graph-feed-source.html @@ -0,0 +1,59 @@ + + + + + + + + + + + + + diff --git a/client/cz-registry.html b/client/cz-registry.html index 4c366ca..eaba590 100644 --- a/client/cz-registry.html +++ b/client/cz-registry.html @@ -23,7 +23,7 @@ }, attached: function() { - this.async(this.update, 300000); + this.async(this.update, 10000); }, update: function() { @@ -31,7 +31,7 @@ for (var i = 0; i < sources.length; i++) { sources[i].update && sources[i].update(); } - this.async(this.update, 300000); + this.async(this.update, 10000); }, registerSource: function(type, query, callback) { diff --git a/configs/animations-ave.json b/configs/animations-ave.json index 8e5cde6..9e84a2d 100644 --- a/configs/animations-ave.json +++ b/configs/animations-ave.json @@ -23,6 +23,7 @@ "cz-regression-dash", "cz-review-latency-dash(false)", "cz-review-load-dash", + "cz-graph-feed-source", "cz-shields-dash(web-animations-next)" ], "timezones": [ @@ -47,5 +48,15 @@ "tag": "cz-github-issues", "query": {"repo": "web-animations/web-animations-js"} } +}, +"graph-sources": { + "all issue score": { + "heading": "DEF", + "source": "https://docs.google.com/a/google.com/spreadsheets/d/1rGOTr8Fr7ojLNMCThTT_saXmMomepaJ1pCP4d8HWTyY/pubchart?oid=369737749&format=image" + }, + "sub-quarterly score": { + "heading": "", + "source": "https://docs.google.com/a/google.com/spreadsheets/d/1rGOTr8Fr7ojLNMCThTT_saXmMomepaJ1pCP4d8HWTyY/pubchart?oid=2017104650&format=image" + } } }