finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.72k stars 1.05k forks source link

Unable to change sizing column on treemap #2550

Closed jacquelinegarrahan closed 4 months ago

jacquelinegarrahan commented 4 months ago

Bug Report

Steps to Reproduce:

  1. I used this table example in to render a PerspectiveWidget in jupyter.
Screenshot 2024-03-01 at 4 43 46 PM

Expected Result:

I would expect the size to be configurable to quantitative columns.

Actual Result:

The size is fixed as the table index.

Environment:

python ==3.9.9
perspective-python==2.8.1
jupyter-widgets=3.0.10
jupyterlab==4.0.11
texodus commented 4 months ago

The size field is not fixed, it just can't be de-selected. Select a column (or drag/drop) from the column list as in the screenshot:

image