Angular UI-Grid and D3 graph in a row
问题 I am wondering if any of you had any experience with injecting a graph into a ui-grid. What I am doing, is I have a row defined as follows: { name:'Column Name', cellTemplate: '<spark-line-chart values="grid.appScope.valuesStacked"></spark-line-chart>'} Spark-line-chart directive is responsible for creating a D3 chart (actually, nvd3 to be precise). This creates svg graph. Now, each time I am trying to sort my table, all of the values within the table get sorted, apart from the graphs. So far