Skip to content

Commit

Permalink
fix: 删除 log 信息
Browse files Browse the repository at this point in the history
  • Loading branch information
liufu.lf committed Apr 16, 2021
1 parent b36451e commit 4593377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/bugs/charts-574-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ describe('574', () => {

chart.interval().adjust('stack').position('value').color('type', ['blue', 'green', 'yellow']);
chart.render();
console.log(chart.geometries[0].elements[0].shape);
const fn = jest.fn();
chart.geometries[0].elements[2].shape.animate = fn;
chart.changeData([
Expand Down

0 comments on commit 4593377

Please sign in to comment.