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 (#915)

Co-authored-by: tfsbuild <[email protected]>
  • Loading branch information
azure-pipelines[bot] and tfsbuild authored Dec 18, 2024
1 parent 5ad17ac commit a0865d2
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 @@ -29,7 +29,7 @@ export class Sample {
var sizeScale1 = new IgcSizeScaleComponent();
sizeScale1.isLogarithmic = false;
sizeScale1.minimumValue = 10;
sizeScale1.maximumValue = 120;
sizeScale1.maximumValue = 80;

this._sizeScale1 = sizeScale1;
}
Expand All @@ -41,9 +41,9 @@ export class Sample {
{
var valueBrushScale1 = new IgcValueBrushScaleComponent();
valueBrushScale1.isLogarithmic = false;
valueBrushScale1.minimumValue = 0;
valueBrushScale1.minimumValue = 500;
valueBrushScale1.maximumValue = 260000;
valueBrushScale1.brushes = ["rgba(137, 181, 250, 1)", "rgba(20, 108, 247, 1)", "rgba(82, 144, 242, 1)"];
valueBrushScale1.brushes = ["rgba(150, 189, 250, 1)", "rgba(111, 164, 247, 1)", "rgba(82, 144, 242, 1)", "rgba(19, 94, 212, 1)"];

this._valueBrushScale1 = valueBrushScale1;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class Sample {
var sizeScale1 = new IgcSizeScaleComponent();
sizeScale1.isLogarithmic = false;
sizeScale1.minimumValue = 10;
sizeScale1.maximumValue = 50;
sizeScale1.maximumValue = 80;

this._sizeScale1 = sizeScale1;
}
Expand All @@ -44,7 +44,7 @@ export class Sample {
var sizeScale2 = new IgcSizeScaleComponent();
sizeScale2.isLogarithmic = false;
sizeScale2.minimumValue = 10;
sizeScale2.maximumValue = 50;
sizeScale2.maximumValue = 80;

this._sizeScale2 = sizeScale2;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class Sample {
var sizeScale1 = new IgcSizeScaleComponent();
sizeScale1.isLogarithmic = false;
sizeScale1.minimumValue = 10;
sizeScale1.maximumValue = 50;
sizeScale1.maximumValue = 80;

this._sizeScale1 = sizeScale1;
}
Expand Down

0 comments on commit a0865d2

Please sign in to comment.