Mercurial > bottledash
diff dash.conf @ 13:63b9f41c3008
made the charts a bit more modular - can now define the div_name and the script name in the .conf data
author | sean |
---|---|
date | Wed, 05 Aug 2015 12:37:33 +0200 |
parents | 50f4c64834cb |
children | 3a9cb396905f |
line wrap: on
line diff
--- a/dash.conf Tue Aug 04 16:00:07 2015 +0200 +++ b/dash.conf Wed Aug 05 12:37:33 2015 +0200 @@ -44,6 +44,12 @@ # status: (up / down) [required] # ONLY FOR DEBUGGING PURPOSE - WILL BE REMOVED LATER # simulates up and down events for mon-type-tiles +# +# div_name: (identifier) [required for d3js-types] +# +# script: (name of a script without extension) [required for d3js-types0] +# + [tile1] type=mon @@ -62,4 +68,5 @@ [tile4] type=d3js -status=display_issues_techintern +div_name=techintern +script=display_issues_techintern