mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Change the design and colours of the metric graphs
This commit is contained in:
parent
f714176f39
commit
0b58160f6d
@ -26,7 +26,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div>
|
||||
<canvas id="metric-{{ $metric->id }}" height="150" width="600"></canvas>
|
||||
<canvas id="metric-{{ $metric->id }}" height="125" width="600"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -44,8 +44,8 @@
|
||||
showTooltips: false,
|
||||
labels: hourList,
|
||||
datasets: [{
|
||||
fillColor: "rgba(220,220,220,0.2)",
|
||||
strokeColor: "rgba(220,220,220,1)",
|
||||
fillColor: "rgba(220,220,220,0.1)",
|
||||
strokeColor: "rgba(52,152,219,0.6)",
|
||||
pointColor: "rgba(220,220,220,1)",
|
||||
pointStrokeColor: "#fff",
|
||||
pointHighlightFill: "#fff",
|
||||
|
Loading…
x
Reference in New Issue
Block a user