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.
我想知道是否可以制作如下图所示的扇形图,但只能使用 HTML/CSS。我一直在尝试使用变换和嵌套的 div,但没有任何东西可以接近。
我会推荐画布。只是让旋转文本与 css 一起工作是一件很痛苦的事情。我可以想象从你上面的图片中单独做文本,但要实现它需要做很多工作。形状和线条是另一回事。我想这可能是可能的,但它可能看起来不太好,而且可能效率低下。画布是去这里的路。