AllenCell / AllenCell/cell-feature-explorer

featuresDisplayOrder and axis.exclude

未关闭
#107 1 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
2
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

## Use Case

The data schema allows for `featuresDisplayOrder` and `xAxis.exclude` and `yAxis.exclude` to control which data features are visible in the axis dropdowns. It appears that the `exclude` options are not yet implemented , and using `featuresDisplayOrder` but leaving out a feature does not successfully hide that feature.

## Solution

Workaround: remove the feature from feature defs json file. this is a global removal and doesn't work in the targeted way that the axis.exclude might work.

Solution is to actually fully implement featuresDisplayOrder allowing missing features (or determine if that should be considered an error), and to fully implement xAxis.exclude and yAxis.exclude behavior.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。