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.
我是使用 D3 的新手。我只想在开始和结束的轴上打勾。我该怎么做呢?
谢谢
最小值和最大值(域范围)是域路径的一部分,因此一种选择是将axis.ticks设置为零以隐藏刻度并仅显示域路径。例如:
但是,域路径不包含值的文本标签。因此,为此,您可以改为将axis.tickValues设置为显式刻度的最小值和最大值: