add method and function to JSON
This commit is contained in:
parent
0b0abf6801
commit
c2c4d92ce7
@ -389,6 +389,8 @@ ClusteringDialog.prototype._export = function() {
|
||||
'projectName': projectName,
|
||||
'columnName': columnName,
|
||||
'timeStamp': timeStamp,
|
||||
'clusterMethod': this._method,
|
||||
'keyingFunction': this._function,
|
||||
'clusters': clusters,
|
||||
};
|
||||
var data = "text/json;charset=utf-8," + encodeURIComponent(JSON.stringify(obj));
|
||||
|
Loading…
Reference in New Issue
Block a user