Skip to content

Commit

Permalink
fix backgroundColor not rendering bug #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed Mar 2, 2018
1 parent ef820ce commit acd7559
Show file tree
Hide file tree
Showing 2 changed files with 81,552 additions and 2 deletions.
81,552 changes: 81,551 additions & 1 deletion ec-canvas/echarts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pages/scatter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function initChart(canvas, width, height) {

var option = {
color: ["#FF7070", "#60B6E3"],
backgroundColor: '#fff',
backgroundColor: '#eee',
xAxis: axisCommon,
yAxis: axisCommon,
legend: {
Expand Down

0 comments on commit acd7559

Please sign in to comment.