Donghao Ren

Results 6 comments of Donghao Ren

Hi, iVisDesigner is no longer maintained, you can checkout the new tool [Charticulator](https://charticulator.com/).

Looks like this is an instance of vega/vega-lite#5547

Haven't been able to reproduce this on 0.13.0 with the example streamlit code: https://github.com/apple/embedding-atlas/blob/main/packages/backend/examples/streamlit.py Could you share some data, streamlit code, and search queries to reproduce the bug? It'd also...

Currently there isn't an easy way to do this, you'd have to set `initialState.charts`, with an embedding view that have the category field specified, like this: ```js initialState.charts = {...

The issue regarding optimizeDeps might be related to the fact that Vite bundles the dependencies in the process. See this: https://github.com/vitejs/vite/issues/10839#issuecomment-1345193175 We are already using a standard way of importing...

We group items with smaller total count into the "(other)" category when there are too many distinct values. If we sort by count in selection, it will be possible that...