Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel coordinates to WLF #1084

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add pluginIds
  • Loading branch information
Eirik Sundby Håland (OG SUB RPE) committed Jul 7, 2022
commit e27d79d1f053dce1d3f9b04d31aaa64098b9fb24
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
class PluginIds:
# pylint: disable=too-few-public-methods
class Stores:
# pylint: disable=too-few-public-methods
SELECTED_ENSEMBLE = "selected-ensemble"
SELECTED_EXCLUDE_INCLUDE = "selected-exclude-include"
SELECTED_PARAMETERS = "selected-parameters"
SELECTED_RESPONSE = "slected-response"
SELECTED_DATE = "selected-date"

class SharedSettings:
# pylint: disable=too-few-public-methods
FILTER = "filter"
RESPONSE_SETTINGS = "response-settings"

class ParallelID:
# pylint: disable=too-few-public-methods
GROUP_NAME = ""

ENSEMBLE_CHART = "ensemble-chart"

PARALLEL_CHART = "parallel-chart"