We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42004b commit d49d993Copy full SHA for d49d993
lib/locales/zh-cn.js
@@ -22,7 +22,7 @@ module.exports = {
22
'Click to enter X axis title': '点击输入 X 轴的标题', // plots/plots.js:435
23
'Click to enter Y axis title': '点击输入 Y 轴的标题', // plots/plots.js:436
24
'Compare data on hover': '悬停时比较数据', // components/modebar/buttons.js:167
25
- 'Double-click on legend to isolate one trace': '双击图例', // components/legend/handle_click.js:90
+ 'Double-click on legend to isolate one trace': '双击图例来突显对应轨迹',
26
'Double-click to zoom back out': '双击返回缩小显示', // plots/cartesian/dragbox.js:299
27
'Download plot as a png': '下载图表为 PNG', // components/modebar/buttons.js:52
28
'Download plot': '下载图表', // components/modebar/buttons.js:53
0 commit comments