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.
我想让我的点标签可拖动,如何在 JSXGraph 中实现?我有一个重新定位多边形标签的链接http://jsxgraph.uni-bayreuth.de/wiki/index.php/Positioning_of_labels 但是如何更改点标签?
你可以这样做:
board.create('point',[1,1], { name: 'A', label: { fixed:false } });