Commit Graph

19 Commits

Author SHA1 Message Date
vvakame
95d860879f remove unused .tscparams 2015-03-15 23:36:05 +09:00
Masahiro Wakame
7015592c01 Merge pull request #3850 from ksheedlo/flot-fix-interaction-typo
flot: fix interaction typo
2015-03-15 22:26:38 +09:00
Masahiro Wakame
1c33cb2d2b Merge pull request #3849 from ksheedlo/add-plugins-to-flot-definition
flot: add support for flot plugins
2015-03-15 22:21:32 +09:00
Ken Sheedlo
150c23b4c7 flot: fix interaction typo
jquery.flot.plotOptions declares a field called "interfaction" that
should actually be "interaction".
2015-03-11 15:39:50 -07:00
Ken Sheedlo
26f370917d flot: add support for flot plugins 2015-03-11 15:04:10 -07:00
Ken Sheedlo
39674bfb36 flot: fix unhighlight typo
The method is "unhighlight", but the type definition declared a version
of it as "unhightlight".
2015-03-11 14:55:52 -07:00
Michael C. Bazarewsky
2bb37c8f95 add missing axis parameter to flot tickFormatter
The tickFormatter entry for a flot axis definition now has the optional
axis argument available.
2015-03-05 16:10:25 -05:00
ryiwamoto
0a7d1f04b0 update jquery.flot.d.ts 2015-02-02 21:35:51 +09:00
ryiwamoto
76b96d4775 add type annotations 2015-02-02 21:00:06 +09:00
Mohamed Hegazy
2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Yoshiyuki Asaba
68a0f7b182 Fixed type for gridOptions.borderWidth and also changed it as optional parameter.
See: https://github.com/flot/flot/blob/master/API.md
----
> "borderWidth" is the width of the border around the plot. Set it to
> 0 to disable the border. Set it to an object with "top", "right",
> "bottom" and "left" properties to use different widths.
2014-06-24 23:46:38 +09:00
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