• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

naver / billboard.js / 34571609169
94%

Build:
DEFAULT BRANCH: master
Ran 11 Sep 2026 06:53AM UTC
Jobs 3
Files 161
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Sep 2026 06:49AM UTC coverage: 93.7% (-0.009%) from 93.709%
34571609169

push

github

web-flow
feat(resize): add resize.live to follow the container while resizing

resize.timer delays the redraw, so the chart kept its previous pixel size
while the container was being dragged. resize.live follows it in between.

How the size is followed is measured, not configured. While a resize redraw
fits in one animation frame(16ms) the chart is redrawn every frame; once a
redraw misses that budget the rendering is stretched to the new size for the
rest of the resize and redrawn when it settles. The switch only goes one way
within a resize, so frames can't alternate between exact and stretched, and
the measured time outlives the resize so an expensive chart stretches from
the first frame of the next one.

Stretching writes the viewBox and the width/height attributes for SVG, and
the CSS box alone for canvas, leaving the backing store as is. Pointer
coordinates keep working through the existing hasViewBox() branches.

Close #4219

11709 of 13040 branches covered (89.79%)

Branch coverage included in aggregate %.

76 of 80 new or added lines in 6 files covered. (95.0%)

14674 of 15117 relevant lines covered (97.07%)

29222.48 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
95.47
-0.81% src/ChartInternal/internals/size.ts
2
90.28
-2.7% src/module/generator.ts
Jobs
ID Job ID Ran Files Coverage
1 run-23.x - 34571609169.1 11 Sep 2026 06:54AM UTC 161
93.7
GitHub Action Run
2 run-24.x - 34571609169.2 11 Sep 2026 06:54AM UTC 161
93.7
GitHub Action Run
3 run-22.x - 34571609169.3 11 Sep 2026 06:53AM UTC 161
93.7
GitHub Action Run
Source Files on build 34571609169
  • Tree
  • List 161
  • Changed 8
  • Source Changed 7
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34571609169
  • e0309c8d on github
  • Prev Build on master (#34208611004)
  • Next Build on master (#34807970920)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc