File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 "jquery-ui" : " ~1.11.4" ,
3434 "text-highlighter" : " ~1.2.0" ,
3535 "JUMFlot" : " https://github.com/jumjum123/JUMFlot.git" ,
36- "flot-axis" : " https://github.com/markrcote/flot-axislabels.git"
36+ "flot-axis" : " https://github.com/markrcote/flot-axislabels.git" ,
37+ "chosen" :" ~1.4.2" ,
38+ "chosen-bootstrap" :" ~1.0.4"
3739 },
3840 "timeout" : 20000
3941}
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ <h4>Findings</h4>
177177 < script src ="{% static "flot /jquery.flot.resize.js" %}"> </ script >
178178 < script src ="{% static "flot /jquery.flot.time.js" %}"> </ script >
179179 < script src ="{% static "flot /jquery.flot.stack.js" %}"> </ script >
180- < script src ="{% static "flot-axislabels /jquery.flot.axislabels.js" %}"> </ script >
180+ < script src ="{% static "flot-axis /jquery.flot.axislabels.js" %}"> </ script >
181181 < script type ="text/javascript ">
182182 $ ( function ( ) {
183183 $ ( document ) . on ( 'click' , '.panel-heading button.clickable' , function ( e ) {
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ <h4> Closed Engagements </h4>
333333 < script src ="{% static "flot /excanvas.min.js" %}"> </ script >
334334 < script src ="{% static "flot /jquery.flot.js" %}"> </ script >
335335 < script src ="{% static "flot /jquery.flot.resize.js" %}"> </ script >
336- < script src ="{% static "flot-axislabels /jquery.flot.axislabels.js" %}"> </ script >
336+ < script src ="{% static "flot-axis /jquery.flot.axislabels.js" %}"> </ script >
337337 {% if punchcard %}
338338 < script src ="{% static "flot.tooltip /js/jquery.flot.tooltip.min.js" %}"> </ script >
339339 < script src ="{% static "JUMFlot /JUMFlot.min.js" %}"> </ script >
Original file line number Diff line number Diff line change @@ -1294,8 +1294,6 @@ def product_type_counts(request):
12941294 start_date = first_of_month
12951295 end_date = end_of_month
12961296
1297- print start_date , end_date , end_of_month
1298-
12991297 oip = opened_in_period (start_date , end_date , pt )
13001298
13011299 # trending data
You can’t perform that action at this time.
0 commit comments