Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
eis
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ff4cefbc
authored
Jun 12, 2025
by
Ari Agung Prasetiyo
Committed by
Ari Agung Prasetiyo
Jun 12, 2025
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update
1 parent
4f3a7385
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
eispajak/static/css/pcpd.css
eispajak/views/templates/pcpd.pt
eispajak/static/css/pcpd.css
View file @
ff4cefb
...
...
@@ -102,9 +102,11 @@ div.col-md-6 {
.odoometer-head
{
font-size
:
2.0em
!important
;
font-weight
:
bold
!important
;
}
.odoometer-sub
{
font-size
:
1.5em
!important
;
font-weight
:
bold
!important
;
}
}
\ No newline at end of file
eispajak/views/templates/pcpd.pt
View file @
ff4cefb
...
...
@@ -185,7 +185,8 @@
}
}
}
});
}
);
var
ctx
=
document
.
getElementById
(
'chartRealisasi'
).
getContext
(
'2d'
);
var
canvas
=
document
.
getElementById
(
'chartRealisasi'
);
...
...
@@ -219,7 +220,7 @@
}
});
var
realisa
si_data
=
{
var
transak
si_data
=
{
labels
:
[
'H1'
,
'H2'
,
'H3'
,
'H4'
,
'H5'
,
'H6'
,
'H7'
,],
datasets
:
[{
label
:
'Tren Transaksi'
,
...
...
@@ -230,13 +231,14 @@
tension
:
0.5
}]
};
var
ctx
=
document
.
getElementById
(
'chartRealisasiCnt'
).
getContext
(
'2d'
);
var
canvas
=
document
.
getElementById
(
'chartRealisasiCnt'
);
canvas
.
width
=
window
.
innerWidth
;
canvas
.
height
=
window
.
innerHeight
/
3.38
;
trxTrendChart
=
new
Chart
(
ctx
,
{
type
:
'line'
,
data
:
realisa
si_data
,
data
:
transak
si_data
,
options
:
{
responsive
:
true
,
maintainAspectRatio
:
false
,
...
...
@@ -286,6 +288,7 @@
});
$
().
datarefresh
();
});
function
addData
(
chart
,
data
)
{
labels
=
[];
aData
=
[];
...
...
@@ -386,8 +389,6 @@
// $().get_series();
}
</script>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment