diff --git a/types/chartist/index.d.ts b/types/chartist/index.d.ts index 8437ee0272..29e51dc351 100644 --- a/types/chartist/index.d.ts +++ b/types/chartist/index.d.ts @@ -1,6 +1,6 @@ // Type definitions for Chartist v0.9.81 // Project: https://github.com/gionkunz/chartist-js -// Definitions by: Matt Gibbs , Simon Pfeifer , Anastasiia Antonova , Sunny Juneja +// Definitions by: Matt Gibbs , Simon Pfeifer , Anastasiia Antonova , Sunny Juneja , Sam Raudabaugh // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare namespace Chartist { @@ -531,6 +531,10 @@ declare namespace Chartist { } interface IChartistSvg { + /** + * The SVG DOM element wrapped by IChartistSvg + */ + _node: HTMLElement; /** * Set attributes on the current SVG element of the wrapper you're currently working on.