-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #411, add radio buttons to change the indexing of the top row o…
…f the interval matrix in Analysis view. Add files via upload Update AnalysisView.vue The table now keeps the 0-step column for both 0-indexed and 1-indexed, so we can now address #445 if we want. Update AnalysisView.vue `indexing` -> `intervalMatrixIndexing` Update App.vue Persist `intervalMatrixIndex` in local storage Update AnalysisView.vue emit value `intervalMatrixIndex` to persist it Add files via upload Add files via upload Add files via upload `intervalMatrixIndexing` is now a `number`. `intervalMatrixIndexing` is now a `number`. Update AnalysisView.vue `value="0"` etc. -> `:value="0"` etc. Update AnalysisView.vue Update AnalysisView.vue Make sure to parse the integer emitted by indexing radio buttons as decimal Update AnalysisView.vue Update analysis.ts startIndex is not necessary yet (issue #445 should be dealt with separately)
- Loading branch information
1 parent
6589dcb
commit 995ab97
Showing
3 changed files
with
46 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters