mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
also npm update
This commit is contained in:
parent
b6d47e94c8
commit
65f15c7e46
2882 changed files with 382239 additions and 10785 deletions
5
node_modules/chart.js/dist/chunks/helpers.segment.js
generated
vendored
5
node_modules/chart.js/dist/chunks/helpers.segment.js
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Chart.js v4.3.3
|
||||
* Chart.js v4.4.0
|
||||
* https://www.chartjs.org
|
||||
* (c) 2023 Chart.js Contributors
|
||||
* Released under the MIT License
|
||||
|
@ -918,6 +918,7 @@ function applyScaleDefaults(defaults) {
|
|||
reverse: false,
|
||||
beginAtZero: false,
|
||||
bounds: 'ticks',
|
||||
clip: true,
|
||||
grace: 0,
|
||||
grid: {
|
||||
display: true,
|
||||
|
@ -1456,7 +1457,7 @@ function drawBackdrop(ctx, opts) {
|
|||
*/ function addRoundedRectPath(ctx, rect) {
|
||||
const { x , y , w , h , radius } = rect;
|
||||
// top left arc
|
||||
ctx.arc(x + radius.topLeft, y + radius.topLeft, radius.topLeft, -HALF_PI, PI, true);
|
||||
ctx.arc(x + radius.topLeft, y + radius.topLeft, radius.topLeft, 1.5 * PI, PI, true);
|
||||
// line from top left to bottom left
|
||||
ctx.lineTo(x, y + h - radius.bottomLeft);
|
||||
// bottom left arc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue