vega / vegafusion

Serverside scaling for Vega and Altair visualizations
https://vegafusion.io
BSD 3-Clause "New" or "Revised" License
303 stars 15 forks source link

Fix cast timestamp to integer millisecond and add stack timestamp tests #413

Closed jonmmease closed 8 months ago

jonmmease commented 8 months ago

Fix error when using the stack transform on a timestamp column. We were failing to properly convert the column to integer milliseconds before stacking.