Better example of metrics.

This commit is contained in:
James Brooks
2015-08-06 13:57:07 +01:00
parent 36b36925c9
commit 701f947c33

View File

@@ -21,9 +21,9 @@ class MetricTableSeeder extends Seeder
{
$defaultMetrics = [
[
'name' => 'Demo Metric',
'suffix' => 'rnd',
'description' => 'Random data points.',
'name' => 'Cups of coffee',
'suffix' => 'Cups',
'description' => 'How many cups of coffee we\'ve drank.',
'default_value' => 0,
'calc_type' => 1,
'display_chart' => 1,