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
It's useful to have empty data, especially for streaming cases where you are generating stuff on the fly. It appears that having an empty dataset in the overlay causes crash.
Describe the bug
It's useful to have empty data, especially for streaming cases where you are generating stuff on the fly. It appears that having an empty dataset in the overlay causes crash.
Reproduction
https://codesandbox.io/s/playing-around-6-forked-4sof7y?file=/data-1.json:1465-1487
Steps to reproduce
Javascript Framework
no-framework (vanilla-js)
Logs
Log
```shell TypeError Cannot read properties of undefined (reading '1') preSampler unknown calcPrecision https://4sof7y.csb.app/node_modules/night-vision/dist/night-vision.umd.cjs:2169:17 calcSidebar https://4sof7y.csb.app/node_modules/night-vision/dist/night-vision.umd.cjs:2089:24 new Scale https://4sof7y.csb.app/node_modules/night-vision/dist/night-vision.umd.cjs:2335:5 makeScales https://4sof7y.csb.app/node_modules/night-vision/dist/night-vision.umd.cjs:2529:21 new GridMaker https://4sof7y.csb.app/node_modules/night-vision/dist/night-vision.umd.cjs:2564:5 new Layout https://4sof7y.csb.app/node_modules/night-vision/dist/night-vision.umd.cjs:2625:18 Object.update2 [as chart] https://4sof7y.csb.app/node_modules/night-vision/dist/night-vision.umd.cjs:10953:32 Events.emitSpec https://4sof7y.csb.app/node_modules/night-vision/dist/night-vision.umd.cjs:1442:23 eval https://4sof7y.csb.app/node_modules/night-vision/dist/night-vision.umd.cjs:1816:21 ```Validations
The text was updated successfully, but these errors were encountered: