diff --git a/flot/jquery.flot.d.ts b/flot/jquery.flot.d.ts index fc484aae5..542810545 100644 --- a/flot/jquery.flot.d.ts +++ b/flot/jquery.flot.d.ts @@ -72,7 +72,7 @@ declare module jquery.flot { } interface seriesOptions { - color?: number; + color?: any; // color or number label?: string; lines?: linesOptions; bars?: barsOptions;