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.
我正在尝试创建一个包含两个 mapbubble 系列的 highmaps 图表,以便它将在每个国家/地区显示两个气泡,而不仅仅是一个。然而,我很难理解如何操纵系列的 x 坐标,以便它们不会被绘制在彼此之上。
您需要操作第二系列的数据并更改 x/y 值,因为点是根据这些值打印的。