Merge branch 'v19' of https://github.com/primefaces/sakai-ng into v19
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
BIN
public/favicon.png
Executable file
BIN
public/favicon.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@@ -62,9 +62,11 @@ export class RevenueStreamWidget {
|
|||||||
data: [4100, 5200, 3400, 7400],
|
data: [4100, 5200, 3400, 7400],
|
||||||
borderRadius: {
|
borderRadius: {
|
||||||
topLeft: 8,
|
topLeft: 8,
|
||||||
topRight: 8
|
topRight: 8,
|
||||||
|
bottomLeft: 0,
|
||||||
|
bottomRight: 0
|
||||||
},
|
},
|
||||||
borderSkipped: true,
|
borderSkipped: false,
|
||||||
barThickness: 32
|
barThickness: 32
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>Sakai - PrimeNG</title>
|
<title>Sakai - PrimeNG</title>
|
||||||
<base href="/">
|
<base href="/">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.o">
|
<meta name="viewport" content="width=device-width, initial-scale=1.o">
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="https://primefaces.org/cdn/primeng/images/favicon.png">
|
||||||
<link href="https://fonts.cdnfonts.com/css/lato" rel="stylesheet">
|
<link href="https://fonts.cdnfonts.com/css/lato" rel="stylesheet">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user