Brandon Winchester
Brandon Winchester
You need to fork the repo, make your changes to a local clone of that fork, then commit the changes to your own fork. After that, in github, on your...
You're talking about a range chart. I coded a fix in angular-dc.js. Look for the first 2 lines in this example where a click listener is attached, Line 173 in...
The current code for angular-dc seems to be using an attribute called dc-range-chart for the rangeChart() method. I simply used dc-range-chart="volumeChart" like the example, https://tomneyland.github.io/angular-dc/example/stocks/nasdaq.html , and it works fine....