finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.

Home Page:https://perspective.finos.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`split_by` with a `"date"` typed column produces empty Datagrid columns

texodus opened this issue · comments

Bug Report

Steps to Reproduce:

Open the Superstore Perspective example and try this config:

{"version":"2.8.0","plugin":"Datagrid","plugin_config":{"columns":{},"editable":true,"scroll_lock":false},"settings":true,"theme":"Pro Light","title":null,"group_by":["State"],"split_by":["New Column 1"],"columns":["Row ID"],"filter":[],"sort":[],"expressions":{"New Column 1":"bucket(\"Order Date\",'Y')"},"aggregates":{}}

Environment:

2.8.0

Expected Result:

Column headers should show string-formatted dates, and the columns should be populated.

Actual Result:

Column headers are unix timestamps and columns are all blank (Datagrid only).
307706910-a0cef1e3-e5f2-4bc9-8ed7-493a453055eb