square linecaps are much faster to render

This commit is contained in:
Joshua Seigler 2016-07-07 01:37:49 -04:00
parent 6f33d2b1d4
commit acd456611e
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ namespace NeatCharts {
fill-opacity="0.5"
stroke="'.( $this->options['barColor'] ).'"
stroke-width="2"
stroke-linecap="round"
stroke-linecap="square"
>
<path d="'.( $chartPoints ).'" />
</g>

View file

@ -75,7 +75,7 @@ namespace NeatCharts {
class="chart__bars"
stroke="'.( $this->options['barColor'] ).'"
stroke-width="1"
stroke-linecap="round"
stroke-linecap="square"
>
<g
class="chart__whiskers"