PATH: /home/hwyuvbry/sahabat.waroenkhoki123.web.id/blacklist/dist/js/pages/c3-chart/axis
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 c3-category-axis.js
↓
X
📄 c3-rotated-axis.js
↓
X
📄 c3-tick-culling.js
↓
X
📄 c3-tick-fitting.js
↓
X
📄 c3-timezone.js
↓
X
📄 c3-y-axis-range.js
↓
X
📄 c3-y-axis.js
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: c3-y-axis.js
/*************************************************************************************/ // -->Template Name: Bootstrap Press Admin // -->Author: Themedesigner // -->Email: niravjoshi87@gmail.com // -->File: c3_chart_JS /*************************************************************************************/ $(function() { var o = c3.generate({ bindto: "#y-axis", size: { height: 400 }, color: { pattern: ["#2962FF", "#E91E63"] }, data: { columns: [ ["Profit", 2500, 150, 1000, 100, 500, 30] ] }, axis: { y: { tick: { format: d3.format("$,") } } }, grid: { y: { show: !0 } } }); });
SIMPAN PERUBAHAN