Skip to content

Commit

Permalink
Include jquery.flot.stack* for using in multiple panels
Browse files Browse the repository at this point in the history
When using multiple panels that use the stacked graphs
(e.g. histogram and multifieldhistogram) we need to inform
grunt-requirejs plugin that jquery.flot.stack* is one the
modules to prevent double-inclusion and then problems
in the histogram rendering.

See elastic#1296

NOTE: this change is needed for getting pull#1296 to work
properly but can be merged indipendently from it.
  • Loading branch information
lucamilanesio committed Jul 31, 2014
1 parent 23cd70f commit c600970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/options/requirejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ module.exports = function(config,grunt) {
'lodash',
'filters/all',
'jquery.flot',
'jquery.flot.stack',
'jquery.flot.stackpercent',
'services/all',
'angular-strap',
'directives/all',
Expand Down

0 comments on commit c600970

Please sign in to comment.