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.
在一个 JSF 网页中,我通过 Primefaces 显示了一个折线图。每个点对应一个横坐标的日期和他的值。问题是当我开始显示太多点时,会打印所有 x-labels(日期)并且用户无法阅读它们。
有没有办法限制打印的标签数量以避免标签覆盖?
Primefaces 轴标签由ChartModel支持它们确定。所以要管理你的情况
ChartModel
将 中的条目限制为LineChartModel可管理的数量
LineChartModel
使用属性下的 it'swidth和heightcss 值来增加整个图表的大小style
width
height
style
使用max Xormax Y限制相应轴上显示的值
max X
max Y