WebGL / Front End / Data Visualization / Generative Art Fan / ZJUer
-
Baidu, Inc.
- Shanghai, China
- @pissang1
Highlights
- Pro
Block or Report
Block or report pissang
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
apache/echarts Public
Apache ECharts is a powerful, interactive charting and data visualization library for browser
-
ecomfe/echarts-gl Public
Extension pack for Apache ECharts, providing globe visualization and 3D plots.
-
ecomfe/zrender Public
A lightweight graphic library providing 2d draw for Apache ECharts
-
clay-viewer Public
3D model viewer with high quality rendering and glTF2.0/GLB export
-
1,982 contributions in the last year
Less
More
Activity overview
Contribution activity
January 2022
Created 167 commits in 9 repositories
Created a pull request in apache/echarts that received 14 comments
add valueFormatter in tooltip
Brief Information
This pull request is in the type of:
bug fixing
new feature
others
What does this PR do?
This PR added a new option valueFo…
+446
−194
•
14
comments
Opened 22 other pull requests in 2 repositories
apache/echarts
16
merged
- fix(geo): fix getMap
- fix(geo): add back geoCoord module to avoid breaking echarts-gl
- chore: not export declarations on the extension build
- chore: update zrender version
- fix(dataZoom): fix shadow may not update when size changed
- fix(scale): fix rounding error when increase interval in align ticks calculation
- fix(core): avoid error in render breaks following update
- fix(graph): fix error when symbol is none.
- Merge master to release. Prepare to release 5.3.0
- Merge next to master
- feat(state): add emphasis.disabled
- feature: introduce projection to map
- fix(visual): fix legend modify alpha on transparent color
- fix(line): fix endLabel have error when series is filtered.
- fix stacked bar in large mode. fix stacked bar on log axis.
- using utility methods for value type checking
Reviewed 31 pull requests in 3 repositories
apache/echarts
19 pull requests
- release 5.3.0
- fix(core): avoid error in render breaks following update
- test(pie): add more VRTs for pie series.
- fix(dtatsample): fix rate infinity cause range error
- fix: set sourceHeader=false not work, will auto find sourceHeader(#16…
-
fix(boxplot): fix invalid logic that causes incorrect band width when axis type is not
category. - fix(lines): use echarts log instead of zrender log.
- fix(radar): name being - in tooltip when name.show is false #15915
-
Feat: new selectedMode: series and
select.disabled - using utility methods for value type checking
- fix(tooltip): fix the page will be frozen if multiple tooltips are provided.
- feat(pie/sunburst): supports configuring any one border radius.
- fix(axis): axis label width when overflow is set
- fix(pie): tangential rotation with startAngle #15980
- fix(polar): fix edge symbols are clipped unexpectedly for the tiny offset.
- fix(dataview): hide tooltip when data view is open.
- fix(map): some labels won't be shown when legend is enabled and no label formatter specified.
- fix(lines): fix NPE issue when lines series has no coordinate system.
- Support using dataType param to specify edge highlighting
ecomfe/zrender
10 pull requests
- release 5.3.0 again
- release 5.3.0
- fix(sector): fix a case in which the angle is NaN.
- fix(sector): fix some broken cases caused by precision.
-
fix potential NPE in
toDataURLfunction in the legacy SVG renderer. remove unused import. -
fix(sector): don't use
normalizeArcAnglesanymore. -
fix(animator):
NaNshouldn't be considered as the number type. - chore: update the description and keywords in package.json
- feat(sector): enhance sector corner radius to support configuring any one corner.
- fix(svg): fix animation on strokePercent will cause partially drawing.