Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BookingMyHrManagement
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chanachai
BookingMyHrManagement
Commits
6d4200d2
Commit
6d4200d2
authored
May 16, 2025
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
2b538c65
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
+12
-1
home-common.component.ts
...e/src/app/DPU/common/home-common/home-common.component.ts
+12
-1
No files found.
Web-Manage/src/app/DPU/common/home-common/home-common.component.ts
View file @
6d4200d2
...
...
@@ -94,7 +94,18 @@ export class HomeCommonComponent {
chartOptions6
:
any
;
chartOptions7
:
any
;
chartOptions8
:
any
;
chartOptions9
:
any
chartOptions9
:
any
=
{
series
:
[],
chart
:
{
height
:
320
,
type
:
'line'
,
dropShadow
:
{
/*…*/
},
toolbar
:
{
show
:
false
},
events
:
{
/*…*/
}
},
colors
:
[
'#845adf'
,
'#23b7e5'
],
dataLabels
:
{
enabled
:
true
},
stroke
:
{
curve
:
'smooth'
},
xaxis
:
{
categories
:
[],
title
:
{
text
:
'เดือน'
},
labels
:
{
/*…*/
}
},
yaxis
:
{
min
:
0
,
max
:
100
,
title
:
{
text
:
'จำนวนครั้ง'
},
labels
:
{
/*…*/
}
},
legend
:
{
position
:
'top'
,
horizontalAlign
:
'right'
,
floating
:
true
,
offsetY
:
-
25
,
offsetX
:
-
5
},
grid
:
{
borderColor
:
'#f2f5f7'
},
markers
:
{
size
:
3
}
};
optionsCircle1
:
any
;
optionsCircle2
:
any
;
optionsCircle3
:
any
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment