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

naver / billboard.js / 11884196428

18 Nov 2024 01:38AM UTC coverage: 94.256%. Remained the same
11884196428

push

github

web-flow
test(point): update test for point.sensitivity (#3916)

Co-authored-by: netil <netil@AD02298065.local>

6270 of 6909 branches covered (90.75%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

7810 of 8029 relevant lines covered (97.27%)

26301.38 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