UNPKG

3.25 kBPlain TextView Raw
1/**
2 * Copyright (c) 2017 ~ present NAVER Corp.
3 * billboard.js project is licensed under the MIT license
4 */
5/**
6 * CSS class names definition
7 * @private
8 */
9export default {
10 arc: "bb-arc",
11 arcLabelLine: "bb-arc-label-line",
12 arcs: "bb-arcs",
13 area: "bb-area",
14 areas: "bb-areas",
15 axis: "bb-axis",
16 axisX: "bb-axis-x",
17 axisXLabel: "bb-axis-x-label",
18 axisY: "bb-axis-y",
19 axisY2: "bb-axis-y2",
20 axisY2Label: "bb-axis-y2-label",
21 axisYLabel: "bb-axis-y-label",
22 bar: "bb-bar",
23 bars: "bb-bars",
24 brush: "bb-brush",
25 button: "bb-button",
26 buttonZoomReset: "bb-zoom-reset",
27 candlestick: "bb-candlestick",
28 candlesticks: "bb-candlesticks",
29 chart: "bb-chart",
30 chartArc: "bb-chart-arc",
31 chartArcs: "bb-chart-arcs",
32 chartArcsBackground: "bb-chart-arcs-background",
33 chartArcsGaugeMax: "bb-chart-arcs-gauge-max",
34 chartArcsGaugeMin: "bb-chart-arcs-gauge-min",
35 chartArcsGaugeUnit: "bb-chart-arcs-gauge-unit",
36 chartArcsTitle: "bb-chart-arcs-title",
37 chartArcsGaugeTitle: "bb-chart-arcs-gauge-title",
38 chartBar: "bb-chart-bar",
39 chartBars: "bb-chart-bars",
40 chartCandlestick: "bb-chart-candlestick",
41 chartCandlesticks: "bb-chart-candlesticks",
42 chartCircles: "bb-chart-circles",
43 chartLine: "bb-chart-line",
44 chartLines: "bb-chart-lines",
45 chartRadar: "bb-chart-radar",
46 chartRadars: "bb-chart-radars",
47 chartText: "bb-chart-text",
48 chartTexts: "bb-chart-texts",
49 circle: "bb-circle",
50 circles: "bb-circles",
51 colorPattern: "bb-color-pattern",
52 colorScale: "bb-colorscale",
53 defocused: "bb-defocused",
54 dragarea: "bb-dragarea",
55 empty: "bb-empty",
56 eventRect: "bb-event-rect",
57 eventRects: "bb-event-rects",
58 eventRectsMultiple: "bb-event-rects-multiple",
59 eventRectsSingle: "bb-event-rects-single",
60 focused: "bb-focused",
61 gaugeValue: "bb-gauge-value",
62 grid: "bb-grid",
63 gridLines: "bb-grid-lines",
64 legend: "bb-legend",
65 legendBackground: "bb-legend-background",
66 legendItem: "bb-legend-item",
67 legendItemEvent: "bb-legend-item-event",
68 legendItemFocused: "bb-legend-item-focused",
69 legendItemHidden: "bb-legend-item-hidden",
70 legendItemPoint: "bb-legend-item-point",
71 legendItemTile: "bb-legend-item-tile",
72 level: "bb-level",
73 levels: "bb-levels",
74 line: "bb-line",
75 lines: "bb-lines",
76 main: "bb-main",
77 region: "bb-region",
78 regions: "bb-regions",
79 selectedCircle: "bb-selected-circle",
80 selectedCircles: "bb-selected-circles",
81 shape: "bb-shape",
82 shapes: "bb-shapes",
83 stanfordElements: "bb-stanford-elements",
84 stanfordLine: "bb-stanford-line",
85 stanfordLines: "bb-stanford-lines",
86 stanfordRegion: "bb-stanford-region",
87 stanfordRegions: "bb-stanford-regions",
88 subchart: "bb-subchart",
89 target: "bb-target",
90 text: "bb-text",
91 texts: "bb-texts",
92 title: "bb-title",
93 tooltip: "bb-tooltip",
94 tooltipContainer: "bb-tooltip-container",
95 tooltipName: "bb-tooltip-name",
96 valueDown: "bb-value-down",
97 valueUp: "bb-value-up",
98 xgrid: "bb-xgrid",
99 xgridFocus: "bb-xgrid-focus",
100 xgridLine: "bb-xgrid-line",
101 xgridLines: "bb-xgrid-lines",
102 xgrids: "bb-xgrids",
103 ygrid: "bb-ygrid",
104 ygridFocus: "bb-ygrid-focus",
105 ygridLine: "bb-ygrid-line",
106 ygridLines: "bb-ygrid-lines",
107 ygrids: "bb-ygrids",
108 zoomBrush: "bb-zoom-brush",
109 EXPANDED: "_expanded_",
110 SELECTED: "_selected_",
111 INCLUDED: "_included_",
112 TextOverlapping: "text-overlapping"
113};