Better example of metrics.
This commit is contained in:
@@ -21,9 +21,9 @@ class MetricTableSeeder extends Seeder
|
|||||||
{
|
{
|
||||||
$defaultMetrics = [
|
$defaultMetrics = [
|
||||||
[
|
[
|
||||||
'name' => 'Demo Metric',
|
'name' => 'Cups of coffee',
|
||||||
'suffix' => 'rnd',
|
'suffix' => 'Cups',
|
||||||
'description' => 'Random data points.',
|
'description' => 'How many cups of coffee we\'ve drank.',
|
||||||
'default_value' => 0,
|
'default_value' => 0,
|
||||||
'calc_type' => 1,
|
'calc_type' => 1,
|
||||||
'display_chart' => 1,
|
'display_chart' => 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user