update line tension

This commit is contained in:
Nate Kelley 2025-04-10 16:14:16 -06:00
parent ee02b6c44a
commit 03cf81cbb0
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
3 changed files with 2 additions and 4 deletions

View File

@ -152,7 +152,7 @@ const getLabelPosition = (isStackedArea: boolean) => {
const getLineTension = (lineType: ColumnSettings['lineType']) => {
switch (lineType) {
case 'smooth':
return 0.125;
return 0.375;
default:
return 0;
}

View File

@ -92,7 +92,7 @@ export const useTrendlines = ({
pointRadius: 0,
yAxisID: 'y',
stack: id,
tension: 0.35,
tension: 0.25,
order: -1,
datalabels: showTrendlineLabel
? {

View File

@ -111,8 +111,6 @@ const getAssetAccess = ({
const status = error?.status;
console.log(error, status);
if (status === 418) {
return {
hasAccess: false,