added a new option to specify the width of a sparklineWidget column popcorn-port
authorhamidouk
Mon, 16 Jan 2012 17:24:57 +0100
branchpopcorn-port
changeset 641 fa45fe371faf
parent 640 a6b64eeeb76d
child 642 37693f217f8c
added a new option to specify the width of a sparklineWidget column
src/js/site.js.templ
--- a/src/js/site.js.templ	Mon Jan 16 15:06:41 2012 +0100
+++ b/src/js/site.js.templ	Mon Jan 16 17:24:57 2012 +0100
@@ -44,6 +44,9 @@
       keywords: ["#faux-raccord", "#mot-clef"],
       cinecast_version: true /* put to false to enable the platform version, true for the festival cinecast one. */
   },
+  "SparkLineWidget" : {
+      column_width: 10 // the width of a column in pixels.
+  },
   "Main" : {
       autoplay: true
   }