prometheus/web
Julius Volz b3978fe869 Fix Rickshaw/D3 version mismatch.
When Rickshaw was updated to 1.5.1 in
fd43daf82e,
the Rickshaw upstream package now contained 3 different D3 files:

d3.min.js
d3.v2.js
d3.v3.js

For details on why that is, see
https://groups.google.com/forum/#!topic/d3-js/lXQgKA7mtEw

For the 1.5.1 Rickshaw to work properly (being able to format dates with
D3 without causing a JS error), it needs d3.v2.js or d3.v3.js, not the
d3.min.js one. I chose to update us to d3.v3.js now, since that is the
most recent and minified version, and I didn't see any problems with it
(also, the current Rickshaw examples are using that D3 version).

Currently, displaying graphs with a range >14d is broken. This fixes
that.
2015-02-02 23:41:36 +01:00
..
api Clean up license issues. 2015-01-21 20:07:45 +01:00
blob Merge web/blob/Makefile into web/Makefile 2015-01-29 19:12:32 -05:00
httputils Clean up license issues. 2015-01-21 20:07:45 +01:00
static Fix Rickshaw/D3 version mismatch. 2015-02-02 23:41:36 +01:00
templates Fix Rickshaw/D3 version mismatch. 2015-02-02 23:41:36 +01:00
.gitignore Ignore web/static/generated and build/root/share 2013-04-25 12:33:27 +02:00
alerts.go Clean up license issues. 2015-01-21 20:07:45 +01:00
consoles.go Clean up license issues. 2015-01-21 20:07:45 +01:00
handler.go Clean up license issues. 2015-01-21 20:07:45 +01:00
Makefile Improve comments about embedding. 2015-02-02 12:37:39 +01:00
status.go Clean up license issues. 2015-01-21 20:07:45 +01:00
web.go Clean up license issues. 2015-01-21 20:07:45 +01:00