PATH: /home/hwyuvbry/www/assets/js
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 all.js
↓
X
📄 all.min.js
↓
X
📄 app-script.js
↓
X
📄 bootstrap.js
↓
X
📄 bootstrap.min.js
↓
X
📄 brands.js
↓
X
📄 brands.min.js
↓
X
📄 clipboard.min.js
↓
X
📄 conflict-detection.js
↓
X
📄 conflict-detection.min.js
↓
X
📄 dashboard-digital-marketing.js
↓
X
📄 dashboard-human-resources.js
↓
X
📄 dashboard-logistics.js
↓
X
📄 dashboard-property-listing.js
↓
X
📄 dashboard-service-support.js
↓
X
📄 data-widgets.js
↓
X
📄 fontawesome.js
↓
X
📄 fontawesome.min.js
↓
X
📄 horizontal-menu.js
↓
X
📄 index.js
↓
X
📄 jquery.countdown.js
↓
X
📄 jquery.countdown.min.js
↓
X
📄 jquery.min.js
↓
X
📄 jquery.priceformat.min.js
↓
X
📄 main.js
↓
X
📄 popper.min.js
↓
X
📄 regular.js
↓
X
📄 regular.min.js
↓
X
📄 solid.js
↓
X
📄 solid.min.js
↓
X
📄 v4-shims.js
↓
X
📄 v4-shims.min.js
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: dashboard-property-listing.js
$(function() { "use strict"; // chart 1 var ctx = document.getElementById('dash2-chart1').getContext('2d'); var myChart = new Chart(ctx, { type: 'bar', data: { labels: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], datasets: [{ label: 'Orders', data: [25, 23, 27, 15, 27, 23, 31, 41, 31, 25, 35, 25, 30], backgroundColor: 'rgba(0, 0, 0, 0.07)', borderColor: "transparent", borderWidth: 3 }, { label: 'Payments', type: 'line', data: [10, 8, 12, 5, 12, 8, 16, 25, 15, 10, 20, 10, 15], backgroundColor: "rgba(3, 208, 234, 0.23)", borderColor: "#03d0ea", pointBackgroundColor:'transparent', pointHoverBackgroundColor:'#03d0ea', pointBorderWidth :2, pointRadius :3, pointHoverRadius :3, borderWidth: 3 }] }, options: { maintainAspectRatio: false, legend: { display: false, labels: { fontColor: '#585757', boxWidth:40 } }, tooltips: { displayColors:false }, scales: { xAxes: [{ barPercentage: .3, ticks: { beginAtZero:true, fontColor: '#585757' }, gridLines: { display: true , color: "rgba(0, 0, 0, 0.05)" }, }], yAxes: [{ ticks: { beginAtZero:true, fontColor: '#585757' }, gridLines: { display: true , color: "rgba(0, 0, 0, 0.05)" }, }] } } }); });
SIMPAN PERUBAHAN