Update Svg definition

This commit is contained in:
Sunny Juneja
2018-05-25 13:11:38 -07:00
parent 8091b46536
commit ae8828d2c7

View File

@@ -519,7 +519,7 @@ declare namespace Chartist {
interface ChartistSvgStatic {
new (name: HTMLElement | string, attributes: Object, className?: string, parent?: Object, insertFirst?: boolean): IChartistSvg;
new (name?: HTMLElement | string, attributes?: Object, className?: string, parent?: Object, insertFirst?: boolean): IChartistSvg;
Easing: ChartistEasingStatic;