Skip to content

Commit

Permalink
feat: add "nodes near coords" and fix ;
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative committed Jul 18, 2024
1 parent e7374df commit e071451
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lang/dict_chs.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ var globalparamDic = {
"symbolic y coords":["y轴离散坐标",{
"{Alice,Bob,Tom}": ["离散坐标集合","none",""],
}],
"nodes near coords":["数据标签"],
};

// 三维参数增补字典
Expand Down
1 change: 1 addition & 0 deletions lang/dict_en.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ var globalparamDic = {
"symbolic y coords":["",{
"{Alice,Bob,Tom}": ["Symbolic set in y.","none",""],
}],
"nodes near coords":["Data label."],
};

// 三维参数增补字典
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ Vue.component('Tsource',{
},
updater: function(){
sourceNameList[this.idInner] = this.sourceName;
sourceList[this.idInner] = [" \\pgfplotstableread [row sep=crcr] {" + this.datat + "}{\\" + this.sourceName + "};",this.show];
sourceList[this.idInner] = [" \\pgfplotstableread [row sep=crcr] {" + this.datat + "}{\\" + this.sourceName + "}",this.show];
this.$forceUpdate();
updateSeries();
},
Expand Down

0 comments on commit e071451

Please sign in to comment.