Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with large timestamp arrays (#35)
* Fix issue with large timestamp arrays Math.max and Math.min produce "Maximum call stack size exceeded" errors when used with large arrays (see: https://stackoverflow.com/questions/18308700/chrome-how-to-solve-maximum-call-stack-size-exceeded-errors-on-math-max-apply) * fix issue when viewport.zoom < 0 * Update packages/superset-ui-legacy-preset-chart-deckgl/src/utils/time.js Sure. Style changed Co-authored-by: Ville Brofeldt <[email protected]> Co-authored-by: Ville Brofeldt <[email protected]>
- Loading branch information