radar-chart-d3 icon indicating copy to clipboard operation
radar-chart-d3 copied to clipboard

Simple radar chart in D3.js

Results 21 radar-chart-d3 issues
Sort by recently updated
recently updated
newest added

``` bower radar-chart-d3#* not-cached [email protected]:alangrafu/radar-chart-d3.git#* bower radar-chart-d3#* resolve [email protected]:alangrafu/radar-chart-d3.git#* bower radar-chart-d3#* ECMDERR Failed to execute "git ls-remote --tags --heads [email protected]:alangrafu/radar-chart-d3.git", exit code of #128 Host key verification failed. fatal: Could...

Allows the package to be installed and deployed as an npm package. Adds some linting for eslint styling

If all values to put on the chart are zero, then the size of the largest "circle axis" is maxValue. But if the user did not supply a value via...

Can you please tell me how to import it in angular 4 project, inside any .ts file ? also, its not suppoting latest D3 js i.e. d3.v4.min.js, its throws lots...

Is it possible to change the data by click the point , so that I can change the shape of the polygon.

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

I adjust the size of radar chart when the label text hideen by the svg edge.How to custermize each point (dx ,dy)? Could you give me a sample code list?Thanks...

http://jsfiddle.net/fusioncharts/64v13yyy/ By using this created rader chart but need to drag and if used draggble but after drage it is going to minus x and y axis need restrict to...

Saw you reverted the `module.exports`, agree that that was probably the best to do, since it didn't support all use cases. This pull request adds an umd wrapper, that should...

Would you consider adding labels to indicate the levels as a feature to radar-chart? The example is seen here: http://bl.ocks.org/nbremer/6506614 I find this a big visual improvement for radar chart.