X7ROOT File Manager
Current Path:
/var/sentora/hostdata/konguhitek/public_html/ktgadmin/js/examples/charts
var
/
sentora
/
hostdata
/
konguhitek
/
public_html
/
ktgadmin
/
js
/
examples
/
charts
/
📁
..
📄
chartjs.js
(33.75 KB)
📄
justgage.js
(3.69 KB)
📄
peity.js
(496 B)
Editing: peity.js
'use strict'; $(document).ready(function () { $("span.pie").peity("pie"); $(".line").peity("line"); $(".bar").peity("bar"); $('.peity [data-title]').mousemove(function (e) { $('#peity-tooltip').html($(this).data('title')).css({left: e.pageX + 8, top: e.pageY + 8}); }).hover( function() { $('#peity-tooltip').addClass('show'); }, function() { $('#peity-tooltip').removeClass('show'); } ); });
Upload File
Create Folder