nvd3.js - How to access toi NVD3 binding data -


i'm new using nvd3 , try can't find right way it, i'll try clear. need make little change nv.models.linechart.

i need add button , when click it, remove last element data , update chart. try creating button inside library example:

nv.models.linechart = function () {         d3.select("body")         .append("button")         .attr('type','button')         .text("test").on("click",function(){             //code here ...             // need access data binding svg here             there way nvd3?           });      //============================================================     // public variables default settings     //------------------------------------------------------------      //... } 


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -