diff options
Diffstat (limited to 'python/gras/stats/main.js')
-rw-r--r-- | python/gras/stats/main.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/gras/stats/main.js b/python/gras/stats/main.js index 4d9f8c7..577f4dc 100644 --- a/python/gras/stats/main.js +++ b/python/gras/stats/main.js @@ -1,4 +1,9 @@ /*********************************************************************** + * Some constants + **********************************************************************/ +var GRAS_CHARTS_STD_WIDTH = 250; + +/*********************************************************************** * Stats registry data structure **********************************************************************/ var GrasStatsRegistry = function() |