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 36 million developers.
Sign up
Popular repositories
-
algorithm_wxy
a journal of algorithm that three musketeers go
-
FlipAnimation
Forked from cjmdaixi/FlipAnimation
QML 1
-
PAT
C++
-
cmd-colors-solarized
Forked from neilpa/cmd-colors-solarized
Solarized color settings for Windows command prompt
PowerShell
-
reconstruction
reconstruction code about Q
-
myBase
85 contributions in the last year
Contribution activity
May 2019
April 2019
- wulamao/vim-vide Vim script
- wulamao/qmlweb JavaScript
- wulamao/MBC C++
- wulamao/FlipAnimation QML
Opened their first issue on GitHub in ecomfe/echarts-gl
First issue
scatter3D的数据视图显示的category数据为数字Created an issue in apache/incubator-echarts that received 4 comments
scatter 2D/3D 使用category(文本)作为一个数轴,Visualmap颜色映射存在问题
Version 4.2.1 Steps to reproduce 以下代码生成的图表,直接点击数据视图,即可看到问题。2D的例子代码在下面评论中。 var data = [ ['Distance', 'RSSI', 'Mark'], [0.1, 1, 'corridor'], [0.2, 1.1…