Skip to content

Commit

Permalink
Merge pull request syncfusion#34 from DeviArunaMurugan/master
Browse files Browse the repository at this point in the history
Sample name changed in gauge sample
  • Loading branch information
JayavigneshwaranG committed Sep 25, 2019
2 parents d2bada1 + a823a1a commit 9f4c8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/model/helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ void onTapSampleItem(BuildContext context, SubItemList sample) {
MaterialPageRoute<dynamic>(
builder: (BuildContext context) =>
MultipleRangesExample(sample)));
} else if (sample.title == 'Data label') {
} else if (sample.title == 'Range Label') {
Navigator.push<dynamic>(
context,
MaterialPageRoute<dynamic>(
Expand Down
2 changes: 1 addition & 1 deletion lib/model/model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ class SampleListModel extends Model {
));
radialRangesSubItemList.add(SubItemList(
'Range',
'Data label',
'Range Label',
'',
'images/axes.png',
getRangeDataLabelExample(isTileView),
Expand Down

0 comments on commit 9f4c8e3

Please sign in to comment.