Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在目前不包含数据的 Shield UI ASP.NET 图表上放置标签?我在网页上有几个图表,但在用户决定之前不希望它们显示数据。例如,我需要输入“点击显示信息”或类似内容。我尝试在图表上方添加额外的 DIV,但效果不佳……</p>
您可以轻松地使用 primaryHeader 属性来显示该信息。刷新图表时,您应将该文本替换为实际的标题文本。此外,如果需要,您还可以使用 secondaryHeader 向用户提供附加说明。