mirror of
https://github.com/seigler/neat-charts
synced 2025-07-26 17:06: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>
|
||||
</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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue