Skip to content

Commit

Permalink
1781 chart grouping inconsistent (#1868)
Browse files Browse the repository at this point in the history
* xmls updated

* updating groupindex

* code review correction
  • Loading branch information
georgeDaskalakis authored Jan 12, 2023
1 parent dc07c11 commit 2529fd7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Common/ChartLayouts/Standard View.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Common/ChartLayouts/Tabbed View.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Common/ChartLayouts/TwoTabs View.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private void groupByCategoryColumn()
{
var categoryColumnSettings = Column(BrowserColumns.Category);
categoryColumnSettings.Visible = false;
categoryColumnSettings.GroupIndex = 1;
categoryColumnSettings.GroupIndex = 0;
ChartEditorPresenter.ApplyColumnSettings(categoryColumnSettings);
}

Expand Down

0 comments on commit 2529fd7

Please sign in to comment.