gristlabs_grist-core/app
Cyprien P 76481d21e0 (core) Enable selecting x axis for the group data columns
Summary:
Until now, users could not pick the column that's currently serving as
the x axis.

To do that, chart needs to support having the x axis undefined.

This diff do just that:
  - allow x axis to be undefined
  - allow setting x axis from group data

Given that charts axis are stored as indexes of the section view
fields array, implementation required introduction of an extra chart
options: `isAxisUndefined`.

Test Plan: Updates existing test and adds new one.

Reviewers: jarek

Reviewed By: jarek

Subscribers: jarek

Differential Revision: https://phab.getgrist.com/D3304
2022-03-07 10:49:18 +01:00
..
client (core) Enable selecting x axis for the group data columns 2022-03-07 10:49:18 +01:00
common (core) make Grist easier to run with a single server 2022-03-05 13:30:45 -05:00
gen-server (core) make Grist easier to run with a single server 2022-03-05 13:30:45 -05:00
plugin Correct spelling mistakes 2022-02-19 09:46:49 +00:00
server (core) make Grist easier to run with a single server 2022-03-05 13:30:45 -05:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00