AllenCell / AllenCell/cell-feature-explorer

featuresDisplayOrder and axis.exclude

オープン
#107 コメント 1 件 リアクション 1 件 担当者 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 を短くまとめたダイジェスト。