Skip to content

Commit

Permalink
Sample name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
DeviArunaM authored and sumathijayaraj committed Sep 25, 2019
1 parent 68baeb0 commit a823a1a
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 a823a1a

Please sign in to comment.