mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
npm update
This commit is contained in:
parent
0cdd3e9fee
commit
4696ba952f
1437 changed files with 32727 additions and 1248226 deletions
4
node_modules/chart.js/dist/chunks/helpers.segment.cjs
generated
vendored
4
node_modules/chart.js/dist/chunks/helpers.segment.cjs
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Chart.js v4.3.0
|
||||
* Chart.js v4.3.3
|
||||
* https://www.chartjs.org
|
||||
* (c) 2023 Chart.js Contributors
|
||||
* Released under the MIT License
|
||||
|
@ -629,7 +629,7 @@ function fontString(pixelSize, fontStyle, fontFamily) {
|
|||
const { min , max , minDefined , maxDefined } = iScale.getUserBounds();
|
||||
if (minDefined) {
|
||||
start = _limitValue(Math.min(// @ts-expect-error Need to type _parsed
|
||||
_lookupByKey(_parsed, iScale.axis, min).lo, // @ts-expect-error Need to fix types on _lookupByKey
|
||||
_lookupByKey(_parsed, axis, min).lo, // @ts-expect-error Need to fix types on _lookupByKey
|
||||
animationsDisabled ? pointCount : _lookupByKey(points, axis, iScale.getPixelForValue(min)).lo), 0, pointCount - 1);
|
||||
}
|
||||
if (maxDefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue