Skip to content

Commit 63b49e6

Browse files
author
pipeline
committed
config(EJ2-2871): Added changes to circular gauge.
1 parent c15d7b1 commit 63b49e6

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

src/circulargauge/label-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/circulargauge/label.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ export class LabelComponent {
3333
}
3434
};
3535
public majorTicks1: Object = {
36-
position: 'Inside', color: 'black', width: 0.7, height: 10, interval: 20
36+
position: 'Inside', color: 'black', width: 0.5, height: 10, interval: 20
3737
};
3838
public minorTicks1: Object = {
39-
position: 'Inside', color: 'black', height: 5, width: 0.7, interval: 10
39+
position: 'Inside', color: 'black', height: 5, width: 0.5, interval: 10
4040
};
4141

4242
public ranges: Object[] = [{

src/circulargauge/multiple-axis-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/circulargauge/multiple-axis.component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class MultipleAxisComponent {
2222
};
2323
public majorTicks1: Object = {
2424
position: 'Inside',
25-
width: 0.7,
25+
width: 0.5,
2626
height: 10,
2727
color: '#757575'
2828

@@ -34,7 +34,7 @@ export class MultipleAxisComponent {
3434
};
3535
public minorTicks1: Object = {
3636
position: 'Inside',
37-
width: 0.7,
37+
width: 0.5,
3838
height: 5,
3939
color: '#757575'
4040

@@ -59,13 +59,13 @@ export class MultipleAxisComponent {
5959
};
6060
public majorTicks2: Object = {
6161
position: 'Outside',
62-
width: 2,
62+
width: 0.5,
6363
height: 10,
6464
color: '#E84011'
6565
};
6666
public minorTicks2: Object = {
6767
position: 'Outside',
68-
width: 2,
68+
width: 0.5,
6969
height: 5,
7070
color: '#E84011'
7171
};

src/circulargauge/range-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/circulargauge/range.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class RangeComponent {
2323
font: { size: '12px', color: '#424242', fontFamily: 'Roboto', fontStyle: 'Regular' }
2424
};
2525
public majorTicks: Object = {
26-
height: 10, offset: 10, color: 'black', width: 0.7
26+
height: 10, offset: 10, color: 'black', width: 0.5
2727
};
2828
public minorTicks: Object = {
2929
height: 0, width: 0.5

0 commit comments

Comments
 (0)