diff --git a/dist/recline.css b/dist/recline.css index 610a56a7..bc71116c 100644 --- a/dist/recline.css +++ b/dist/recline.css @@ -1,23 +1,23 @@ -.recline-graph .graph { +.recline-flot .graph { height: 500px; overflow: hidden; } -.recline-graph .legend table { +.recline-flot .legend table { width: auto; margin-bottom: 0; } -.recline-graph .legend td { +.recline-flot .legend td { padding: 5px; line-height: 13px; } -.recline-graph .graph .alert { +.recline-flot .graph .alert { width: 450px; } -#recline-graph-tooltip { +#recline-flot-tooltip { position: absolute; background-color: #FEE !important; color: #000000 !important; diff --git a/dist/recline.js b/dist/recline.js index 32db2ce5..297cc26b 100644 --- a/dist/recline.js +++ b/dist/recline.js @@ -2024,7 +2024,7 @@ this.recline.View = this.recline.View || {}; // generate the element itself (you can then append view.el to the DOM. my.Flot = Backbone.View.extend({ template: ' \ -