diff --git a/jquery.flot.js b/jquery.flot.js
index 9f6a909..14025b5 100644
--- a/jquery.flot.js
+++ b/jquery.flot.js
@@ -34,16 +34,20 @@ Licensed under the MIT license.
// the actual Flot code
(function($) {
+ // Cache the prototype hasOwnProperty for faster access
+
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
+
// Add default styles for tick labels and other text
+ var STYLES = [
+ ".flot-tick-label {font-size:smaller;color:#545454;}"
+ ];
+
$(function() {
- $("head").prepend("");
+ $("head").prepend("");
});
- // Cache the prototype hasOwnProperty for faster access
-
- var hasOwnProperty = Object.prototype.hasOwnProperty;
-
///////////////////////////////////////////////////////////////////////////
// The Canvas object is a wrapper around an HTML5