@@ -8,7 +8,7 @@ module DotHelper |
||
8 | 8 |
} rescue false) |
9 | 9 |
decorate_svg(svg, agents).html_safe |
10 | 10 |
else |
11 |
- uriquery=URI.encode_www_form(cht: 'gv', chl: agents_dot(agents)) |
|
11 |
+ uriquery = URI.encode_www_form(cht: 'gv', chl: agents_dot(agents)) |
|
12 | 12 |
#Get query maximum length should be under 2048 bytes with including "chart?" of google chart request url |
13 | 13 |
if uriquery.length > 2042 |
14 | 14 |
"Too many agent to display, please check unused agents" |