gristlabs_grist-core/app/client
Cyprien P cecebded1f (core) Fix bar chart weirdness when x axis has redundant values
Summary:
Bar chart was a bit broken when there were redundant values on the X axis: the bars’s height maps to the sum of all the corresponding y values, when the data that shows up on hover is only the last one.

It seems that plotly does not support redundant values in the x axis and in all Plotly examples (implementation relies on plotly) x values only have unique values.

This diff, fixes by making sure x axis has unique values. If user actually wants to plot groups, they'll have to use a summary charts.

Test Plan: tested manually

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3011
2021-09-01 20:58:29 +02:00
..
aclui (core) tweak description of FullCopies special permission 2021-07-30 06:18:41 -04:00
components (core) Fix bar chart weirdness when x axis has redundant values 2021-09-01 20:58:29 +02:00
lib (core) Fix bar chart weirdness when x axis has redundant values 2021-09-01 20:58:29 +02:00
models (core) Limit number of errors shown on narrow screens 2021-08-31 12:15:31 -07:00
ui (core) Add other direction of linking by reflist 2021-08-30 17:39:15 +02:00
ui2018 (core) Polish and enable Reference List widget 2021-08-12 11:51:21 -07:00
widgets (core) Simple localization support and currency selector. 2021-08-26 13:36:49 -07:00
app.css (core) Make mobile the default mode. 2021-02-25 11:31:43 -05:00
app.js (core) Cleanup removing some old unused files, fixing logo.css, and removing #grist-app. 2020-10-09 17:04:09 -04:00
declarations.d.ts (core) Port LinkingState.js to TypeScript 2021-08-26 15:10:34 +02:00
errorMain.ts (core) clean up a collection of small problems affecting grist-core 2021-08-17 21:44:50 -04:00
exposeModulesForTests.js (core) Some cleanup: remove old unused modules. 2020-11-20 11:23:20 -05:00
logo.css (core) Cleanup removing some old unused files, fixing logo.css, and removing #grist-app. 2020-10-09 17:04:09 -04:00
tsconfig.json freshen app/client/ui2018/cssVars.ts 2020-06-23 16:16:38 -04:00