Commit Graph

826 Commits (864ef0282cfd818eb0c611988098f363605186ea)
 

Author SHA1 Message Date
Anthony Ryan 864ef0282c Fix an unrelated style guide violation merged earlier today 13 years ago
Anthony Ryan c14eaf4587 CSP compatibility for flot legend 13 years ago
David Schnur 9671e73def Merge pull request #1113 from trask/highlight-vertexes-when-no-points
Highlight vertexes when no points
13 years ago
David Schnur 9bb52ea5b9 Merge branch '0.9-jsDoc-fix' of https://github.com/ameyms/flot into ameyms-0.9-jsDoc-fix
Conflicts:
	jquery.flot.js
13 years ago
David Schnur 6e76ffff14 Merge pull request #1168 from ameyms/0.9-use-jq-isNumeric
A new isNumeric function instead of typeof number
13 years ago
Amey Sakhadeo 61fb96d792 Use jsDoc style comments 13 years ago
Amey Sakhadeo 77405d86f5 Use jquery.isNumeric instead of typeof number 13 years ago
David Schnur 7aeaf99c29 Merge pull request #1144 from nschonni/0.9-move-dependencies-to-bower
0.9 move dependencies to bower
13 years ago
Nick Schonning 4e66f981e2 Move non-Bower third party code under lib 13 years ago
Nick Schonning f849daa090 Add missing Bower package values
Values from package.json
13 years ago
Nick Schonning 0147811776 Rename Bower file
The component.json filename has been depreciated
13 years ago
David Schnur 881fc001b7 Merge pull request #1152 from sgissinger/patch-3
Update jquery.flot.threshold.js
13 years ago
David Schnur cc1d6bf38c Minor cleanup in axisOptions check. 13 years ago
David Schnur 80851c0dd7 Merge pull request #1107 from trask/undefined-axis-options-fix
Handle undefined axisOptions in 0.9-work
13 years ago
David Schnur 5ae2236caa Merge pull request #1145 from nschonni/0.9-tabs-to-spaces
Convert all tabs to 4-space indents.
13 years ago
sgissinger 0006469d9f Update jquery.flot.threshold.js
Displays the serie base color and the threshold color side by side in the legend.
When no treshold is color is set, default black color is used.
13 years ago
Nick Schonning 7c52f44431 Convert remaining tabs to spaces 13 years ago
David Schnur 8e2f09a97c Merge pull request #1141 from nschonni/0.9-jshint-indent4
0.9 jshint indent4
13 years ago
Nick Schonning 678ff275ba Enforce indenting with JSHint
- Doesn't differentiate between tabs and spaces
- Switch/Case indenting may seem odd to some
13 years ago
David Schnur d76e1cb2ec Merge pull request #1139 from nschonni/0.9-grunt-build
0.9 grunt build
13 years ago
David Schnur aa2d7d1043 Merge pull request #1140 from nschonni/0.9-add-editorconfig
0.9 add editorconfig
13 years ago
Nick Schonning 9fb67cf4b6 Add EditorConfig setting
Allows for consistent spacing and indenting when combined with supported
IDEs
13 years ago
Nick Schonning 529a087f09 Replace Makefile with Grunt 13 years ago
Trask Stalnaker a17be4c57e Highlight vertexes when no points
When series.points.show is false, currently a ring appears on highlight
around where the point would have been.  Instead, display the point on
highlight.
13 years ago
Trask Stalnaker 5e3ba78f6f Handle undefined axisOptions
I ran into this issue when upgrading from 0.8.1 to 0.9-work.
13 years ago
David Schnur 4318eeaed0 Merge pull request #1090 from dnschnur/axis-labels
Added axis labels and rotated text support.
13 years ago
David Schnur 4d1042abf6 Rotate y-axis labels by 90 degrees.
The labels are rotated counter-clockwise for left axes and clockwise for
right axes.
13 years ago
David Schnur 6350cc6700 Added core support for rotated HTML text. 13 years ago
David Schnur 97f2a127ae Axes can now have basic horizontal text labels.
Labels are provided via a 'label' option on the axis, and can be styled
with the flot-axis-label class.  The labelFont option works similarly to
tickFont, as an override for the default font or the flot-axis-label
class.  The labelPadding option adds extra space between the axis and
its label.

Since most plots with axis labels currently use @markrcote's
flot-axislabels plugin, we also support the axisLabel and
axisLabelPadding options, and the axisLabels / axis[name]Label CSS
classes, to make it as easy as possible to transition from that plugin.
These are deprecated, and will be removed in 1.0.

The implementation uses the internal text API introduced in 0.8.
13 years ago
David Schnur 5209b8cd7f Inline legacyStyles; it wasn't reused anyway. 13 years ago
David Schnur f75a5a514f Updated axis option defaults and documentation.
Updated the axis option defaults and docs for tickColor, tickFont,
tickWidth, and tickHeight. Also re-organized the API docs to match the
master list, and revised many areas for clarity.
13 years ago
David Schnur 8d38774cac Added axis.tickFont as an override for axis.font. 13 years ago
David Schnur 65c38d0b59 Minor reordering of axis options. 13 years ago
David Schnur cfe16e1edb Rename labelWidth/Height to tickWidth/Height. 13 years ago
David Schnur b079efca0d Merge branch 'code-cleanup' into 0.9-work
Conflicts:
	jquery.flot.js
	jquery.flot.threshold.js
13 years ago
David Schnur bb18e099f1 Merge branch 'master' into 0.9-work 13 years ago
David Schnur bd191efb89 Fix further trailing and inconsistent whitespace. 13 years ago
David Schnur 1b29c62fe0 Tweak Travis test target to omit dependencies. 13 years ago
David Schnur 797099867b Pull inline dependencies out into their own files.
We can inline the dependencies automatically as part of the build
process.
13 years ago
David Schnur ffcd71f416 Miscellaneous code cleanup. 13 years ago
David Schnur b074bde4aa Updated credits for API table of contents. 13 years ago
David Schnur a4c4163109 Merge pull request #1064 from brianpeiris/patch-1
Add table of contents
13 years ago
Brian Peiris 2b901841b2 Move TOC below main title and make it horizontal 13 years ago
Brian Peiris d777b2e795 Add table of contents
The reference document is quite large; a table of contents would help readers navigate and find topics. (TOC was generated via [DocToc](http://doctoc.herokuapp.com/))
13 years ago
David Schnur 3de9c0e99c Don't cache hasOwnProperty.
It's a little confusing, JSHint complains, and it doesn't make a big
difference anyway.
13 years ago
David Schnur 13cbd2ce11 Updated credits for threshold above operator. 13 years ago
David Schnur 82da190c04 Merge pull request #1058 from kquinsland/threshholdUpdate
Updated threshold plugin to work with 'above' operator. Resolves #1059.
13 years ago
David Schnur 2b744b1d5f Add timezoneJS to the JSHint allowed globals.
We trust that jquery.flot.time.js checks for timezoneJS's existence
before using it.
13 years ago
David Schnur 5c005f6b88 Wrap for...in loop bodies with hasOwnProperty. 13 years ago
David Schnur e0413b9308 Factor out duplicate variable definitions. 13 years ago