Skip to content

Commit

Permalink
Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.…
Browse files Browse the repository at this point in the history
…18.4
  • Loading branch information
tfsbuild committed Dec 18, 2024
1 parent dcf6dd4 commit 32c3199
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
var sizeScale1 = new IgbSizeScale();
sizeScale1.IsLogarithmic = false;
sizeScale1.MinimumValue = 10;
sizeScale1.MaximumValue = 120;
sizeScale1.MaximumValue = 80;
this._sizeScale1 = sizeScale1;
}
return this._sizeScale1;
Expand All @@ -120,9 +120,9 @@
{
var valueBrushScale1 = new IgbValueBrushScale();
valueBrushScale1.IsLogarithmic = false;
valueBrushScale1.MinimumValue = 0;
valueBrushScale1.MinimumValue = 500;
valueBrushScale1.MaximumValue = 260000;
valueBrushScale1.Brushes = "#89b5fa #146cf7 #5290f2";
valueBrushScale1.Brushes = "#96bdfa #6fa4f7 #5290f2 #135ed4";
this._valueBrushScale1 = valueBrushScale1;
}
return this._valueBrushScale1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
var sizeScale1 = new IgbSizeScale();
sizeScale1.IsLogarithmic = false;
sizeScale1.MinimumValue = 10;
sizeScale1.MaximumValue = 50;
sizeScale1.MaximumValue = 80;
this._sizeScale1 = sizeScale1;
}
return this._sizeScale1;
Expand All @@ -146,7 +146,7 @@
var sizeScale2 = new IgbSizeScale();
sizeScale2.IsLogarithmic = false;
sizeScale2.MinimumValue = 10;
sizeScale2.MaximumValue = 50;
sizeScale2.MaximumValue = 80;
this._sizeScale2 = sizeScale2;
}
return this._sizeScale2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
var sizeScale1 = new IgbSizeScale();
sizeScale1.IsLogarithmic = false;
sizeScale1.MinimumValue = 10;
sizeScale1.MaximumValue = 50;
sizeScale1.MaximumValue = 80;
this._sizeScale1 = sizeScale1;
}
return this._sizeScale1;
Expand Down

0 comments on commit 32c3199

Please sign in to comment.