Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
CN
- HangZhou, China
- Sign in to view email
- https://hust.cc
Pinned
1,399 contributions in the last year
Contribution activity
May 2020
- hustcc/gl-matrix JavaScript
Created a pull request in hustcc/echarts-for-react that received 1 comment
- feat: support legend layout margin
- chore: add prettier check in CI
- chore(deps-dev): bump ts-jest from 25.5.1 to 26.0.0
- fix: tooltip 调整
- chore(deps): bump tslib from 1.13.0 to 2.0.0
- fix: fix min/max value map to color
- Fix 2356
- chore(deps-dev): bump ts-jest from 24.3.0 to 25.5.1
- fix(2365): 修复极坐标系圆弧坐标轴文本不响应坐标系 rotate 的问题
- docs(upgrade): 完善升级文档
- chore(deps-dev): bump prettier from 1.19.1 to 2.0.5
- chore(deps-dev): bump jest from 24.9.0 to 26.0.1
- chore(deps-dev): bump ts-loader from 6.2.2 to 7.0.2
- chore(deps-dev): bump typedoc from 0.15.8 to 0.17.6
- chore(deps-dev): bump @types/jest from 24.9.1 to 25.2.1
- chore(deps-dev): bump husky from 3.1.0 to 4.2.5
- chore(deps-dev): bump lint-staged from 9.5.0 to 10.2.2
- docs(label): 修复文档中Layout Function参数的错误
Created an issue in toji/gl-matrix that received 7 comments
The type define can't be derived correctly
Code below: wrapper.ts export * from 'gl-matrix/vec2'; export function otherFunc() {} test.ts import * as vec2 from './wrapper' vec2.length(); /…
7
comments