Skip to content

Commit

Permalink
Dump 1.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jun 15, 2017
1 parent 67cf32c commit af0f007
Show file tree
Hide file tree
Showing 8 changed files with 696 additions and 702 deletions.
1,380 changes: 687 additions & 693 deletions dist/echarts-gl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts-gl.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "echarts-gl",
"description": "Extension pack of ECharts providing 3D plots and globe visualization",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"maintainers": [
{
"name": "Yi Shen"
}
],
"dependencies": {
"qtek": "0.3.7",
"zrender": "3.5.1"
"zrender": "3.5.2"
},
"repository": "https://github.com/ecomfe/echarts-gl",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/echarts-gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@

// PENDING Use a single canvas as layer or use image element?
var echartsGl = {
version: '1.0.0-alpha.6',
version: '1.0.0-alpha.7',
dependencies: {
echarts: '3.6.1',
echarts: '3.6.2',
qtek: '0.3.7'
}
};
Expand Down
2 changes: 1 addition & 1 deletion test/bar3D-axisPointer.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}
}
}),
bevelSize: 0.8,
bevelSize: 0.2,
bevelSmoothness: 3,
shading: 'lambert',

Expand Down
2 changes: 1 addition & 1 deletion test/bar3D-event.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}
}
}),
bevelSize: 0.8,
bevelSize: 0.2,
bevelSmoothness: 3,
shading: 'lambert',

Expand Down
2 changes: 1 addition & 1 deletion test/bar3D-posteffect.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
data: data.map(function (item) {
return [item[1], item[0], item[2]];
}),
bevelSize: 0.8,
bevelSize: 0.2,
bevelSmoothness: 3,
shading: 'realistic',
realisticMaterial: {
Expand Down
2 changes: 1 addition & 1 deletion test/bar3D-transparent.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
};
}),
bevelSize: 0.8,
bevelSize: 0.2,
bevelSmoothness: 2,
shading: 'color',

Expand Down

0 comments on commit af0f007

Please sign in to comment.