gristlabs_grist-core/app
Cyprien P 25e40bfa9b (core) Fix setting xaxis when both chart aggregation and split series
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
2022-04-13 11:25:24 +02:00
..
client (core) Fix setting xaxis when both chart aggregation and split series 2022-04-13 11:25:24 +02:00
common (core) Add authSubject and authProvider to sessions 2022-04-11 11:42:02 -07:00
gen-server (core) Add authSubject and authProvider to sessions 2022-04-11 11:42:02 -07:00
plugin (core) Adding onNewRecord event for custom widgets 2022-04-12 16:51:16 +02:00
server (core) Add /attachments/removeUnused DocApi endpoint to hard delete all unused attachments in document 2022-04-12 17:11:11 +02:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00