We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
markLine: { symbol: "none", data: [{ label: { width: "30", position: 'start', formatter: t('sleepManage_cycle.sameChart.rs'), fontSize: '10', color: '#86899D', overflow: 'break', }, silent: false, lineStyle: { type: "dashed", color: "#714EB3" }, yAxis: 10 }, { label: { width: "30", position: 'start', formatter: t('sleepManage_cycle.sameChart.qc'), fontSize: '10', color: '#86899D', overflow: 'break', }, silent: false, lineStyle: { type: "dashed", color: "#3F6293" }, yAxis: 1 }] },
yAxis:基准线的坐标
yAxis
overflow: 'truncate' 截断,并在末尾显示ellipsis配置的文本,默认为... 'break' 换行 'breakAll' 换行,跟'break'不同的是,在英语等拉丁文中,'breakAll'还会强制单词内换行
overflow
ellipsis:在overflow配置为'truncate'的时候,可以通过该属性配置末尾显示的文本。
ellipsis
The text was updated successfully, but these errors were encountered:
No branches or pull requests
设置了两条基准线
关键参数
The text was updated successfully, but these errors were encountered: