mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-20 08:05:20 +01:00
Show y axis labels in metrics. Closes #824
This commit is contained in:
parent
fcf0cd675a
commit
0a682a00f7
@ -62,7 +62,6 @@
|
|||||||
new Chart(ctx).Line(data, {
|
new Chart(ctx).Line(data, {
|
||||||
tooltipTemplate: "{!! $metric->name !!}: <%= value %> {!! $metric->suffix !!}",
|
tooltipTemplate: "{!! $metric->name !!}: <%= value %> {!! $metric->suffix !!}",
|
||||||
scaleShowVerticalLines: true,
|
scaleShowVerticalLines: true,
|
||||||
scaleShowLabels: false,
|
|
||||||
responsive: true,
|
responsive: true,
|
||||||
maintainAspectRatio: false
|
maintainAspectRatio: false
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user