# Dependencies (as of 6/1/2025)
This page is built with jquery, Yahoo UI (YUI) 2.8.0r4, and HighCharts. YUI API can be found [here](https://yui.github.io/yui2/docs/yui_2.8.0/docs/). Note that this technically points to 2.8.0r6 but there should be no breaking changes.  
It appears that the most recent version of Highcarts is always used (and the framework/scripts/highcharts folder seems to be redundent).

  1 1) put qsum, UTC time/Local time and num/perc folded, chaange two,
  2     1. monitor_level2a.js, line 70 (HC_num_qsum = 4) and line 109
  3     2. drawing.js, line 185, tabid >= 1 (UTC time/Local time) are just 1
  4 ; so far, everything good
  5
  6 2) remove num_norm
  7     1. monitor_level2a.js, line 109
  8     2. drawing, line 848, 849,
  9        var offsets = [0, 1];  // tabid offset for each tabView                                                        |114 ]};
 10        var tabNums = [1, HC_num_qsum];
 11     3. to make the hourly num height is correct, comment line 773, //$("#qsum_" + inact_qsum + "_tv").height(qsum_height);
 12        also, line 883   $("#qsum_" + qsum[1].key + "_tv").width($("#dispanel").width());

