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

naver / billboard.js / 20303873531

17 Dec 2025 01:08PM UTC coverage: 94.151%. Remained the same
20303873531

push

github

web-flow
chore(deps-dev): update dependency (#4070)

update dependencies to the latest

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

6515 of 7191 branches covered (90.6%)

Branch coverage included in aggregate %.

8037 of 8265 relevant lines covered (97.24%)

25688.17 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Plugin/bubblecompare/Options.ts
1
/**
2
 * Copyright (c) 2017 ~ present NAVER Corp.
3
 * billboard.js project is licensed under the MIT license
4
 */
5
/**
6
 * Bubble compare plugin option class
7
 * @class BubblecompareOptions
8
 * @param {Options} options Bubblecompare plugin options
9
 * @augments Plugin
10
 * @returns {BubblecompareOptions}
11
 * @private
12
 */
13
export default class Options {
14
        constructor() {
15
                return {
×
16
                        /**
17
                         * Set minimum size of bubble radius. (px)
18
                         * @name minR
19
                         * @memberof plugin-bubblecompare
20
                         * @type {number}
21
                         * @default 11
22
                         * @example
23
                         *   minR: 11
24
                         */
25
                        minR: 11,
26

27
                        /**
28
                         * Set maximum size of bubble radius. (px)
29
                         * @name maxR
30
                         * @memberof plugin-bubblecompare
31
                         * @type {number}
32
                         * @default 11
33
                         * @example
34
                         *   maxR: 74
35
                         */
36
                        maxR: 11,
37

38
                        /**
39
                         * Specify bubble expand ratio when focused
40
                         * @name expandScale
41
                         * @memberof plugin-bubblecompare
42
                         * @type {number}
43
                         * @default 1
44
                         * @example
45
                         *   expandScale: 1.2
46
                         */
47
                        expandScale: 1
48
                };
49
        }
50
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc