lineID = d3.select(this.firstChild).attr('id'); // setting the line id
textID = d3.select(this.lastChild).attr('id'); // setting the text id
在這種情況下,我想行與標籤移動它拖時。
所以只有線的x2和y2屬性會被更新,並且線的x1和y1應該保持不變。
這裏firstChild和lastChild的用法可能不是理想的解決方案。 x1和y1現在硬編碼了,我不知道如何動態返回值。
你爲什麼不簡單地翻譯'g'元素? – 2014-08-28 08:58:07
@LarsKotthoff他希望'x1','y1'保持不變。如果你翻譯'g's,那麼這是行不通的(而且他沒有它們,可惜...) – Oleg 2014-08-28 09:14:17