You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2021. It is now read-only.
Is is possible to automatically set the maximum to the highest occurrence of a point? For example:
[{x: 100, y: 100 value: 1}, {x: 150, y: 150, value: 1}, {x: 100, y:100 value: 1}] would set the max to 2 automatically since the highest value (2 occurrences at 100,100 at 1 unit each) is 2.
Is is possible to automatically set the maximum to the highest occurrence of a point? For example:
[{x: 100, y: 100 value: 1}, {x: 150, y: 150, value: 1}, {x: 100, y:100 value: 1}] would set the max to 2 automatically since the highest value (2 occurrences at 100,100 at 1 unit each) is 2.