fix: missing space

This commit is contained in:
Joshua Seigler 2017-03-07 02:21:25 -05:00
parent d0f39f04ea
commit 9649e68e23

View file

@ -85,7 +85,7 @@ namespace NeatCharts {
</feMerge>
</filter>
</defs>').'
<g class="neatchart"'.( $this->options['shadow'] == 'none' ? '' : 'filter="url(#shadow)"').'>'.
<g class="neatchart"'.( $this->options['shadow'] == 'none' ? '' : ' filter="url(#shadow)"').'>'.
$gridLabelXML.'
<g
class="chart__bars"