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.
我有一个大约 80 个数据点的剑道 ui 折线图设置。这些数据点跨越 5 个类别。
类别标签全部集中在图表的左侧,我不确定如何让它们分布在图表区域的宽度上。
这是带有演示数据的 jsfiddle:
http://jsfiddle.net/robotsushi/kETTu/5/
供将来参考,上述方案是不可能的。需要用散点图来完成。
尝试在 JSP 中循环遍历 HaspMap 时,我已经阅读了许多问题和答案, 大多数都指向使用 jstl taglib 并利用以下内容:
<c:forEach items="${myHashMap}" var="units"> ... </c:forEach>
但