Skip to content

Commit d7c7bfe

Browse files
authored
Merge pull request #574 from IgniteUI/mdd-update-highlight-label
mdd update highlight label
2 parents 96f206c + 35bb259 commit d7c7bfe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • samples/gauges/radial-gauge/highlight-needle/src

samples/gauges/radial-gauge/highlight-needle/src/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ export default class RadialGaugeHighlightNeedle extends React.Component<any, any
1717
public render(): JSX.Element {
1818
return (
1919
<div className="container sample">
20-
<IgrRadialGauge
20+
<IgrRadialGauge
21+
highlightValue="50"
2122
highlightValueDisplayMode="Overlay"
22-
highlightValue="25"
23+
highlightLabelDisplaysValue="true"
24+
highlightLabelSnapsToNeedlePivot="true"
2325
isHighlightNeedleDraggingEnabled="true"
24-
isNeedleDraggingEnabled="true"
25-
titleDisplaysValue="true"
2626
label-interval="10"
2727
label-extent="0.65"
2828
height="100%"
2929
width="100%"
30-
minimumValue={0} value={75}
31-
maximumValue={80} interval={10} />
30+
minimumValue={0} value={30}
31+
maximumValue={100} interval={10} />
3232
</div>
3333
);
3434
}

0 commit comments

Comments
 (0)