# HG changeset patch # User hamidouk # Date 1326731097 -3600 # Node ID fa45fe371faf2a6ce30a02007dadd51be0bb0121 # Parent a6b64eeeb76db47ec9994d70c02a669a3a604a43 added a new option to specify the width of a sparklineWidget column diff -r a6b64eeeb76d -r fa45fe371faf 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 }