This PR changes the clipping behavior to only require one 'clip-path' attribute per series plus one for each line, bar and area.
Previously a 'clip-path' attribute was set for each point, which for graphs with many points can lead to performance problems (Although not really dramatic ones TBH).
Anyhow this shouldn't harm and increase the performance a bit.
This PR changes the clipping behavior to only require one 'clip-path' attribute per series plus one for each line, bar and area. Previously a 'clip-path' attribute was set for each point, which for graphs with many points can lead to performance problems (Although not really dramatic ones TBH). Anyhow this shouldn't harm and increase the performance a bit.