mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Change to where plugins is
This commit is contained in:
4
chartist/chartist.d.ts
vendored
4
chartist/chartist.d.ts
vendored
@@ -51,6 +51,8 @@ declare module Chartist {
|
||||
deserialize(data: string): Object | string | number;
|
||||
|
||||
createSvg(container: Node, width: string, height: string, className: string): Object; // TODO: Figure out if this is returning a ChartistSVGWrapper or an actual SVGElement
|
||||
|
||||
plugins: any;
|
||||
}
|
||||
|
||||
interface IChartistEscapeMap {
|
||||
@@ -141,6 +143,8 @@ declare module Chartist {
|
||||
* If true the whole data is reversed including labels, the series order as well as the whole series data arrays.
|
||||
*/
|
||||
reverseData?: boolean;
|
||||
|
||||
plugins?: Array<any>;
|
||||
}
|
||||
|
||||
interface IPieChartOptions extends IChartOptions {
|
||||
|
||||
Reference in New Issue
Block a user