Commit Graph

8 Commits

Author SHA1 Message Date
Tom von Clef
81666ce70c Updating jquery.flot.d.ts. Fixing type for seriesOptions.color
Flot allows the color to be a number or a string. 

See: https://github.com/flot/flot/blob/master/API.md

------------
> The format of a single series object is as follows:
'''javascript
{
    color: color or number
    // other stuff
}
'''

> If you don't specify color, the series will get a color from the 
> auto-generated colors. The color is either a CSS color 
> specification (like "rgb(255, 100, 123)") or an integer that 
> specifies which of auto-generated colors to select, e.g. 0 will get 
> color no. 0, etc.
2013-11-07 13:51:24 -05:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Diullei Gomes
0ac130b9b4 bug fix - jquery.flot 2013-06-21 23:53:09 -03:00
Boris Yankov
b785ffc254 Update readme and metadata in several definition files 2013-01-20 07:08:19 +02:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Matt Burland
2c11ca9d46 Adding flot definitions 2012-12-04 10:45:32 -05:00