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.
我有以下图表:http ://synicworld.com/media/graph.png
有没有办法让点标签显示在具有最大值的条上?
pointLabels { edgeTolerance: 100 }
看起来它只是我之前尝试过的 edgeTolerance,但值不够高。
pointLabels { edgeTolerance: -20 }
这将允许渲染点标签,即使它们太靠近边缘。负值表示图表上可能有重叠。