mirror of
https://github.com/seigler/neat-charts
synced 2025-07-27 01:16:09 +00:00
fix: missing space
This commit is contained in:
parent
d0f39f04ea
commit
9649e68e23
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ namespace NeatCharts {
|
||||||
</feMerge>
|
</feMerge>
|
||||||
</filter>
|
</filter>
|
||||||
</defs>').'
|
</defs>').'
|
||||||
<g class="neatchart"'.( $this->options['shadow'] == 'none' ? '' : 'filter="url(#shadow)"').'>'.
|
<g class="neatchart"'.( $this->options['shadow'] == 'none' ? '' : ' filter="url(#shadow)"').'>'.
|
||||||
$gridLabelXML.'
|
$gridLabelXML.'
|
||||||
<g
|
<g
|
||||||
class="chart__bars"
|
class="chart__bars"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue