1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-10-24 01:28:52 +02:00
phorge-phorge/webroot/rsrc/js/application/fact
epriestley f529abf900 In stacked area charts, group nearby points so they don't overlap
Summary: Ref T13279. We currently draw a point on the chart for each datapoint, but this leads to many overlapping circles. Instead, aggregate the raw points into display points ("events") at the end.

Test Plan: Viewed a stacked area chart with many points, saw a more palatable number of drawn dots.

Subscribers: yelirekim

Maniphest Tasks: T13279

Differential Revision: https://secure.phabricator.com/D20814
2019-09-17 09:26:54 -07:00
..
Chart.js In stacked area charts, group nearby points so they don't overlap 2019-09-17 09:26:54 -07:00
ChartCurtainView.js Provide chart function labels over the wire instead of making them up 2019-05-22 05:22:59 -07:00
ChartFunctionLabel.js Provide chart function labels over the wire instead of making them up 2019-05-22 05:22:59 -07:00