Ecosyste.ms: OpenCollective

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

github.com/antvis/S2

⚡️ A practical visualization library for tabular analysis.
https://github.com/antvis/S2

feat: 完善交叉表分页功能 (#1037)

* chore: s2-react watch script

* fix: maxHeight等于offset数组值时下标返回偏大

* fix(s2react): 交叉表初始化未更...

9c8657d8c711057a88b19dd1fd1705655b86a94e authored almost 3 years ago by 刘嘉一 <[email protected]>
docs: 优化demo《哲学家的观点》 (#1038)

5f957de472e0fc283540abe2993e5690ff41269a authored almost 3 years ago by 嘤嘤嘤 <[email protected]>
fix(interactive): table move problem (#1013)

* fix: table move problem

* fix: code

* fix: v

* fix: move

* fix: calculateInViewInd...

f73a1c9cbf5ccbcbe1d01a23e0880f9c8cf45937 authored almost 3 years ago by YardWill <[email protected]>
fix(tooltip): 修复明细表列头的 tooltip 内容被错误的格式化 close #998 (#1036)

* fix(tooltip): 修复明细表列头的 tooltip 内容被错误的格式化 close #998

* chore: 还原 meta

* test: 修复测试

279458de7167068194010473f6994ae5e19024c0 authored almost 3 years ago by Jinke Li <[email protected]>
feat: 支持配置前端计算小计/总计 (#921)

* feat: surport caculate totals in pivot data set

* test: add number calculate and totals cal...

999cfc1a522a8d1f2331c28be23a21fa31da3b5a authored almost 3 years ago by yangzhanmei <[email protected]>
fix(tooltip): 修复单元格文字过长时 tooltip 显示被截断 close #1028 (#1034)

4e654e78d34fdcddb2176fb88c802ffd679cf9c0 authored almost 3 years ago by Jinke Li <[email protected]>
docs: 增加小册子demo《哲学家的观点》 (#1035)

d249f9a91b7fb80710000363944bf56985693c77 authored almost 3 years ago by 嘤嘤嘤 <[email protected]>
fix(s2-core): 修复延迟销毁表格时没有移除canvas节点的问题 close #1011 (#1033)

608dc49c54abd7c3cc7d96c2b7285499358a5cfe authored almost 3 years ago by Jinke Li <[email protected]>
fix(facet): scroll speed options & pagination totals (#1031)

* fix: scrollSpeedRatio value

* fix: ts err

* fix: revert change

* fix: pagination total

2082c22950a0bfb043cfdf8ed37c28328b1e3b93 authored almost 3 years ago by Xinhui <[email protected]>
chore(ci): 新增 prerelease 推送 & CI 细节调整 (#1027)

* chore(ci): 新增 prerelease 推送 & ci 细节调整

* chore(ci): 去掉 --ignore-scripts

* chore(ci): 去掉 -...

f7ba78f0adc4b0ba336addba33d5436c8992d677 authored almost 3 years ago by Jinke Li <[email protected]>
docs: 修复文档404链接和报错demo (#1025)

627baaaf1ab2be87134660c41a354b4580da4d57 authored almost 3 years ago by 嘤嘤嘤 <[email protected]>
Update base-facet.ts (#1009)

手机端滑动问题修改

8b37d470bee47931568329bf17682db947811a5d authored almost 3 years ago by gehaiyi <[email protected]>
chore: 🤖 auto sync site s2 lock and changelog [skip ci] (#1004)

* chore(release): 🔖@antv/[email protected] @antv/[email protected]

* chore(release): 🔖 @antv/[email protected] @...

004a98dc006a74389557e68aa019f97dc7f7681f authored almost 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
test(scroll): 修复 layout变化后导致的断言错误 (#1002)

c49310d9d324b49aadafb4d58a56ebee52109d3e authored almost 3 years ago by 刘嘉一 <[email protected]>
fix: scrollbarOpts to enum const (#1001)

f7ffcf06a3d8011fadab23ff325e72398d926184 authored almost 3 years ago by Xinhui <[email protected]>
fix(facet): 交叉表 compact 模式下行/列头宽度计算错误 (#972)

* fix(facet): 交叉表compact模式且值在列头时宽度计算错误

* fix(facet): 交叉表compact模式且值在行头时宽度计算错误

* fix(facet)...

2c598066c70be4e53bb15f6f610dcf906c424af7 authored almost 3 years ago by 刘嘉一 <[email protected]>
feat(facet): add scrollBarPosition option (#997)

* feat: add viewport width and height for panelBBox

* fix: add panelbbox unit test

* feat:...

8937dc84255c68b9d5b75255263866b8c1c359aa authored almost 3 years ago by Xinhui <[email protected]>
chore: 增加组内不排序icon (#993)

2d3bf8d8a183e687ce0a05d015a5dd41b5340ead authored almost 3 years ago by Wenjun Xu <[email protected]>
docs: 优化部分文档, 增加部分 faq (#992)

9c3f781bc44456715098410f49b3915a73cdc69b authored almost 3 years ago by Jinke Li <[email protected]>
feat: 增加supportCSSTransform设置 (#990)

* 增加supportCSSTransform

* feat: 增加supportCSSTransform配置

* docs: S2Options 增supportCSSTrans...

be45f83ec0bfea402fab127641264c362405d289 authored almost 3 years ago by xiaochong44 <[email protected]>
fix(facet): 数据量较少时,维持 panelBBox 宽高 (#989)

* feat: add viewport width and height for panelBBox

* fix: add panelbbox unit test

c79d6b1b892cfaa397d95fba6ff6151c44ed7632 authored almost 3 years ago by Xinhui <[email protected]>
fix(interaction): shift区间多选在明细表序列号上失效 (#981)

* fix: shift区间多选在明细表序列号上失效

* fix: 修复测试用例

38e4f935eb061ebaeb0c5a1a453adf593945770c authored almost 3 years ago by YardWill <[email protected]>
fix(react): 修复 s2-react 无法安装到 alpha 版本 s2 的问题 (#983)

98ab427d9e06cdcf83994cd418a3153fa1e0c4cc authored almost 3 years ago by Jinke Li <[email protected]>
refactor(facet): 在锁行时使用列头内部的clip实现列头滚动 (#979)

6a67a1b45c1fedef3e3aa0c60625fe56e9f8dcff authored about 3 years ago by 刘嘉一 <[email protected]>
docs: correct brush event (#982)

42f8ea57be44c7e18b95cd4580ef7fc6a4b5b1db authored about 3 years ago by Esora <[email protected]>
docs: ✨ 增加布局相关demo (#978)

* docs: ✨ 增加布局相关demo

* fix: 修复demo 菜单顺序

bfff52d8c0d2143156860e2ec24ee8394f4f518f authored about 3 years ago by 嘤嘤嘤 <[email protected]>
chore: 🤖 auto sync site s2 lock and changelog [skip ci] (#977)

* chore(release): 🔖@antv/[email protected] @antv/[email protected]

* chore(release): 🔖 @antv/[email protected] @...

8597ac08717ef8abf3d408b8f8dd0e24b8a8db83 authored about 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(export): 优化复制数据到剪贴板的逻辑 (#976)

* fix(export): 优化复制数据到剪贴板的逻辑

* fix: 简化逻辑

a841c77c57bb4c9b8aa39f2224dc3adb860b7337 authored about 3 years ago by Jinke Li <[email protected]>
feat: 字段标记(filed)可使用正则进行匹配 (#973)

* feat: 新增功能字段标记可使用正则进行匹配。

* feat: 一个字段 ID 多次匹配到同一范围的字段标记规则,以最后一个规则为准

* docs: 完善字段标记 field 类型

5502936d4b7b7eb2940a3dd7c22b3f0cffcd2c9e authored about 3 years ago by stone <[email protected]>
fix(facet): frozenRowHeader=false滚动时列头展示不全 (#975)

298802e1a35d5512a6438c7738d820d1baa74877 authored about 3 years ago by 刘嘉一 <[email protected]>
chore(export): fix lint (#971)

3b0c11fd3c061c2e6208d402bfea579be1717a86 authored about 3 years ago by 嘤嘤嘤 <[email protected]>
fix: 优化复制功能,解决大数据量复制导致的页面崩溃问题 (#968)

b9e5d3617815240342bf211bb919c82c1eaa3656 authored about 3 years ago by Perkin <[email protected]>
feat(interaction): 支持通过键盘方向键移动选中的单元格 (#967)

* feat: 新增键盘上下左右移动选中cell的位置

* fix: protect func

* fix: 兼容交叉表

* fix: pr problem

* fix...

c1a98ec30c161624a48fda16bce0888b0af60f6b authored about 3 years ago by YardWill <[email protected]>
fix: 修改 s2-react 错误的 peerDependencies close #963 (#966)

f85270457d1045eccd2a453ba513d58e4d1652a7 authored about 3 years ago by Jinke Li <[email protected]>
refactor: 合并单元格在绘制时使用增量更新。 (#959)

* feat: use diff method to update the MergedCell by the difference

* fix: 旧的合并单元格没有及时删除导致累积的问...

7c234071b874e716d4534d8ff30fd9fb26fca54b authored about 3 years ago by stone <[email protected]>
fix: table facet test add toFixed (#960)

test: table facet 测试小数取整 #960

e1b9e343803cb7beac9692f4e473429160cfa7f3 authored about 3 years ago by Xinhui <[email protected]>
fix: bug: 修复交叉表手动设置滚动不生效问题 (#955)

* fix: bug: 修复交叉表手动设置滚动不生效问题

* chore: 打开log

64eeee8454c90116c7fcfba891606c836317b49e authored about 3 years ago by 嘤嘤嘤 <[email protected]>
fix(components): adaptive getContainer 类型修改为可选, 并优化相关文档 (#952)

1b1863df5414ad553f3ff38e0092549fba3442de authored about 3 years ago by Jinke Li <[email protected]>
docs: 📝 增加场景demo「想如何度过一天」 (#951)

* docs: :memo: 增加场景demo「想如何度过一天」

* docs: :memo: 调整 demo 单元格大小

* docs: :memo: 去掉 demo 多余字符

36ffc20f012f0eb00cf09df6673064d91732686b authored about 3 years ago by 嘤嘤嘤 <[email protected]>
chore: 官网增加 docs search 配置 (#950)

b741a5689e8461853a28eae15e611256f9089211 authored about 3 years ago by 嘤嘤嘤 <[email protected]>
chore: 🤖 auto sync site s2 lock and changelog [skip ci] (#949)

* chore(release): 🔖@antv/[email protected] @antv/[email protected]

* chore(release): 🔖 @antv/[email protected] @...

65f79471d0ad8253ff557548f8c9d6ca42ded4fd authored about 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
docs: :memo: 更新 README 和官网文档首页头图 (#948)

* docs: :memo: update README

* docs: :memo: 更新官网首页简介头图

425682742abd1d580d140ec405059b5a563e93d7 authored about 3 years ago by 嘤嘤嘤 <[email protected]>
fix(table): 明细表数据为空时添加兜底 (#947)

* fix: 明细表数据为空时加判断

* fix: add test for table facet

* fix: ci

* fix: revert try

529ad10474b98f3a01edf5232819539a49f5ea1e authored about 3 years ago by Xinhui <[email protected]>
feat: 自适应机制优化: 开启 adaptive 读取容器宽高, 关闭情况下再读取配置项 (#940)

* fix: 修复开启 adaptive 后,未正确读取外部容器宽高的问题。

* feat: 在 sheetType 为 pivot 或者 gridAnalysis 时,新增 adapt...

62c1bd02de2e5538ccf9bd035068ae28d2cd0370 authored about 3 years ago by stone <[email protected]>
feat(table filter): add custom filter function (#894)

* feat: add custom filter function feat

* fix: change name

* fix: filter condition change
...

2c7b49de9ce204829e90e335b15860c95c34eee6 authored about 3 years ago by YardWill <[email protected]>
fix(table): add frozen opts validation & frozen col resize fix (#933)

* feat: 行列冻结增加 valid 校验

* fix: getAllChildCells

* fix: add get-all-child-cells-spec and fr...

c88f64946346c730191266bfadbc7b11cb0144e1 authored about 3 years ago by Xinhui <[email protected]>
fix: :bug: 修复列头小计总计位置漂移问题, close #836 (#934)

* fix: :bug: 修复列头小计总计位置漂移问题, close #836

* test: fix the test

3dc04b7816eedfbc8669227fef850414f9b3c72c authored about 3 years ago by 嘤嘤嘤 <[email protected]>
docs: 完善文档 (#937)

* docs: intro调试命令

* docs: 完善下钻章节文档

460c3be1fa185ec38cf31f980dd654f1f9ef3c4e authored about 3 years ago by 刘嘉一 <[email protected]>
docs: 增加常见问题, 修复部分文档错误链接 (#936)

f37101b564f559b44ddaddc8b2ffeeb5ade55ce0 authored about 3 years ago by Jinke Li <[email protected]>
docs: 修复维度切换组件 demo 的错误数据链接 (#935)

8ea09ca0e836faee2c0701d9d44296b45124fc09 authored about 3 years ago by 嘤嘤嘤 <[email protected]>
fix(facet): table adaptive layout (#932)

* fix: table adaptive

* feat: fix table adaptive mode

f35cd3b6bc389371f57cde3f33ed3965ab237f1b authored about 3 years ago by Xinhui <[email protected]>
docs: 更新截图/润色文档 (#930)

* docs: 文档描述优化

* docs: 总/小计更新示意图

* docs: 说明文字优化

* docs: Update s2-site/docs/manual/basi...

96f01e6a95273ccde5d92ce162fde7db03210c16 authored about 3 years ago by 刘嘉一 <[email protected]>
fix(components): 修复配置的宽度超过浏览器可视窗口宽度无法滚动的问题 close #889 (#931)

* fix(components): 修复配置的宽度超过浏览器可视窗口宽度无法滚动的问题 close #889

* ci: 更新 ci macos 版本

* fix: 修复测试
...

bf03b37d816258d465ffd4ede9bb759b1adaee12 authored about 3 years ago by Jinke Li <[email protected]>
docs: 新增theme主题配置文档 close #872 (#926)

* docs: add theme palette

* docs: update palette

8cfee6c73070aea910562ac8a048503319a71a89 authored about 3 years ago by Wenjun Xu <[email protected]>
fix: event-controller 重复注册事件 (#922)

* fix: event-controller重复注册s2-icon点击事件

* test: add event-controller tests

* test: s2EventT...

683f8e893dda6fa6f2a687b2014f499d95e198a3 authored about 3 years ago by 刘嘉一 <[email protected]>
docs: 修复字段标记明细表demo错误的数据地址 (#923)

071292d5c879a606d9a1e808b6b499af4e28886c authored about 3 years ago by 嘤嘤嘤 <[email protected]>
ci: 只在正式版发布时才同步changelog (#924)

3a5f1413b8a4b4773d5dfacca54d7be178c54286 authored about 3 years ago by Jinke Li <[email protected]>
feat(facet): 明细表增加行高 resize 调整 && 行高 resize 增加选项 (#909)

* feat: finish first version

* feat: fix pagination error

* feat: update test

* feat: a...

cee6bdced0cf3749e683ce157478ea2557da3a53 authored about 3 years ago by Xinhui <[email protected]>
fix(scroll): 修复滚动表格后, 鼠标移动会重置已选中单元格 close #904 (#914)

* fix(scroll): 修复滚动表格后, 鼠标移动会重置已选中单元格 close #904

* fix: test

* fix: 修改注释

d6ebc3dc2773977b8a5a5aa4203d513281b6090c authored about 3 years ago by Jinke Li <[email protected]>
chore(ci): 简化发布通知 action (#918)

7b97aefd7ffd1e68323c1936bc84c706b0c998a6 authored about 3 years ago by Jinke Li <[email protected]>
fix: :bug: 修复指标列头 hover 行为和维值列头不一致问题 (#912)

* fix: :bug: 修复指标列头 hover 行为和维值列头不一致问题

* test: fix the hover test

8fa67bbec21e0d336a3ac4bc589d472100a9e89f authored about 3 years ago by 嘤嘤嘤 <[email protected]>
chore(ci): 修复发布成功后自动创建pr失败, 以及调整推送策略 (#915)

e6b8a44278b834e83fe934b23fb01db1aba77f17 authored about 3 years ago by Jinke Li <[email protected]>
fix: 修复错误修改DefaultOptions问题 (#910)

c6e32350b15611b4fe9aa457baf45329443c7aff authored about 3 years ago by Wenjun Xu <[email protected]>
chore: 更新CI中英文翻译 (#907)

* chore: 更新CI中英文翻译

* chore: 将issue自动关闭日期增加到15天

391d3cf3d398e5d75aa8eeb10190eb6a89710ac6 authored about 3 years ago by Wenjun Xu <[email protected]>
fix(interactive): global selected event emit (#902)

* fix: event emit

* test: add test

* test: add event test

Co-authored-by: wengyidong.wy...

bd4eca3a7f8ca46109c15f3d06003970429b2011 authored about 3 years ago by YardWill <[email protected]>
fix(frame): incorrect viewport splitline shadow (#898)

* fix(frame): incorrect viewport splitline shadow

* fix(frame): remove unnecessary init expre...

197381e01bb79135f3217546baee5434ef28253d authored about 3 years ago by 刘嘉一 <[email protected]>
fix(table): 修复明细表 onDataCellHover 无法触发 (#896)

794406a25fbc0f0be9f434aa8cde8cf324e278ab authored about 3 years ago by Jinke Li <[email protected]>
chore: 同步 lock 和 changelog (#892)

* chore(release): 🔖@antv/[email protected] @antv/[email protected]

* chore(release): 🔖 @antv/[email protected] @an...

058360b1da8e46f379e98ebe31c820e4c25543d5 authored about 3 years ago by Jinke Li <[email protected]>
chore: rename the release branch [skip ci] (#888)

8d4897f90e35ff4d2843418835760b2727522bef authored about 3 years ago by 嘤嘤嘤 <[email protected]>
fix: 🐛 solve the wrong data after drilling down twice (#885)

* test: :recycle: rename components tests for the s2-react

* fix: :bug: solve the issue that ...

e3c8729d8fd5383fa73349b9937daa7ea58e0301 authored about 3 years ago by 嘤嘤嘤 <[email protected]>
feat: ✨ show the sortIcon when the hideMeasureColumn is set (#884)

* feat: :sparkles: show the sortIcon when the hideMeasureColumn is setted

* test: :white_chec...

de1c46acb12b257e32aa4cc568312abca873775a authored about 3 years ago by 嘤嘤嘤 <[email protected]>
fix: export link problem (#877)

Co-authored-by: wengyidong.wyd <[email protected]>

aa8f428824ce90aa5b6c7177cc5ef4d371a1d847 authored about 3 years ago by YardWill <[email protected]>
docs(performance): table compare size (#880)

* docs(performance): table compare size

* docs(performance): rm compare img

Co-authored-by...

7fd3c42ba23e6e457b36f610d360c7381a839f89 authored about 3 years ago by qubaomingg <[email protected]>
fix(components): add empty fragment close #873 (#878)

db98788954b74b2781f98568013135c8843725f2 authored about 3 years ago by Jinke Li <[email protected]>
docs: :memo: fix crashed demos (#876)

e979dba5d80bc5352409ea6c8162958d002d19bf authored about 3 years ago by 嘤嘤嘤 <[email protected]>
fix: 🐛 solve the issue that the measure does not shown when the type of dimensions are number (#871)

* fix: :bug: solve the issue that the measure does not shown when the type of dimensions are num...

296b50bc0af25032e72a7aee332eccd9b557e72c authored about 3 years ago by 嘤嘤嘤 <[email protected]>
docs: :memo: update the doc of S2DataConfig (#867)

* docs: :memo: update the doc of S2DataConfig

* docs: :pencil2: fix typo

c9e0ef3235879d0e5958087df91cf95bddb19a86 authored about 3 years ago by 嘤嘤嘤 <[email protected]>
chore: 🤖 auto sync site s2 lock and changelog [skip ci] (#866)

* chore(release): @antv/[email protected] @antv/[email protected]

* chore(release): 🤖 @antv/s2-v1.0.0 [sk...

c0abb739b82e2afa26ad666408dd1357a466f2ff authored about 3 years ago by Jinke Li <[email protected]>
feat(resize): add resize active options, close #855 (#864)

* feat: add resize active options

* test: update test

* refactor: add resize config for pl...

1ce0951c20cc28495bf1c062d7c57128c3ef91fb authored about 3 years ago by Wenjun Xu <[email protected]>
feat(tooltip): enhance tooltip (#862)

* feat(tooltip): enhance tooltip

* feat(tooltip): update docs

* feat(tooltip): fix test

...

9e411b555ef320b856f67a0fcf0da8971de1c529 authored about 3 years ago by Jinke Li <[email protected]>
docs(export): add export func docs (#865)

* docs: add export func docs

* docs: move docs

Co-authored-by: wengyidong.wyd <wengyidong....

316254900b7ca7fc872bf1b0aff271087364a18b authored about 3 years ago by YardWill <[email protected]>
fix: revert default palette change (#863)

c49fa9f86db47783337a06c005df33145418b8e3 authored about 3 years ago by Xinhui <[email protected]>
fix: the order of multiple selection of cells is wrong (#857)

* fix: the order of multiple selection of cells is wrong

* chore: rename merge cells to merge...

63d1fcb2a5653683e51a36afd280b81b4fc4ed55 authored about 3 years ago by stone <[email protected]>
fix(export): export corner bug (#856)

* fix: export corner bug

* fix: add test

* fix: test

* fix: pr problem

* fix: pr pro...

ccbc85142697d14f6d899899beef1a2fd2a9ec38 authored about 3 years ago by YardWill <[email protected]>
fix(cell): border width issue (#859)

* fix: data cell border

* fix: data cell border issue

* feat: update test spec

* refact...

114e7fc9b7d37f2512dc17a812d280858b571f61 authored about 3 years ago by Xinhui <[email protected]>
fix: fix series resize area (#858)

* fix: fix series resize

* refactor: refine code style

* feat: remove resize limit

76407db3bf0975f6ad815e0078c4db5a293b6db4 authored about 3 years ago by Wenjun Xu <[email protected]>
fix: only omit undefined row cell (#861)

* fix: only omit undefined values

* test: add unit test for empty string field

* test: add...

9386688c14607a260c446c9c18f2d11bf05eb5b6 authored about 3 years ago by Wenjun Xu <[email protected]>
refactor(components): reduce options and dataCfg (#853)

* refactor(components): reduce options and dataCfg

* refactor(components): update docs

* r...

025ec5526f8ad55c170554fbb2dc9a2df2f0bbb7 authored about 3 years ago by Jinke Li <[email protected]>
feat(components): add switcher header config (#851)

* fix: fix playground example

* feat: add switcher config

* refactor: optimize type

* t...

1ced482715ce1d751bb0f40aac9c804d2409e890 authored about 3 years ago by Wenjun Xu <[email protected]>
docs: optimize tooltip docs (#850)

* docs: optimize tooltip docs

* docs: update

ab686a4999177938fb1c7212cb30e3ae3d32728d authored about 3 years ago by Jinke Li <[email protected]>
ci: fix cannot checkout branch (#847)

* ci: fix cannot checkout branch

* ci: checkout latest release

a5a9f59f25e441d54c9bb48ca1bf59425570c5ad authored about 3 years ago by Jinke Li <[email protected]>
chore: update change log and s2-core version (#846)

* chore(release): [email protected] [email protected] (#807)

* chore(release): 🤖 1.0.0 [ci skip]

* ch...

d1f4823651240d2e038ee13c35ef7ae75cfc6df0 authored about 3 years ago by stone <[email protected]>
docs: custom sort demo not work (#841)

* docs: custom sort demo not work

* docs: add hideMeasureColumn in ColCfg

6f174fc5515e4cc092c4249932eaf6005fb0e171 authored about 3 years ago by stone <[email protected]>
fix(table): column should not be formatted (#845)

ed8423afb3d4a1957806dd7f890769a278755076 authored about 3 years ago by Jinke Li <[email protected]>
fix(copy): copy \r\n problem (#843)

* fix: copy \r\n problem

* fix: name

Co-authored-by: wengyidong.wyd <wengyidong.wyd@alibab...

6f885ab24ab7afbd11eec123cd8f13824f023d0b authored about 3 years ago by YardWill <[email protected]>
ci: auto create pr for merge lock and chagnelog into master (#839)

37c0e0c92fb004ddcb407e637dafe810b954f258 authored about 3 years ago by Jinke Li <[email protected]>
fix: copy refactor (#834)

* fix: copy refactor

* fix: copy

* fix: test

Co-authored-by: wengyidong.wyd <wengyidong...

dac76ab72da266eddfcfafecacea47e4ea831cf9 authored about 3 years ago by YardWill <[email protected]>
fix: invalid react tooltip config (#835)

10b44e7ef3b87fb042a4c515123e86ff94cb053e authored about 3 years ago by Jinke Li <[email protected]>
chore: merge changelog (#833)

* chore(release): [email protected] [email protected] (#807)

* chore(release): 🤖 1.0.0 [ci skip]

...

4ab8b88f432f04b7ce4bce918eef543275926973 authored about 3 years ago by Jinke Li <[email protected]>
feat: the order of the measure values in rows or cols, only works for PivotSheet (customValueOrder) (#832)

* feat: the order of the measure values in rows or cols, only works for PivotSheet (customValueO...

41dd313e9beaf88fe58198962809d25725ec8e72 authored about 3 years ago by stone <[email protected]>