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

Tooltips are not rendered correctly because there are multiple problems with the tooltip variable: 1. There is a typo "toolip" in src/radar-chart.js@29 2. setTooltip uses the closure tooltip, which is...

Is there an existing method for updating data, and transitioning the SVG polygon to the new position? Thanks!

I didn't include minified version of JS to avoid potential merge problems.

``` RadarChart.defaultConfig.maxValue = { axes: value }; ``` The implement is not elegant, but I realy need this feature.

If the order of elements in data.axes differs (i.e. strength and luck are swapped in data[0] relative to data[1]), the rendered radar chart is inaccurate (order is taken into account...

Is it possible to create tags for every version release? Without tags it is not possible to define a specific version in bower when trying to install this repo. I...

Is there a way to custom the hoverover event for the nodes? e.g. hover a node to show html tooltip with clickable links thanks, Lucy

First of all, thanks, your lib is great. I'd like to know if it is possible to add a custom label on mouseover. Taking an example, it would be :...

you do nice job! In my opinion , I would add svg margin config so that the text wouldn't be hidden when overflow. radar-chart.js line 69: return (p < 0.4)...

Great code! Do you have any plans to add a "range" function into the Radar charts like the screenshot below? ![screenshot2](https://f.cloud.github.com/assets/500908/771959/9af6da62-e8f5-11e2-81b6-22b6269722e2.png) Cheers Tim