From 14dac9b371fc3e33f12b127515f41ffec8c643b0 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 24 May 2016 16:09:37 -0700 Subject: [PATCH] Updated versioned js --- .../{all-640cf0ee36.js => all-edd914620a.js} | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) rename public/build/assets/js/{all-640cf0ee36.js => all-edd914620a.js} (99%) diff --git a/public/build/assets/js/all-640cf0ee36.js b/public/build/assets/js/all-edd914620a.js similarity index 99% rename from public/build/assets/js/all-640cf0ee36.js rename to public/build/assets/js/all-edd914620a.js index 6c4cc0043d..e5a3bbbb67 100755 --- a/public/build/assets/js/all-640cf0ee36.js +++ b/public/build/assets/js/all-edd914620a.js @@ -34217,6 +34217,47 @@ License: https://github.com/ashleydw/lightbox/blob/master/LICENSE * @param {JSON} settings Insulated `window.snipeit.settings` object. * @return {IIFE} Immediately invoked. Returns self. */ + + +var pieOptions = { + //Boolean - Whether we should show a stroke on each segment + segmentShowStroke: true, + //String - The colour of each segment stroke + segmentStrokeColor: "#fff", + //Number - The width of each segment stroke + segmentStrokeWidth: 1, + //Number - The percentage of the chart that we cut out of the middle + percentageInnerCutout: 50, // This is 0 for Pie charts + //Number - Amount of animation steps + animationSteps: 100, + //String - Animation easing effect + animationEasing: "easeOutBounce", + //Boolean - Whether we animate the rotation of the Doughnut + animateRotate: true, + //Boolean - Whether we animate scaling the Doughnut from the centre + animateScale: false, + //Boolean - whether to make the chart responsive to window resizing + responsive: true, + // Boolean - whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container + maintainAspectRatio: false, + + //String - A legend template + legendTemplate: "", + //String - A tooltip template + tooltipTemplate: "<%=value %> <%=label%> " +}; +console.dir(pieOptions); +//Create pie or douhnut chart +// You can switch between pie and douhnut using the method below. +//pieChart.Doughnut(PieData, pieOptions); +//----------------- +//- END PIE CHART - +//----------------- + + + (function($, settings) { var Components = {}; Components.modals = {}; @@ -34262,6 +34303,9 @@ License: https://github.com/ashleydw/lightbox/blob/master/LICENSE }); }(jQuery, window.snipeit.settings)); + + + /*! AdminLTE app.js * ================ * Main JS application file for AdminLTE v2. This file @@ -34280,6 +34324,7 @@ if (typeof jQuery === "undefined") { throw new Error("AdminLTE requires jQuery"); } + /* AdminLTE * * @type Object @@ -35008,4 +35053,13 @@ function _init() { }); }; }(jQuery)); + +//------------- +//- PIE CHART - +//------------- +// Get context with jQuery - using jQuery's .get() method. + + + + //# sourceMappingURL=all.js.map