Commit 3741370d authored by Leo Iannacone's avatar Leo Iannacone

update to chartist 0.4.0

parent f6a72385
......@@ -269,7 +269,7 @@ footer .info {
}
.ct-chart .ct-label {
font-size: 0.85em;
font-size: 0.85em !important;
}
#distributions-chart.ct-chart {
......
......@@ -68,7 +68,7 @@ get_tablesorter
get_github "twbs" "bootstrap" "3.2.0" "dist"
# get chartist
get_github "gionkunz" "chartist-js" "0.2.1" "libdist"
get_github "gionkunz" "chartist-js" "0.4.0" "libdist"
if [ "`ls -1`" != "" ] ; then mv * ${EXT_LIBS_DIR} ; fi
cd && rm -r ${TMP_DIR}
......@@ -19,7 +19,7 @@
<script src="/external_libs/tablesorter/jquery.tablesorter.min.js"></script>
<script src="/external_libs/tablesorter/jquery.tablesorter.widgets.min.js"></script>
<script src="/external_libs/bootstrap-3.2.0/js/bootstrap.min.js"></script>
<script src="/external_libs/chartist-js-0.2.1/chartist.min.js"></script>
<script src="/external_libs/chartist-js-0.4.0/chartist.min.js"></script>
<script>
var config = <%- JSON.stringify(web) %>
......
......@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/external_libs/bootstrap-3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="/external_libs/bootstrap-3.2.0/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/external_libs/chartist-js-0.2.1/chartist.min.css">
<link rel="stylesheet" href="/external_libs/chartist-js-0.4.0/chartist.min.css">
<link rel="stylesheet" href="/external_libs/tablesorter/theme.bootstrap.css">
<link rel="stylesheet" href="/stylesheets/style.css?<%= version %>">
</head>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment