Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/antvis/G2

📊 The concise and progressive visualization grammar.
https://github.com/antvis/G2

Merge branch 'better-legend' into 'develop'

Better legend

#### 新功能以及增强:
1. 连续图例支持文本格式化;
2. 图例添加 hoverable 属性用于控制是否默认开始鼠标 hover 图例项的交互
...

a9071d5ecf2dd522572f2e7d358ff429469e3b11 authored over 7 years ago
自定义混合图例需要图例具备自我控制图例项状态的能力,重新加上

71cd855a22fecdd642cc9873d365672e1a08d194 authored over 7 years ago
Merge branch 'bugs_0913' into 'develop'

Bugs 0913

* add feature #81
* fixed bugs shape callback
* 修复chart 上定义 coord view 读取不到的问题。...

ff060ca22c721405d6cb91741a3ff8e69071bb48 authored over 7 years ago
add custom shape demo

11b06c98f3c2a8644b340951cf2fc3e4d870ab6c authored over 7 years ago
fixed bug of attr callback

d49c8428756e41a34d5cd0198c129fe873f33a17 authored over 7 years ago
support guide percent position

031f66b8072ad7e52327cb2b94b41236a4725886 authored over 7 years ago
coord in opitons and chart event

3e8788d71b4cdbdc41223f7b5bd1b4ec731c1739 authored over 7 years ago
图例添加 reversed 属性,用于支持图例项逆序

71cbc4dd1a18445b7effc80a086a0e72ad86e03c authored over 7 years ago
添加 demo

b6d185b210024c6ceb9996255e73f62916b43922 authored over 7 years ago
图例支持传入外部容器

7b86640605b672fcdbbe1cc5c0953274f7c21406 authored over 7 years ago
调整图例以及坐标轴文本的布局

2139ea84f4370e7f056d5642e2da0ce8a009aae9 authored over 7 years ago
fix: 坐标轴不能自定义 position

a9435a2b93b858c6e246ff9565bd4697e5f2d9d6 authored over 7 years ago
Merge branch 'hotfix-guide' into 'develop'

fix: 修复 rotate 参数被篡改的问题。

Closed #80

See merge request !114

17a02bb0ba42653d6d891559b9b4babc0adc1b89 authored over 7 years ago
fix: 修复 rotate 参数被篡改的问题。

fefd8f766dd948f67bd9d757a277afbcd35c88f2 authored over 7 years ago
rc3.7

3815c6ee62917c0dbcfe224c593f3f4dc86831b8 authored over 7 years ago
Merge branch 'view_padding' into 'develop'

View padding

* 添加 view 的padding
* 添加移除 view 的方法
* 添加仪表盘 的demo

See merge request !113

cfa2546dc779cd4278da505a6e7f429d2f0df3f4 authored over 7 years ago
generatePoints by default

accb9b8974fb040472a0b49ce4e43e69f6caf94f authored over 7 years ago
图例添加 hoverable 属性用于控制是否默认开始鼠标 hover 图例项的交互

5e1622b7090c89e8d13beaf29e031415610d0a45 authored over 7 years ago
连续图例支持文本格式化

e3b4efd1d93078e8fa60e0c5d5a977ee9840bc51 authored over 7 years ago
view not share options

499c8401217e94a3adb5002790d5514b68a81d08 authored over 7 years ago
add dash board demo, add remove view api

ca6e0d443497ff111a5f4a764b9e5cc1cd35eaeb authored over 7 years ago
add view padding

ba38642533098fde457605cf1bca1aeabd7ad82f authored over 7 years ago
Merge branch 'feature-getSnapPoints' into 'develop'

Feature get snap points

Closed #78

添加 getSnapPoints 方法

See merge request !112

a0c5e861753bd1ba6e115cadffed852e8d828ec6 authored over 7 years ago
add getSnapPoints method

defbe847798e0f0946fe8fd80cc19e90da5325b6 authored over 7 years ago
rc3.6

30b7c183636f9dd8c4bbf781be27718e86204b58 authored over 7 years ago
fix: 由于线性度量的 values 是无需的,故使用最大最小差值求 xDistance

6568ea7a50944b72b024d6db0f18a2f442bd1739 authored over 7 years ago
Merge branch 'add-guide-layer' into 'develop'

guide 支持绘制在最上层 group

Closed #77

增加 top 属性。

```js
chart.guide().line({
top: true, ...

b8c84352872a413405683ea6f0310e93579bd669 authored over 7 years ago
rc3.5

2efeb1ff13fe76d9ce295ca0bdadf171eee03451 authored over 7 years ago
guide 支持绘制在最上层 group

6d70b55bff9b53619e4fe0063a65885ca61f2dca authored over 7 years ago
Merge branch 'fix-guide' into 'develop'

Fix guide

Closed #76 #75

1. guide 传入的点格式支持数组
2. guide.text() start 参数改为 position
3. 添...

e972542b1bd56872d81d92c83d51990a045342bf authored over 7 years ago
添加 guide.arc()

3ae6fd38c0de1c9d93867c85617927d32e13f4d9 authored over 7 years ago
guide.text() start 参数改为 position

cb560ee76ec67a946bdad128a5ab89e1a0b30604 authored over 7 years ago
guide 传入的点格式支持数组

0aa44e6898c5aa8bffa651b9913729cebd736fa9 authored over 7 years ago
Merge branch 'bug_0907' into 'develop'

Bug 0907

* 添加 chart 支持的事件
* identity 的 scale 接受数字

See merge request !109

65108e038ac41a9d6f4fafc67b7b71b37b8069f3 authored over 7 years ago
identity scale support number

9daa3978d46b353539d2dabf33a33642cc972723 authored over 7 years ago
add events of chart

9afb024cc41613b1a4c477cc0f73fb4a98f2a0ed authored over 7 years ago
Merge branch 'better-components' into 'develop'

0906 组件优化以及部分 BUG 修复

1. 将 tooltip 的 html 样式提至主题中,方便用户自定义
2. 移除 Util.has 方法
3. guide 的关键字支持...

608f3e72f9f68bee481c73dd4f7421881ae82a08 authored over 7 years ago
由于 G2 在分类图例过滤上走了数据的过滤,故移除分类图例组件控制图例项状态的能力

1bc82a17c30f73b6ff068585c14f37160fdd3203 authored over 7 years ago
fix:修复图例全部取消时不置灰的问题。

1446843976ecd7e6d84e3936c352abed7038e096 authored over 7 years ago
移除 Util.isNull

a20bd837f26cb78349c1bbf469cb2e3df6d19aa2 authored over 7 years ago
移除 Util.has 方法;guide 的关键字支持分类度量

b32b4e1f9128d44d093720f87c91cba5bd65cf4d authored over 7 years ago
将 tooltip 的 html 样式提至主题中,方便用户自定义

ca430c13ec0a2cab356efc1dfd90e74de81985cd authored over 7 years ago
rc3.4

356bcc67a40b1c02dedc79b8832a9f8502cf52d6 authored over 7 years ago
Merge branch 'hotfix-0905' into 'develop'

Hotfix 0905

See merge request !107

a3f6ec2f958f31c70fdcf2879d66174e9691f759 authored over 7 years ago
添加 tooltip 相应的方法

50b0e1d689ecbd22dbd78d2aa8c1cddcba8af4ca authored over 7 years ago
处于动画状态的 shape 默认不支持 active select 交互

ba043a78d0f9c82ef517fc27ae8707c3a5d0466d authored over 7 years ago
Merge branch 'hotfix-customLabels' into 'develop'

bugfix: custom labels

#73

See merge request !106

021333d1f9f191401caa2f662a5a74d649ab5e47 authored over 7 years ago
bugfix: custom labels

9d349cc88dd241c2e728833bedc25dd4aa6e12f4 authored over 7 years ago
rc3.3

d5fd7ff87a06cb1fa47486d9e888bf7ebaf1f0b5 authored over 7 years ago
Merge branch 'hotfix-multipleLinePlotTooltip' into 'develop'

bugfix: clear up tooltip items

#72

See merge request !105

7f0effe268e0379bf44e3b84c99f43a1e94918c0 authored over 7 years ago
add comment

22852cecab8f894e346303be165bc8bd350098d8 authored over 7 years ago
bugfix: clear up tooltip items

c6195e55fb1a7cacad9f8057c4e0c94359df6dac authored over 7 years ago
hotfix version: rc3.2

b47a31f64a1eafe59c0d7273748993b4b3840bd4 authored over 7 years ago
Merge branch 'hotfix-registerShapePoints' into 'develop'

Hotfix register shape points

#71

See merge request !104

94fb0f77db968c37a31998e554827ba696a41e92 authored over 7 years ago
linting

89400ca5456961d72e56dbf888c80a67fcacfc04 authored over 7 years ago
add back getDefaultPoints for Interval shapes

55d0f0f1c4e9d0936e793b74723085a75cae0065 authored over 7 years ago
Merge branch 'hotfix-eventData' into 'develop'

prebuild before publishing

See merge request !103

64473107e504e3383fa1f825f69865aeaca41689 authored over 7 years ago
prebuild before publishing

fdf89b34829b1bf6d6f92e64fdc6e87f02c100eb authored over 7 years ago
Merge branch 'develop' of gitlab.alibaba-inc.com:datavis/g2 into develop

202f8213e2ebe2f2fbc4243ef4f6fee56e5fa8c6 authored over 7 years ago
update dependencies

631e4a9395f495dcbc0dfb5933cef62787cf3d66 authored over 7 years ago
rc3

1f31e142627e23a3c46e6b9082465dffcabaab57 authored over 7 years ago
Merge branch 'event_data' into 'develop'

add event data

* 在所有抛出的事件中,添加ev.data #66

本来打算覆写 view 的 emit 方法,那么会所有的地方生效,但是还是一个个的改吧

...

77f1fe756accb698ad8cbbc3d89bb55da5c8926a authored over 7 years ago
add event data

261ed361f1b01fa065b7b8898b21a366d76a4369 authored over 7 years ago
Merge branch 'hotfix-versionCoexit' into 'develop'

Hotfix version coexit

#64

See merge request !101

512dcccf70c88f40fa26c961e501c47f22216efc authored over 7 years ago
warn if there are multiple versions

847a445154855bbd34d900f445c849e344df45ba authored over 7 years ago
version coexist

78e75b484f94b62a3e6998c15e68c836f91ffdf3 authored over 7 years ago
rc2.3

6b913fbe53ecf7f04b4ddc853c3ac60342e60641 authored over 7 years ago
Merge branch 'feature-pathUtilAndNewDemos' into 'develop'

Feature path util and new demos

#61 #60

See merge request !100

0ac2b9ec3e7492d0d1d6ea00f128ad6aae9576a5 authored over 7 years ago
Merge branch 'develop' into feature-pathUtilAndNewDemos

87bce923c13cf6f931f6290c2cccb6d8109294bf authored over 7 years ago
Merge branch 'track' into 'develop'

add track

* 添加监控模块

See merge request !99

1b3386f077b8133127b6604ae6c21be347df55f1 authored over 7 years ago
bugfix in funnel demo

878ebdc0a41e5a19a92a1419e2c4a6d61126b6bb authored over 7 years ago
screenshots

3b126c21caa7d78bad491b22f6b89404a9cb7adc authored over 7 years ago
add track

ee78396f3426cf12a0b48da4259680f02442b801 authored over 7 years ago
simplify voronoi demo

089a8b601079a69698b62c5e167a7502c045bb1f authored over 7 years ago
add demo for voronoi

73c21dd07f73e9f71d3ea554714e995489fa58c8 authored over 7 years ago
add demos for arc diagram and chord diagram

e9be5988427e2fa9d3f7780cd43a7a69c6437057 authored over 7 years ago
update data-set

71bef7b2dc38a68859072ba27b7c156046b18f18 authored over 7 years ago
export api from g

b11b1e9571507cd5fe4c45391f78f110d915fb7f authored over 7 years ago
Merge branch 'feature-theme' into 'develop'

主题相关

Closed #62

See merge request !98

62ac194877fb355e4cf46cd5b375a19c9f8deb89 authored over 7 years ago
左右图例默认显示标题

e008d67b98d9133a8ac22ae1ca663e0747ebfe6d authored over 7 years ago
Merge branch 'geom_adjust' into 'develop'

add adjust method to geometry

* 不再在position 中设置属性
* 增加 adjust 方法

See merge request !97

91648da880e433b15a48dd89278314a8863061d7 authored over 7 years ago
init adjust

4c30a16b92292172a8cc86e24bc574319ca9e24f authored over 7 years ago
连续图例样式修改

f3db1d620f7f22b9cfc92db07e0a041a00220eb3 authored over 7 years ago
merge 默认主题,防止报错

7f679269ce34835cbd6181154f45c8b20459368d authored over 7 years ago
图表样式修改

2887af1795a7d46e863d933ddfe941795c1ff740 authored over 7 years ago
add adjust method to geometry

b3d1baf480ac0bd6f21eb75b4df46a000926873e authored over 7 years ago
Merge branch 'hotfix' into 'develop'

fix: 异常条件判断

See merge request !96

1e2f82a4e54c56bff364fbc9bfc94f5df0b4f10a authored over 7 years ago
保证 shape 销毁时将其从父容器中移除

133b635cb4e91aad997d20e0853378157085a284 authored over 7 years ago
fix: 修复 data(DataView 类型) 作为配置项传入时的问题。

328c06656f11e8532f10ffc48b148c58c95a1b5e authored over 7 years ago
fix: 异常条件判断

3708ef62e9f71c683bd0766e701a37459027cb5a authored over 7 years ago
Merge branch 'adjust_alias' into 'develop'

add adjust alias

* 添加多个类的别名 #55

See merge request !95

4122f97108ac1b4364d7a1b197d19acbac1e3acd authored over 7 years ago
add adjust alias

7e2277693a1a339f1f4f208d4078ff91a0e281f1 authored over 7 years ago
Merge branch 'hotfix-bugs' into 'develop'

BUGS 修复

Closed #47 #49 #50 #51 #53 #56

See merge request !94

48961fe6adf0ed7fe4e37d57d848e754d034decc authored over 7 years ago
Merge branch 'feature-heatmap' into 'develop'

Feature heatmap

> 新版的热力图相比起之前的热力图的改进:1. 增加边界模糊处理的自动计算和配置(blur);2. 能利用连续图例进行过滤;3. 性能提升。能利用连续图...

c63a15abe4e292964ab7f6c4995beba7508e78e4 authored over 7 years ago
Heatmap: radius -> aize; blur -> style.blur

80ab7015230558f8dab4389a1471d5f500b01e6d authored over 7 years ago
Heatmap: calculate alpha from scale

745e0958dff0acf6bc7c09f51cae9aab60a9e6f0 authored over 7 years ago
chart.get("geoms") => chart.getAllGeoms

dcc967847ba5aa092f3f086fb7a6fd93c2eb03e8 authored over 7 years ago
fix: 修复 axis legend tooltip 关闭再开启无法生效的问题。

e221f1c03307213d81c23a784260fa8581e07418 authored over 7 years ago
设置默认样式

a00b2b042e8b96360e852c8351445001260ca0e6 authored over 7 years ago
Heatmap: optimize colorizing

633e4e14a70b74e81a3d87cd1413ff6a91cec8dd authored over 7 years ago