Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/12/13 15:10:06 (11 years ago)
Author:
pfleck
Message:

#2063:
Started integrating Hive statistics into statistics web project.
Added jqPlot library for charting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/App_Start/BundleConfig.cs

    r9604 r9617  
    5454                  "~/Content/themes/base/jquery.ui.progressbar.css",
    5555                  "~/Content/themes/base/jquery.ui.theme.css"));
     56
     57      bundles.Add(new ScriptBundle("~/Scripts/jqPlot/jquery.jqplot").Include(
     58                  "~/Scripts/jqPlot/jquery.jqplot.js"));
     59
     60      bundles.Add(new StyleBundle("~/Styles/jqPlot/jquery.jqplot").Include(
     61                  "~/Scripts/jqPlot/jquery.jqplot.css"));
    5662    }
    5763  }
Note: See TracChangeset for help on using the changeset viewer.