mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-08-02 16:55:18 +00:00
Add "(beta)" to Static Visualization + small fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class CorpusAnalysisStaticVisualization {
|
||||
name = 'Static Visualization';
|
||||
name = 'Static Visualization (beta)';
|
||||
|
||||
constructor(app) {
|
||||
this.app = app;
|
||||
@@ -65,7 +65,6 @@ class CorpusAnalysisStaticVisualization {
|
||||
actionButton.addEventListener('click', (event) => {
|
||||
let action = event.target.closest('.frequencies-stopword-setting-modal-action-buttons').dataset.action;
|
||||
if (action === 'submit') {
|
||||
console.log('Stopwords changed');
|
||||
this.renderTokenList();
|
||||
} else if (action === 'cancel') {
|
||||
this.data.stopwords = structuredClone(this.data.stopwordCache);
|
||||
@@ -279,7 +278,7 @@ class CorpusAnalysisStaticVisualization {
|
||||
},
|
||||
height: 627,
|
||||
margin: {
|
||||
l: 17
|
||||
l: 33
|
||||
}
|
||||
};
|
||||
let config = {
|
||||
|
Reference in New Issue
Block a user