ic/plugins/ueditor-1.4.3.3/dialogs/template/template.html?lang=zh-HK">繁體中文 Deutsch Français Nederlands Latviešu Русский 日本語 Português do Brasil Polski български Italiano Suomalainen Página web Go1.6 console-front - Gogs: Go Git Service

説明なし

heatmap.src.js 1.1KB

    (function (Highcharts) { var seriesTypes = Highcharts.seriesTypes, each = Highcharts.each; seriesTypes.heatmap = Highcharts.extendClass(seriesTypes.map, { colorKey: 'z', useMapGeometry: false, pointArrayMap: ['y', 'z'], translate: function () { var series = this, options = series.options, dataMin = Number.MAX_VALUE, dataMax = Number.MIN_VALUE; series.generatePoints(); each(series.data, function (point) { var x = point.x, y = point.y, value = point.z, xPad = (options.colsize || 1) / 2, yPad = (options.rowsize || 1) / 2; point.path = [ 'M', x - xPad, y - yPad, 'L', x + xPad, y - yPad, 'L', x + xPad, y + yPad, 'L', x - xPad, y + yPad, 'Z' ]; point.shapeType = 'path'; point.shapeArgs = { d: series.translatePath(point.path) }; if (typeof value === 'number') { if (value > dataMax) { dataMax = value; } else if (value < dataMin) { dataMin = value; } } }); series.translateColors(dataMin, dataMax); }, getBox: function () {} }); }(Highcharts));
console-front - Gogs: Go Git Service

Няма описание

add.js 506B

    ; spa_define(function(spa) { return { modal: function(data) { var modalCtn =spa.getLastModalCtn(); var root = modalCtn = modalCtn.children(); var form = root.find(".newForm").form(); root.find(".modal-ctrl .icon-times").on("click",function(){ spa.closeModal(); }); root.find(".opt-save").on("click",function(){ form.doPost("../ajax/sys/dict/info",function(){ spa.closeModal(); if(data){ data(); } },{}); }); } }; });
portal-front - Gogs: Go Git Service

portal html css js resource

home_field_banshou.png 9.8KB