-
I defined a tree-map with this for the ui part:
```
.ui([
{
"method" : "text",
"value" : [ { "Percent" : "per" }, { "Mutual Information" : "mi" } , { "Chi Squared" : "xi2" } ]
…
m-ibm updated
9 years ago
-
**tl;dr**: we need to choose a single format for creating Charts and their elements via the `DataSeries`.
Currently, *Charts and their respective DataSeries are implemented one of two ways:
1) The *…
-
Hey Project F!
As promised, here's my next issue. I'm creating at least 5 landing pages from [this idea pool over here](https://groups.google.com/forum/#!topic/javascript-technology-2016/ziXPdSGQjqE)…
-
I have used this successfully for my data visualization. Am using the d3 Visualization, but I cannot figure out how to edit the tooltips. Basically I want to have extra information on the tooltip whic…
sms16 updated
9 years ago
-
I am hoping to use react-d3 in an updated implementation of http://www.avlbudget.org and, in particular, to use the treemap for http://www.avlbudget.org/expenses. To do it, I need to pass in a click h…
-
So, i was thinking why this was not possible with d3.js :)
- [x] Implement the brightness idea proposed by @junghuk with a radial gradient in the tree map, essentially getting something similar to a c…
-
There are four event types:
-heat
-cold
-rain
-drought
-
Data required:
- Decision Tree
- Doable without support from volunteers
- Next actions
- Type of violence
Information returned
- Shelter options
- Legal options
- What to take when you leave
(Create…
hasuf updated
9 years ago
-
Currently this is the recommended way of including react-d3,
``` js
var rd3 = require('react-d3');
var BarChart = rd3.BarChart;
var LineChart = rd3.LineChart;
var PieChart = rd3.PieChart;
var AreaCha…
-
It seems like it would be immensely cool to have a visualization of data stored in ipfs.
_[Edit: To clarify, what I'm imagining is an interactive node/link visualization/browser running in a JavaSc…