-
It would be great to see a report of total number of contributors per month.
I just noticed that there are 276 people in Loomio and there were over 300 before so it looks like folks are dropping away…
-
From `readings/R-datavis.md`
brymz updated
8 years ago
-
## 我的问题
在尝试设置多个字段Legend的位置时发现:**通过`chart.legend(dim, cfg)`针对不同字段设置不同的position是无效的。**
下面是我用的例子,数据集就是样例数据集中的car.json。
``` javascript
var Frame = G2.Frame;
var frame = new Frame(data);
var chart = new…
-
Datavis of general activity (includes weeks, months…) after testing shows only 1 ball (dark grey). This is weird since I would assume that for each session there would be 2 balls (one for relaxation a…
-
## 我的需求/我的问题
区域图只支持间断的null值,不支持连续的null值,比如连续2个null。控制台会报如下错误:
Uncaught TypeError: Cannot read property 'x' of undefined
## 数据以及出现问题的源代码
出错的代码是根据使用示例https://g2.alipay.com/demo/03-area/area-null.html
…
-
When I clicked on the EEG datavis (bar charts inside a square that appear next to the datavis displaying subjective data introduced by the user) and there is no recorded data in the system, the app fa…
-
Two use cases are not being supported by the current approach, which is to use the property name as the node id.
- Unnamed output nodes (for reactive functions with side effects but no output property…
-
Users can see slices, but not an overview. How do we allow them to go from general to specific and back?
-
The API could support method chaining for
- [x] addNode
- [x] removeNode
- [x] addEdge
- [x] removeEdge
- [x] deserialize
- [x] update documentation
-
Within a reactive function, it should be possible to invoke `digest` multiple times.