Closed waxlamp closed 7 years ago
Merging #476 into master will decrease coverage by
-0.17%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #476 +/- ##
==========================================
- Coverage 40.66% 40.49% -0.17%
==========================================
Files 36 36
Lines 1237 1242 +5
==========================================
Hits 503 503
- Misses 734 739 +5
Impacted Files | Coverage Δ | |
---|---|---|
VisComponent/mixin/VegaChart.js | 22.22% <ø> (-8.55%) |
:x: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 9b4a891...03908a1. Read the comment docs.
Vega has a way to update the width and height of a chart on render, without recompiling from the spec.
VegaChart
now takes advantage of it, restoring theAutoResize
functionality in the demos.