comparison views/bottledash_view.tpl @ 25:05e5441c5160

charts will now be displayed as they should!
author sean
date Fri, 14 Aug 2015 00:31:48 +0200
parents 7d431b779512
children af280057d5fa
comparison
equal deleted inserted replaced
24:7d431b779512 25:05e5441c5160
182 status = "active" 182 status = "active"
183 else : 183 else :
184 status = "dead" 184 status = "dead"
185 end 185 end
186 186
187 elif tile["type"] == "d3js" : 187 elif tile["type"] == "web_view" :
188 type = "chart" 188 type = tile["type"]
189 uid = tile["div_name"] 189 uid = tile["div_name"]
190 tile_content = web_view.make_chart(tile["script"], tile["div_name"]) 190 tile_content = web_view.make_chart(tile["script"], tile["div_name"])
191 end 191 end
192 %> 192 %>
193 193
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)