-
My test data and mapping are listed here:
https://gist.github.com/rbnacharya/7acc70b99f758da2162e
Apply the mapping, and add the data...
After that:
I've used a simple facet:
```
POST http://…
-
Considering the following situation:
server.cpp :
```
struct A
{
int a;
};
int main()
{
...
//connect, etc
A a1;
a1.a=42;
int i1=42;
sfn::Message msg1;
msg1i2;
s…
-
Can you make visible the record up to 500 in get_score?
I need it to associate the recent activity on the scores
ghost updated
11 years ago
-
I have also added another improvement in my test case: add total for highlighted/filtered values for some axis.
The code is something like:
// define axis for which we want total
var col_total = { "To…
LeJav updated
11 years ago
-
Many thanks for your excellent work.
I have tried d3.js for parallel coordinates with the help of jasondavies examples.
I have improved it with automatic data type detection: numeric, string or date.
…
LeJav updated
11 years ago
-
Hard to replicate, see site/data/top500_nov10.csv & site/data/top500_nov11.csv.