fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16327]


From: nelson . guerra
Subject: [Fmsystem-commits] [16327]
Date: Thu, 16 Feb 2017 12:53:22 -0500 (EST)

Revision: 16327
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16327
Author:   nelson224
Date:     2017-02-16 12:53:22 -0500 (Thu, 16 Feb 2017)
Log Message:
-----------


Added Paths:
-----------
    branches/dev-syncromind-2/property/js/portico/utils.js

Added: branches/dev-syncromind-2/property/js/portico/utils.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/utils.js                      
        (rev 0)
+++ branches/dev-syncromind-2/property/js/portico/utils.js      2017-02-16 
17:53:22 UTC (rev 16327)
@@ -0,0 +1,13 @@
+window.chartColors = {
+       red: 'rgb(255, 99, 132)',
+       orange: 'rgb(255, 159, 64)',
+       yellow: 'rgb(255, 205, 86)',
+       green: 'rgb(75, 192, 192)',
+       blue: 'rgb(54, 162, 235)',
+       purple: 'rgb(153, 102, 255)',
+       grey: 'rgb(231,233,237)'
+};
+
+window.randomScalingFactor = function() {
+       return (Math.random() > 0.5 ? 1.0 : -1.0) * Math.round(Math.random() * 
100);
+}
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]