mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Summary: - Symptoms where that Split Series could end up being turned off for no good reason. Also both x axis and split series could be mixed up. - Problems was caused by call to `setGroupByColumns` which modifies the sections viewFields. Diff fixes it by adjustin slightly the ordering of function call in `_setXAxis()`. - Problem of mixing up x axis and split series was fixed by being careful on the order of columns passed to the `setGroupByColumns` which then determine the ordering of the view fields. Test Plan: Includes new test cases Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3365 |
||
---|---|---|
.. | ||
AceEditor.css | ||
AceEditor.js | ||
AceEditorCompletions.ts | ||
ActionLog.css | ||
ActionLog.ts | ||
Base.js | ||
BaseView2.ts | ||
BaseView.js | ||
CellPosition.ts | ||
ChartView.css | ||
ChartView.ts | ||
ClientScope.ts | ||
Clipboard.css | ||
Clipboard.js | ||
CodeEditorPanel.css | ||
CodeEditorPanel.js | ||
ColumnFilters.css | ||
ColumnTransform.ts | ||
Comm.ts | ||
commandList.js | ||
commands.css | ||
commands.js | ||
CopySelection.ts | ||
Cursor.ts | ||
CursorMonitor.ts | ||
CustomView.css | ||
CustomView.ts | ||
DataTables.ts | ||
DetailView.css | ||
DetailView.js | ||
DocComm.ts | ||
DocConfigTab.js | ||
DocumentUsage.ts | ||
Drafts.ts | ||
duplicatePage.ts | ||
EditorMonitor.ts | ||
EmbedForm.css | ||
FieldConfigTab.css | ||
FormulaTransform.ts | ||
GridView.css | ||
GridView.js | ||
GristDoc.css | ||
GristDoc.ts | ||
GristWSConnection.ts | ||
Importer.ts | ||
Layout.css | ||
Layout.js | ||
LayoutEditor.css | ||
LayoutEditor.js | ||
LayoutPreview.css | ||
LayoutPreview.js | ||
LinkingState.ts | ||
Login.css | ||
ParseOptions.ts | ||
PluginScreen.ts | ||
Preferences.css | ||
Printing.css | ||
Printing.ts | ||
RawData.ts | ||
RecordLayout.css | ||
RecordLayout.js | ||
RecordLayoutEditor.js | ||
RefSelect.js | ||
SearchBar.css | ||
Selector.js | ||
TypeConversion.ts | ||
TypeTransform.ts | ||
UndoStack.ts | ||
UnsavedChanges.ts | ||
ValidationPanel.css | ||
ValidationPanel.js | ||
viewCommon.css | ||
viewCommon.js | ||
ViewConfigTab.css | ||
ViewConfigTab.js | ||
ViewLayout.css | ||
ViewLayout.ts | ||
ViewLinker.css | ||
ViewPane.ts | ||
WidgetFrame.ts |