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
chart.guide().text({ position: [obj.date, obj.value], content: obj.value, style: { textBaseline: 'bottom', textAlign: 'center', }, });
如果obj.value的值为0,将不会显示guide
The text was updated successfully, but these errors were encountered:
你先通过 content: obj.value + '' 解决,这个我会在 3.2.2 版本修复的。
content: obj.value + ''
Sorry, something went wrong.
嗯嗯 暂时是这么做的。
b35dedf
simaQ
No branches or pull requests
如果obj.value的值为0,将不会显示guide
The text was updated successfully, but these errors were encountered: