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.
各フィールドの列名にコロンが含まれるデータがあります (例: "data:age")。これにより、選択データ メソッドなどの d3 関数が台無しになります。たとえば、これは機能しません。
.data(data, function(d) { return d.data:age; })
これを回避するための最良の方法について誰か提案がありますか? \ でエスケープしてもうまくいきません。データ フィードから列名を変更できません。
どうもありがとう!