@patternfly/patternfly 6.0.0-alpha.114 → 6.0.0-alpha.115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/images/pf_logo.svg +11 -11
- package/assets/images/pf_logo_white.svg +2 -2
- package/base/_chart-globals.scss +320 -320
- package/base/_fa-icons.scss +2 -2
- package/base/_fonts.scss +16 -16
- package/base/_globals.scss +4 -11
- package/base/_variables.scss +221 -221
- package/base/patternfly-globals.css +2 -6
- package/base/patternfly-variables.css +13 -9
- package/base/themes/dark/_chart-globals.scss +25 -25
- package/base/tokens/_tokens-font.scss +8 -0
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Alert/alert-group.css +1 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +1 -1
- package/components/Alert/alert.scss +1 -1
- package/components/AppLauncher/app-launcher.css +1 -1
- package/components/AppLauncher/app-launcher.scss +1 -1
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Button/button.css +3 -3
- package/components/Button/button.scss +3 -3
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/Content/content.css +1 -1
- package/components/Content/content.scss +1 -1
- package/components/ContextSelector/context-selector.css +1 -1
- package/components/ContextSelector/context-selector.scss +1 -1
- package/components/Drawer/drawer.css +2 -2
- package/components/Drawer/drawer.scss +2 -2
- package/components/Dropdown/dropdown.css +2 -2
- package/components/Dropdown/dropdown.scss +2 -2
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +3 -3
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/List/list.css +1 -1
- package/components/List/list.scss +1 -1
- package/components/Menu/menu.css +4 -4
- package/components/Menu/menu.scss +4 -4
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/OptionsMenu/options-menu.css +1 -1
- package/components/OptionsMenu/options-menu.scss +1 -1
- package/components/Page/page.css +8 -8
- package/components/Page/page.scss +14 -14
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/ProgressStepper/progress-stepper.scss +1 -1
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +1 -1
- package/components/Sidebar/sidebar.scss +1 -1
- package/components/SkipToContent/skip-to-content.css +1 -1
- package/components/SkipToContent/skip-to-content.scss +1 -1
- package/components/Table/table.css +1 -1
- package/components/Table/table.scss +1 -1
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/TreeView/tree-view.scss +2 -2
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +18 -18
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/Tabs/examples/Tabs.md +102 -102
- package/docs/demos/Card/examples/Card.md +152 -115
- package/docs/demos/Dashboard/examples/Dashboard.md +5 -5
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Table/examples/Table.md +2 -2
- package/docs/demos/Toolbar/examples/Toolbar.css +3 -3
- package/docs/utilities/Text/examples/Text.md +0 -1
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +13 -69
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +2 -2
- package/patternfly-base-no-globals.css +13 -69
- package/patternfly-base-no-globals.scss +2 -2
- package/patternfly-base-theme-dark-unversioned.css +15 -71
- package/patternfly-base.css +15 -71
- package/patternfly-base.scss +0 -1
- package/patternfly-charts.scss +319 -319
- package/patternfly-no-globals.css +60 -89
- package/patternfly-no-globals.scss +2 -2
- package/patternfly-theme-dark-unversioned.css +84 -113
- package/patternfly-theme-dark-unversioned.scss +1 -1
- package/patternfly.css +62 -91
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_init.scss +3 -3
- package/sass-utilities/colors.scss +81 -81
- package/sass-utilities/functions.scss +2 -2
- package/sass-utilities/mixins.scss +1 -1
- package/sass-utilities/scss-variables.scss +149 -149
- package/sass-utilities/themes/dark/colors.scss +15 -15
- package/sass-utilities/themes/dark/scss-variables.scss +74 -74
- package/themes/dark/_patternfly-charts-theme-dark.scss +25 -25
- package/base/_themes.scss +0 -43
- package/base/patternfly-themes.css +0 -82
- package/base/patternfly-themes.scss +0 -2
- package/base/themes/dark/_globals.scss +0 -5
package/base/_chart-globals.scss
CHANGED
|
@@ -7,409 +7,409 @@ $chart: #{$pf-prefix} + 'chart';
|
|
|
7
7
|
// Chart colors
|
|
8
8
|
|
|
9
9
|
// blue
|
|
10
|
-
$pf-
|
|
11
|
-
$pf-
|
|
12
|
-
$pf-
|
|
13
|
-
$pf-
|
|
14
|
-
$pf-
|
|
10
|
+
$pf-v6-chart-color-blue-100: #8bc1f7 !default;
|
|
11
|
+
$pf-v6-chart-color-blue-200: #519de9 !default;
|
|
12
|
+
$pf-v6-chart-color-blue-300: $pf-v6-color-blue-400;
|
|
13
|
+
$pf-v6-chart-color-blue-400: #004b95 !default;
|
|
14
|
+
$pf-v6-chart-color-blue-500: #002f5d !default;
|
|
15
15
|
|
|
16
16
|
// green
|
|
17
|
-
$pf-
|
|
18
|
-
$pf-
|
|
19
|
-
$pf-
|
|
20
|
-
$pf-
|
|
21
|
-
$pf-
|
|
17
|
+
$pf-v6-chart-color-green-100: #bde2b9 !default;
|
|
18
|
+
$pf-v6-chart-color-green-200: #7cc674 !default;
|
|
19
|
+
$pf-v6-chart-color-green-300: #4cb140 !default;
|
|
20
|
+
$pf-v6-chart-color-green-400: #38812f !default;
|
|
21
|
+
$pf-v6-chart-color-green-500: #23511e !default;
|
|
22
22
|
|
|
23
23
|
// cyan
|
|
24
|
-
$pf-
|
|
25
|
-
$pf-
|
|
26
|
-
$pf-
|
|
27
|
-
$pf-
|
|
28
|
-
$pf-
|
|
24
|
+
$pf-v6-chart-color-cyan-100: $pf-v6-color-cyan-100;
|
|
25
|
+
$pf-v6-chart-color-cyan-200: $pf-v6-color-cyan-200;
|
|
26
|
+
$pf-v6-chart-color-cyan-300: $pf-v6-color-cyan-300;
|
|
27
|
+
$pf-v6-chart-color-cyan-400: $pf-v6-color-cyan-400;
|
|
28
|
+
$pf-v6-chart-color-cyan-500: $pf-v6-color-cyan-500;
|
|
29
29
|
|
|
30
30
|
// purple
|
|
31
|
-
$pf-
|
|
32
|
-
$pf-
|
|
33
|
-
$pf-
|
|
34
|
-
$pf-
|
|
35
|
-
$pf-
|
|
31
|
+
$pf-v6-chart-color-purple-100: #b2b0ea !default;
|
|
32
|
+
$pf-v6-chart-color-purple-200: #8481dd !default;
|
|
33
|
+
$pf-v6-chart-color-purple-300: #5752d1 !default;
|
|
34
|
+
$pf-v6-chart-color-purple-400: #3c3d99 !default;
|
|
35
|
+
$pf-v6-chart-color-purple-500: #2a265f !default;
|
|
36
36
|
|
|
37
37
|
// gold
|
|
38
|
-
$pf-
|
|
39
|
-
$pf-
|
|
40
|
-
$pf-
|
|
41
|
-
$pf-
|
|
42
|
-
$pf-
|
|
38
|
+
$pf-v6-chart-color-gold-100: $pf-v6-color-gold-100;
|
|
39
|
+
$pf-v6-chart-color-gold-200: $pf-v6-color-gold-200;
|
|
40
|
+
$pf-v6-chart-color-gold-300: $pf-v6-color-gold-300;
|
|
41
|
+
$pf-v6-chart-color-gold-400: $pf-v6-color-gold-400;
|
|
42
|
+
$pf-v6-chart-color-gold-500: $pf-v6-color-gold-500;
|
|
43
43
|
|
|
44
44
|
// orange
|
|
45
|
-
$pf-
|
|
46
|
-
$pf-
|
|
47
|
-
$pf-
|
|
48
|
-
$pf-
|
|
49
|
-
$pf-
|
|
45
|
+
$pf-v6-chart-color-orange-100: $pf-v6-color-orange-100;
|
|
46
|
+
$pf-v6-chart-color-orange-200: $pf-v6-color-orange-200;
|
|
47
|
+
$pf-v6-chart-color-orange-300: $pf-v6-color-orange-300;
|
|
48
|
+
$pf-v6-chart-color-orange-400: $pf-v6-color-orange-400;
|
|
49
|
+
$pf-v6-chart-color-orange-500: $pf-v6-color-orange-500;
|
|
50
50
|
|
|
51
51
|
// red
|
|
52
|
-
$pf-
|
|
53
|
-
$pf-
|
|
54
|
-
$pf-
|
|
55
|
-
$pf-
|
|
56
|
-
$pf-
|
|
52
|
+
$pf-v6-chart-color-red-100: $pf-v6-color-red-100;
|
|
53
|
+
$pf-v6-chart-color-red-200: $pf-v6-color-red-200;
|
|
54
|
+
$pf-v6-chart-color-red-300: $pf-v6-color-red-300;
|
|
55
|
+
$pf-v6-chart-color-red-400: $pf-v6-color-red-400;
|
|
56
|
+
$pf-v6-chart-color-red-500: $pf-v6-color-red-500;
|
|
57
57
|
|
|
58
58
|
// black
|
|
59
|
-
$pf-
|
|
60
|
-
$pf-
|
|
61
|
-
$pf-
|
|
62
|
-
$pf-
|
|
63
|
-
$pf-
|
|
64
|
-
$pf-
|
|
59
|
+
$pf-v6-chart-color-black-100: $pf-v6-color-black-200;
|
|
60
|
+
$pf-v6-chart-color-black-200: $pf-v6-color-black-300;
|
|
61
|
+
$pf-v6-chart-color-black-300: $pf-v6-color-black-400;
|
|
62
|
+
$pf-v6-chart-color-black-400: $pf-v6-color-black-500;
|
|
63
|
+
$pf-v6-chart-color-black-500: $pf-v6-color-black-600;
|
|
64
|
+
$pf-v6-chart-color-black-600: $pf-v6-color-black-700;
|
|
65
65
|
|
|
66
66
|
// typography
|
|
67
|
-
$pf-
|
|
68
|
-
$pf-
|
|
69
|
-
$pf-
|
|
70
|
-
$pf-
|
|
71
|
-
$pf-
|
|
72
|
-
$pf-
|
|
67
|
+
$pf-v6-chart-global--FontSize--xs: 12; // Axis Labels
|
|
68
|
+
$pf-v6-chart-global--FontSize--sm: 14; // Legend
|
|
69
|
+
$pf-v6-chart-global--FontSize--lg: 18; // Small Numbers
|
|
70
|
+
$pf-v6-chart-global--FontSize--2xl: 24; // Large Numbers
|
|
71
|
+
$pf-v6-chart-global--FontFamily: $pf-v6-global--FontFamily--text;
|
|
72
|
+
$pf-v6-chart-global--letter-spacing: "normal";
|
|
73
73
|
|
|
74
74
|
// label
|
|
75
|
-
$pf-
|
|
76
|
-
$pf-
|
|
77
|
-
$pf-
|
|
78
|
-
$pf-
|
|
79
|
-
$pf-
|
|
80
|
-
$pf-
|
|
75
|
+
$pf-v6-chart-global--label--Padding: 10;
|
|
76
|
+
$pf-v6-chart-global--label--Margin: 8;
|
|
77
|
+
$pf-v6-chart-global--label--stroke: "transparent";
|
|
78
|
+
$pf-v6-chart-global--label--text-anchor: "middle";
|
|
79
|
+
$pf-v6-chart-global--label--stroke--Width: 0;
|
|
80
|
+
$pf-v6-chart-global--label--Fill: $pf-v6-color-black-900;
|
|
81
81
|
|
|
82
82
|
// Layout Props
|
|
83
|
-
$pf-
|
|
84
|
-
$pf-
|
|
85
|
-
$pf-
|
|
83
|
+
$pf-v6-chart-global--layout--Padding: 50;
|
|
84
|
+
$pf-v6-chart-global--layout--Height: 300;
|
|
85
|
+
$pf-v6-chart-global--layout--Width: 450;
|
|
86
86
|
|
|
87
87
|
// Stroke and Border Width
|
|
88
|
-
$pf-
|
|
89
|
-
$pf-
|
|
90
|
-
$pf-
|
|
91
|
-
$pf-
|
|
92
|
-
$pf-
|
|
88
|
+
$pf-v6-chart-global--stroke--Width--xs: 1;
|
|
89
|
+
$pf-v6-chart-global--stroke--Width--sm: 2;
|
|
90
|
+
$pf-v6-chart-global--BorderWidth--xs: 1;
|
|
91
|
+
$pf-v6-chart-global--BorderWidth--sm: 2;
|
|
92
|
+
$pf-v6-chart-global--BorderWidth--lg: 8;
|
|
93
93
|
|
|
94
94
|
// Stroke
|
|
95
|
-
$pf-
|
|
96
|
-
$pf-
|
|
95
|
+
$pf-v6-chart-global--stroke-line-cap: "round";
|
|
96
|
+
$pf-v6-chart-global--stroke-line-join: "round";
|
|
97
97
|
|
|
98
98
|
// Fills and Strokes
|
|
99
|
-
$pf-
|
|
100
|
-
$pf-
|
|
101
|
-
$pf-
|
|
102
|
-
$pf-
|
|
103
|
-
$pf-
|
|
104
|
-
$pf-
|
|
105
|
-
$pf-
|
|
106
|
-
$pf-
|
|
107
|
-
$pf-
|
|
108
|
-
$pf-
|
|
109
|
-
$pf-
|
|
99
|
+
$pf-v6-chart-global--danger--Color--100: $pf-v6-global--danger-color--100;
|
|
100
|
+
$pf-v6-chart-global--warning--Color--100: $pf-v6-color-orange-300;
|
|
101
|
+
$pf-v6-chart-global--warning--Color--200: $pf-v6-color-gold-400;
|
|
102
|
+
$pf-v6-chart-global--success--Color--100: $pf-v6-color-blue-400;
|
|
103
|
+
$pf-v6-chart-global--Fill--Color--900: $pf-v6-color-black-900;
|
|
104
|
+
$pf-v6-chart-global--Fill--Color--700: $pf-v6-color-black-700;
|
|
105
|
+
$pf-v6-chart-global--Fill--Color--500: $pf-v6-color-black-500;
|
|
106
|
+
$pf-v6-chart-global--Fill--Color--400: $pf-v6-color-black-400;
|
|
107
|
+
$pf-v6-chart-global--Fill--Color--300: $pf-v6-color-black-300;
|
|
108
|
+
$pf-v6-chart-global--Fill--Color--200: $pf-v6-color-black-200;
|
|
109
|
+
$pf-v6-chart-global--Fill--Color--white: $pf-v6-color-white;
|
|
110
110
|
|
|
111
111
|
// Individual Charts
|
|
112
112
|
|
|
113
113
|
// Area Chart
|
|
114
|
-
$pf-
|
|
115
|
-
$pf-
|
|
116
|
-
$pf-
|
|
114
|
+
$pf-v6-chart-area--Opacity: .3;
|
|
115
|
+
$pf-v6-chart-area--stroke--Width: $pf-v6-chart-global--stroke--Width--sm;
|
|
116
|
+
$pf-v6-chart-area--data--Fill: $pf-v6-chart-global--Fill--Color--900;
|
|
117
117
|
|
|
118
118
|
// Axis Chart
|
|
119
|
-
$pf-
|
|
120
|
-
$pf-
|
|
121
|
-
$pf-
|
|
122
|
-
$pf-
|
|
123
|
-
$pf-
|
|
124
|
-
$pf-
|
|
125
|
-
$pf-
|
|
126
|
-
$pf-
|
|
127
|
-
$pf-
|
|
128
|
-
$pf-
|
|
129
|
-
$pf-
|
|
130
|
-
$pf-
|
|
131
|
-
$pf-
|
|
119
|
+
$pf-v6-chart-axis--axis--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
|
|
120
|
+
$pf-v6-chart-axis--axis--stroke--Color: $pf-v6-chart-global--Fill--Color--300;
|
|
121
|
+
$pf-v6-chart-axis--axis--Fill: "transparent";
|
|
122
|
+
$pf-v6-chart-axis--axis-label--Padding: 40;
|
|
123
|
+
$pf-v6-chart-axis--axis-label--stroke--Color: "transparent";
|
|
124
|
+
$pf-v6-chart-axis--grid--Fill: "none";
|
|
125
|
+
$pf-v6-chart-axis--grid--stroke--Color: $pf-v6-chart-global--Fill--Color--300;
|
|
126
|
+
$pf-v6-chart-axis--grid--PointerEvents: "painted";
|
|
127
|
+
$pf-v6-chart-axis--tick--Fill: "transparent";
|
|
128
|
+
$pf-v6-chart-axis--tick--Size: 5;
|
|
129
|
+
$pf-v6-chart-axis--tick--Width: 1;
|
|
130
|
+
$pf-v6-chart-axis--tick--stroke--Color: $pf-v6-chart-global--Fill--Color--300;
|
|
131
|
+
$pf-v6-chart-axis--tick-label--Fill: $pf-v6-chart-global--Fill--Color--700;
|
|
132
132
|
|
|
133
133
|
// Bar Chart
|
|
134
|
-
$pf-
|
|
135
|
-
$pf-
|
|
136
|
-
$pf-
|
|
137
|
-
$pf-
|
|
138
|
-
$pf-
|
|
134
|
+
$pf-v6-chart-bar--Width: 10;
|
|
135
|
+
$pf-v6-chart-bar--data--stroke: none;
|
|
136
|
+
$pf-v6-chart-bar--data--Fill: $pf-v6-chart-global--Fill--Color--900;
|
|
137
|
+
$pf-v6-chart-bar--data--Padding: 8;
|
|
138
|
+
$pf-v6-chart-bar--data-stroke--Width: 0;
|
|
139
139
|
|
|
140
140
|
// Box Plot Chart
|
|
141
|
-
$pf-
|
|
142
|
-
$pf-
|
|
143
|
-
$pf-
|
|
144
|
-
$pf-
|
|
145
|
-
$pf-
|
|
146
|
-
$pf-
|
|
147
|
-
$pf-
|
|
148
|
-
$pf-
|
|
149
|
-
$pf-
|
|
150
|
-
$pf-
|
|
151
|
-
$pf-
|
|
152
|
-
$pf-
|
|
153
|
-
$pf-
|
|
154
|
-
$pf-
|
|
141
|
+
$pf-v6-chart-boxplot--max--Padding: 8;
|
|
142
|
+
$pf-v6-chart-boxplot--max--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
|
|
143
|
+
$pf-v6-chart-boxplot--max--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
|
|
144
|
+
$pf-v6-chart-boxplot--median--Padding: 8;
|
|
145
|
+
$pf-v6-chart-boxplot--median--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
|
|
146
|
+
$pf-v6-chart-boxplot--median--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
|
|
147
|
+
$pf-v6-chart-boxplot--min--Padding: 8;
|
|
148
|
+
$pf-v6-chart-boxplot--min--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
|
|
149
|
+
$pf-v6-chart-boxplot--min--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
|
|
150
|
+
$pf-v6-chart-boxplot--lower-quartile--Padding: 8;
|
|
151
|
+
$pf-v6-chart-boxplot--lower-quartile--Fill: $pf-v6-chart-global--Fill--Color--500;
|
|
152
|
+
$pf-v6-chart-boxplot--upper-quartile--Padding: 8;
|
|
153
|
+
$pf-v6-chart-boxplot--upper-quartile--Fill: $pf-v6-chart-global--Fill--Color--500;
|
|
154
|
+
$pf-v6-chart-boxplot--box--Width: 20;
|
|
155
155
|
|
|
156
156
|
// Bullet Chart
|
|
157
|
-
$pf-
|
|
158
|
-
$pf-
|
|
159
|
-
$pf-
|
|
160
|
-
$pf-
|
|
161
|
-
$pf-
|
|
162
|
-
$pf-
|
|
163
|
-
$pf-
|
|
164
|
-
$pf-
|
|
165
|
-
$pf-
|
|
166
|
-
$pf-
|
|
167
|
-
$pf-
|
|
168
|
-
$pf-
|
|
169
|
-
$pf-
|
|
170
|
-
$pf-
|
|
171
|
-
$pf-
|
|
172
|
-
$pf-
|
|
173
|
-
$pf-
|
|
174
|
-
$pf-
|
|
175
|
-
$pf-
|
|
176
|
-
$pf-
|
|
177
|
-
$pf-
|
|
178
|
-
$pf-
|
|
179
|
-
$pf-
|
|
180
|
-
$pf-
|
|
181
|
-
$pf-
|
|
182
|
-
$pf-
|
|
183
|
-
$pf-
|
|
184
|
-
$pf-
|
|
185
|
-
$pf-
|
|
186
|
-
$pf-
|
|
187
|
-
$pf-
|
|
188
|
-
$pf-
|
|
189
|
-
$pf-
|
|
157
|
+
$pf-v6-chart-bullet--axis--tick--count: 5;
|
|
158
|
+
$pf-v6-chart-bullet--comparative-measure--Fill--Color: $pf-v6-chart-global--Fill--Color--700;
|
|
159
|
+
$pf-v6-chart-bullet--comparative-measure--stroke--Color: $pf-v6-chart-global--Fill--Color--700;
|
|
160
|
+
$pf-v6-chart-bullet--comparative-measure--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
|
|
161
|
+
$pf-v6-chart-bullet--comparative-measure--Width: 30;
|
|
162
|
+
$pf-v6-chart-bullet--comparative-measure--error--Fill--Color: $pf-v6-chart-global--danger--Color--100;
|
|
163
|
+
$pf-v6-chart-bullet--comparative-measure--error--stroke--Color: $pf-v6-chart-global--danger--Color--100;
|
|
164
|
+
$pf-v6-chart-bullet--comparative-measure--error--stroke--Width: $pf-v6-chart-global--stroke--Width--sm;
|
|
165
|
+
$pf-v6-chart-bullet--comparative-measure--error--Width: 30;
|
|
166
|
+
$pf-v6-chart-bullet--comparative-measure--warning--Fill--Color: $pf-v6-chart-global--warning--Color--100;
|
|
167
|
+
$pf-v6-chart-bullet--comparative-measure--warning--stroke--Color: $pf-v6-chart-global--warning--Color--100;
|
|
168
|
+
$pf-v6-chart-bullet--comparative-measure--warning--stroke--Width: $pf-v6-chart-global--stroke--Width--sm;
|
|
169
|
+
$pf-v6-chart-bullet--comparative-measure--warning--Width: 30;
|
|
170
|
+
$pf-v6-chart-bullet--group-title--divider--Fill--Color: $pf-v6-color-black-200;
|
|
171
|
+
$pf-v6-chart-bullet--group-title--divider--stroke--Color: $pf-v6-color-black-200;
|
|
172
|
+
$pf-v6-chart-bullet--group-title--divider--stroke--Width: $pf-v6-chart-global--stroke--Width--sm;
|
|
173
|
+
$pf-v6-chart-bullet--Height: 140;
|
|
174
|
+
$pf-v6-chart-bullet--label--title--Fill: $pf-v6-chart-global--Fill--Color--900;
|
|
175
|
+
$pf-v6-chart-bullet--label--grouptitle--Fill: $pf-v6-chart-global--Fill--Color--900;
|
|
176
|
+
$pf-v6-chart-bullet--label--subtitle--Fill: $pf-v6-chart-global--Fill--Color--400;
|
|
177
|
+
$pf-v6-chart-bullet--primary-measure--dot--size: 6;
|
|
178
|
+
$pf-v6-chart-bullet--primary-measure--segmented--Width: 9;
|
|
179
|
+
$pf-v6-chart-bullet--negative-measure--ColorScale--100: $pf-v6-chart-color-red-100;
|
|
180
|
+
$pf-v6-chart-bullet--negative-measure--ColorScale--200: $pf-v6-chart-color-red-200;
|
|
181
|
+
$pf-v6-chart-bullet--negative-measure--ColorScale--300: $pf-v6-chart-color-red-300;
|
|
182
|
+
$pf-v6-chart-bullet--negative-measure--ColorScale--400: $pf-v6-chart-color-red-400;
|
|
183
|
+
$pf-v6-chart-bullet--negative-measure--ColorScale--500: $pf-v6-chart-color-red-500;
|
|
184
|
+
$pf-v6-chart-bullet--qualitative-range--Width: 30;
|
|
185
|
+
$pf-v6-chart-bullet--qualitative-range--ColorScale--100: $pf-v6-chart-color-black-100;
|
|
186
|
+
$pf-v6-chart-bullet--qualitative-range--ColorScale--200: $pf-v6-chart-color-black-200;
|
|
187
|
+
$pf-v6-chart-bullet--qualitative-range--ColorScale--300: $pf-v6-chart-color-black-300;
|
|
188
|
+
$pf-v6-chart-bullet--qualitative-range--ColorScale--400: $pf-v6-chart-color-black-400;
|
|
189
|
+
$pf-v6-chart-bullet--qualitative-range--ColorScale--500: $pf-v6-chart-color-black-500;
|
|
190
190
|
|
|
191
191
|
// Candlestick
|
|
192
|
-
$pf-
|
|
193
|
-
$pf-
|
|
194
|
-
$pf-
|
|
195
|
-
$pf-
|
|
192
|
+
$pf-v6-chart-candelstick--data--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
|
|
193
|
+
$pf-v6-chart-candelstick--data--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
|
|
194
|
+
$pf-v6-chart-candelstick--candle--positive--Color: $pf-v6-chart-global--Fill--Color--white;
|
|
195
|
+
$pf-v6-chart-candelstick--candle--negative--Color: $pf-v6-chart-global--Fill--Color--900;
|
|
196
196
|
|
|
197
197
|
// Container
|
|
198
|
-
$pf-
|
|
198
|
+
$pf-v6-chart-container--cursor--line--Fill: $pf-v6-color-black-900;
|
|
199
199
|
|
|
200
200
|
// Simple Donut Chart
|
|
201
|
-
$pf-
|
|
202
|
-
$pf-
|
|
203
|
-
$pf-
|
|
204
|
-
$pf-
|
|
205
|
-
$pf-
|
|
206
|
-
$pf-
|
|
207
|
-
$pf-
|
|
201
|
+
$pf-v6-chart-donut--label--title--Fill: $pf-v6-chart-global--Fill--Color--900;
|
|
202
|
+
$pf-v6-chart-donut--label--subtitle--Fill: $pf-v6-chart-global--Fill--Color--400;
|
|
203
|
+
$pf-v6-chart-donut--label--subtitle--position: "center";
|
|
204
|
+
$pf-v6-chart-donut--pie--Height: 230;
|
|
205
|
+
$pf-v6-chart-donut--pie--angle--Padding: 1;
|
|
206
|
+
$pf-v6-chart-donut--pie--Padding: 20;
|
|
207
|
+
$pf-v6-chart-donut--pie--Width: 230;
|
|
208
208
|
|
|
209
209
|
// Donut Threshold Chart
|
|
210
|
-
$pf-
|
|
211
|
-
$pf-
|
|
212
|
-
$pf-
|
|
213
|
-
$pf-
|
|
214
|
-
$pf-
|
|
215
|
-
$pf-
|
|
216
|
-
$pf-
|
|
217
|
-
$pf-
|
|
218
|
-
$pf-
|
|
219
|
-
$pf-
|
|
220
|
-
$pf-
|
|
221
|
-
$pf-
|
|
210
|
+
$pf-v6-chart-donut--threshold--first--Color: $pf-v6-chart-global--Fill--Color--200;
|
|
211
|
+
$pf-v6-chart-donut--threshold--second--Color: $pf-v6-chart-global--Fill--Color--300;
|
|
212
|
+
$pf-v6-chart-donut--threshold--third--Color: $pf-v6-chart-global--Fill--Color--400;
|
|
213
|
+
$pf-v6-chart-donut--threshold--warning--Color: $pf-v6-chart-global--warning--Color--200;
|
|
214
|
+
$pf-v6-chart-donut--threshold--danger--Color: $pf-v6-chart-global--danger--Color--100;
|
|
215
|
+
$pf-v6-chart-donut--threshold--dynamic--pie--Height: 202;
|
|
216
|
+
$pf-v6-chart-donut--threshold--dynamic--pie--Width: 202;
|
|
217
|
+
$pf-v6-chart-donut--threshold--dynamic--pie--Padding: 20;
|
|
218
|
+
$pf-v6-chart-donut--threshold--static--pie--Height: 230;
|
|
219
|
+
$pf-v6-chart-donut--threshold--static--pie--angle--Padding: 1;
|
|
220
|
+
$pf-v6-chart-donut--threshold--static--pie--Padding: 20;
|
|
221
|
+
$pf-v6-chart-donut--threshold--static--pie--Width: 230;
|
|
222
222
|
|
|
223
223
|
// Donut Utilization Chart
|
|
224
|
-
$pf-
|
|
225
|
-
$pf-
|
|
226
|
-
$pf-
|
|
227
|
-
$pf-
|
|
228
|
-
$pf-
|
|
224
|
+
$pf-v6-chart-donut--utilization--dynamic--pie--Height: 230;
|
|
225
|
+
$pf-v6-chart-donut--utilization--dynamic--pie--angle--Padding: 1;
|
|
226
|
+
$pf-v6-chart-donut--utilization--dynamic--pie--Padding: 20;
|
|
227
|
+
$pf-v6-chart-donut--utilization--dynamic--pie--Width: 230;
|
|
228
|
+
$pf-v6-chart-donut--utilization--static--pie--Padding: 20;
|
|
229
229
|
|
|
230
230
|
// Error Bar
|
|
231
|
-
$pf-
|
|
232
|
-
$pf-
|
|
233
|
-
$pf-
|
|
234
|
-
$pf-
|
|
235
|
-
$pf-
|
|
231
|
+
$pf-v6-chart-errorbar--BorderWidth: $pf-v6-chart-global--BorderWidth--lg;
|
|
232
|
+
$pf-v6-chart-errorbar--data--Fill: "transparent";
|
|
233
|
+
$pf-v6-chart-errorbar--data--Opacity: 1;
|
|
234
|
+
$pf-v6-chart-errorbar--data-stroke--Width: $pf-v6-chart-global--stroke--Width--sm;
|
|
235
|
+
$pf-v6-chart-errorbar--data-stroke--Color: $pf-v6-chart-global--Fill--Color--900;
|
|
236
236
|
|
|
237
237
|
// Legend
|
|
238
|
-
$pf-
|
|
239
|
-
$pf-
|
|
240
|
-
$pf-
|
|
241
|
-
$pf-
|
|
242
|
-
$pf-
|
|
243
|
-
$pf-
|
|
244
|
-
$pf-
|
|
238
|
+
$pf-v6-chart-legend--gutter--Width: 20;
|
|
239
|
+
$pf-v6-chart-legend--orientation: "horizontal";
|
|
240
|
+
$pf-v6-chart-legend--position: "right";
|
|
241
|
+
$pf-v6-chart-legend--title--orientation: "top";
|
|
242
|
+
$pf-v6-chart-legend--data--type: "square";
|
|
243
|
+
$pf-v6-chart-legend--title--Padding: 2;
|
|
244
|
+
$pf-v6-chart-legend--Margin: 16;
|
|
245
245
|
|
|
246
246
|
// Line Chart
|
|
247
|
-
$pf-
|
|
248
|
-
$pf-
|
|
249
|
-
$pf-
|
|
250
|
-
$pf-
|
|
247
|
+
$pf-v6-chart-line--data--Fill: "transparent";
|
|
248
|
+
$pf-v6-chart-line--data--Opacity: 1;
|
|
249
|
+
$pf-v6-chart-line--data--stroke--Width: $pf-v6-chart-global--stroke--Width--sm;
|
|
250
|
+
$pf-v6-chart-line--data--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
|
|
251
251
|
|
|
252
252
|
// Pie Chart
|
|
253
|
-
$pf-
|
|
254
|
-
$pf-
|
|
255
|
-
$pf-
|
|
256
|
-
$pf-
|
|
257
|
-
$pf-
|
|
258
|
-
$pf-
|
|
259
|
-
$pf-
|
|
253
|
+
$pf-v6-chart-pie--Padding: 20;
|
|
254
|
+
$pf-v6-chart-pie--data--Padding: 8;
|
|
255
|
+
$pf-v6-chart-pie--data--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
|
|
256
|
+
$pf-v6-chart-pie--data--stroke--Color: "transparent";
|
|
257
|
+
$pf-v6-chart-pie--labels--Padding: 8;
|
|
258
|
+
$pf-v6-chart-pie--Height: 230;
|
|
259
|
+
$pf-v6-chart-pie--Width: 230;
|
|
260
260
|
|
|
261
261
|
// Scatter Chart
|
|
262
|
-
$pf-
|
|
263
|
-
$pf-
|
|
264
|
-
$pf-
|
|
265
|
-
$pf-
|
|
266
|
-
$pf-
|
|
267
|
-
$pf-
|
|
262
|
+
$pf-v6-chart-scatter--data--stroke--Color: "transparent";
|
|
263
|
+
$pf-v6-chart-scatter--data--stroke--Width: 0;
|
|
264
|
+
$pf-v6-chart-scatter--data--Opacity: 1;
|
|
265
|
+
$pf-v6-chart-scatter--data--Fill: $pf-v6-chart-global--Fill--Color--900;
|
|
266
|
+
$pf-v6-chart-scatter--active--size: 5;
|
|
267
|
+
$pf-v6-chart-scatter--size: 3;
|
|
268
268
|
|
|
269
269
|
// Scatter Chart
|
|
270
|
-
$pf-
|
|
270
|
+
$pf-v6-chart-stack--data--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
|
|
271
271
|
|
|
272
272
|
// Threshold
|
|
273
|
-
$pf-
|
|
274
|
-
$pf-
|
|
273
|
+
$pf-v6-chart-threshold--stroke-dash-array: "4,2";
|
|
274
|
+
$pf-v6-chart-threshold--stroke--Width: 1.5;
|
|
275
275
|
|
|
276
276
|
// Tooltip
|
|
277
|
-
$pf-
|
|
278
|
-
$pf-
|
|
279
|
-
$pf-
|
|
280
|
-
$pf-
|
|
281
|
-
$pf-
|
|
282
|
-
$pf-
|
|
283
|
-
$pf-
|
|
284
|
-
$pf-
|
|
285
|
-
$pf-
|
|
286
|
-
$pf-
|
|
287
|
-
$pf-
|
|
277
|
+
$pf-v6-chart-tooltip--corner-radius: 0;
|
|
278
|
+
$pf-v6-chart-tooltip--pointer-length: 10;
|
|
279
|
+
$pf-v6-chart-tooltip--Fill: $pf-v6-chart-global--Fill--Color--200;
|
|
280
|
+
$pf-v6-chart-tooltip--flyoutStyle--corner-radius: 0;
|
|
281
|
+
$pf-v6-chart-tooltip--flyoutStyle--stroke--Width: 0;
|
|
282
|
+
$pf-v6-chart-tooltip--flyoutStyle--PointerEvents: "none";
|
|
283
|
+
$pf-v6-chart-tooltip--flyoutStyle--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
|
|
284
|
+
$pf-v6-chart-tooltip--flyoutStyle--Fill: $pf-v6-chart-global--Fill--Color--900;
|
|
285
|
+
$pf-v6-chart-tooltip--pointer--Width: 20;
|
|
286
|
+
$pf-v6-chart-tooltip--Padding: 8;
|
|
287
|
+
$pf-v6-chart-tooltip--PointerEvents: "none";
|
|
288
288
|
|
|
289
289
|
// Voronoi Chart
|
|
290
|
-
$pf-
|
|
291
|
-
$pf-
|
|
292
|
-
$pf-
|
|
293
|
-
$pf-
|
|
294
|
-
$pf-
|
|
295
|
-
$pf-
|
|
296
|
-
$pf-
|
|
297
|
-
$pf-
|
|
298
|
-
$pf-
|
|
299
|
-
$pf-
|
|
300
|
-
$pf-
|
|
290
|
+
$pf-v6-chart-voronoi--data--Fill: "transparent";
|
|
291
|
+
$pf-v6-chart-voronoi--data--stroke--Color: "transparent";
|
|
292
|
+
$pf-v6-chart-voronoi--data--stroke--Width: 0;
|
|
293
|
+
$pf-v6-chart-voronoi--labels--Fill: $pf-v6-chart-global--Fill--Color--200;
|
|
294
|
+
$pf-v6-chart-voronoi--labels--Padding: 8;
|
|
295
|
+
$pf-v6-chart-voronoi--labels--PointerEvents: "none";
|
|
296
|
+
$pf-v6-chart-voronoi--flyout--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
|
|
297
|
+
$pf-v6-chart-voronoi--flyout--PointerEvents: "none";
|
|
298
|
+
$pf-v6-chart-voronoi--flyout--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
|
|
299
|
+
$pf-v6-chart-voronoi--flyout--stroke--Fill: $pf-v6-chart-global--Fill--Color--900;
|
|
300
|
+
$pf-v6-chart-voronoi--flyout--PointerEvents: "none";
|
|
301
301
|
|
|
302
302
|
// Theme color scales
|
|
303
303
|
|
|
304
304
|
// blue
|
|
305
|
-
$pf-
|
|
306
|
-
$pf-
|
|
307
|
-
$pf-
|
|
308
|
-
$pf-
|
|
309
|
-
$pf-
|
|
305
|
+
$pf-v6-chart-theme--blue--ColorScale--100: $pf-v6-chart-color-blue-300;
|
|
306
|
+
$pf-v6-chart-theme--blue--ColorScale--200: $pf-v6-chart-color-blue-100;
|
|
307
|
+
$pf-v6-chart-theme--blue--ColorScale--300: $pf-v6-chart-color-blue-500;
|
|
308
|
+
$pf-v6-chart-theme--blue--ColorScale--400: $pf-v6-chart-color-blue-200;
|
|
309
|
+
$pf-v6-chart-theme--blue--ColorScale--500: $pf-v6-chart-color-blue-400;
|
|
310
310
|
|
|
311
311
|
// cyan
|
|
312
|
-
$pf-
|
|
313
|
-
$pf-
|
|
314
|
-
$pf-
|
|
315
|
-
$pf-
|
|
316
|
-
$pf-
|
|
312
|
+
$pf-v6-chart-theme--cyan--ColorScale--100: $pf-v6-chart-color-cyan-300;
|
|
313
|
+
$pf-v6-chart-theme--cyan--ColorScale--200: $pf-v6-chart-color-cyan-100;
|
|
314
|
+
$pf-v6-chart-theme--cyan--ColorScale--300: $pf-v6-chart-color-cyan-500;
|
|
315
|
+
$pf-v6-chart-theme--cyan--ColorScale--400: $pf-v6-chart-color-cyan-200;
|
|
316
|
+
$pf-v6-chart-theme--cyan--ColorScale--500: $pf-v6-chart-color-cyan-400;
|
|
317
317
|
|
|
318
318
|
// gold
|
|
319
|
-
$pf-
|
|
320
|
-
$pf-
|
|
321
|
-
$pf-
|
|
322
|
-
$pf-
|
|
323
|
-
$pf-
|
|
319
|
+
$pf-v6-chart-theme--gold--ColorScale--100: $pf-v6-chart-color-gold-300;
|
|
320
|
+
$pf-v6-chart-theme--gold--ColorScale--200: $pf-v6-chart-color-gold-100;
|
|
321
|
+
$pf-v6-chart-theme--gold--ColorScale--300: $pf-v6-chart-color-gold-500;
|
|
322
|
+
$pf-v6-chart-theme--gold--ColorScale--400: $pf-v6-chart-color-gold-200;
|
|
323
|
+
$pf-v6-chart-theme--gold--ColorScale--500: $pf-v6-chart-color-gold-400;
|
|
324
324
|
|
|
325
325
|
// gray
|
|
326
|
-
$pf-
|
|
327
|
-
$pf-
|
|
328
|
-
$pf-
|
|
329
|
-
$pf-
|
|
330
|
-
$pf-
|
|
326
|
+
$pf-v6-chart-theme--gray--ColorScale--100: $pf-v6-chart-color-black-300;
|
|
327
|
+
$pf-v6-chart-theme--gray--ColorScale--200: $pf-v6-chart-color-black-100;
|
|
328
|
+
$pf-v6-chart-theme--gray--ColorScale--300: $pf-v6-chart-color-black-500;
|
|
329
|
+
$pf-v6-chart-theme--gray--ColorScale--400: $pf-v6-chart-color-black-200;
|
|
330
|
+
$pf-v6-chart-theme--gray--ColorScale--500: $pf-v6-chart-color-black-400;
|
|
331
331
|
|
|
332
332
|
// green
|
|
333
|
-
$pf-
|
|
334
|
-
$pf-
|
|
335
|
-
$pf-
|
|
336
|
-
$pf-
|
|
337
|
-
$pf-
|
|
333
|
+
$pf-v6-chart-theme--green--ColorScale--100: $pf-v6-chart-color-green-300;
|
|
334
|
+
$pf-v6-chart-theme--green--ColorScale--200: $pf-v6-chart-color-green-100;
|
|
335
|
+
$pf-v6-chart-theme--green--ColorScale--300: $pf-v6-chart-color-green-500;
|
|
336
|
+
$pf-v6-chart-theme--green--ColorScale--400: $pf-v6-chart-color-green-200;
|
|
337
|
+
$pf-v6-chart-theme--green--ColorScale--500: $pf-v6-chart-color-green-400;
|
|
338
338
|
|
|
339
339
|
// multi ordered
|
|
340
|
-
$pf-
|
|
341
|
-
$pf-
|
|
342
|
-
$pf-
|
|
343
|
-
$pf-
|
|
344
|
-
$pf-
|
|
345
|
-
$pf-
|
|
346
|
-
$pf-
|
|
347
|
-
$pf-
|
|
348
|
-
$pf-
|
|
349
|
-
$pf-
|
|
350
|
-
$pf-
|
|
351
|
-
$pf-
|
|
352
|
-
$pf-
|
|
353
|
-
$pf-
|
|
354
|
-
$pf-
|
|
355
|
-
$pf-
|
|
356
|
-
$pf-
|
|
357
|
-
$pf-
|
|
358
|
-
$pf-
|
|
359
|
-
$pf-
|
|
360
|
-
$pf-
|
|
361
|
-
$pf-
|
|
362
|
-
$pf-
|
|
363
|
-
$pf-
|
|
364
|
-
$pf-
|
|
340
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--100: $pf-v6-chart-color-blue-300;
|
|
341
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--200: $pf-v6-chart-color-green-300;
|
|
342
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--300: $pf-v6-chart-color-cyan-300;
|
|
343
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--400: $pf-v6-chart-color-gold-300;
|
|
344
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--500: $pf-v6-chart-color-orange-300;
|
|
345
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--600: $pf-v6-chart-color-blue-100;
|
|
346
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--700: $pf-v6-chart-color-green-500;
|
|
347
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--800: $pf-v6-chart-color-cyan-100;
|
|
348
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--900: $pf-v6-chart-color-gold-100;
|
|
349
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--1000: $pf-v6-chart-color-orange-500;
|
|
350
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--1100: $pf-v6-chart-color-blue-500;
|
|
351
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--1200: $pf-v6-chart-color-green-100;
|
|
352
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--1300: $pf-v6-chart-color-cyan-500;
|
|
353
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--1400: $pf-v6-chart-color-gold-500;
|
|
354
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--1500: $pf-v6-chart-color-orange-100;
|
|
355
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--1600: $pf-v6-chart-color-blue-200;
|
|
356
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--1700: $pf-v6-chart-color-green-400;
|
|
357
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--1800: $pf-v6-chart-color-cyan-200;
|
|
358
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--1900: $pf-v6-chart-color-gold-200;
|
|
359
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--2000: $pf-v6-chart-color-orange-400;
|
|
360
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--2100: $pf-v6-chart-color-blue-400;
|
|
361
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--2200: $pf-v6-chart-color-green-200;
|
|
362
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--2300: $pf-v6-chart-color-cyan-400;
|
|
363
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--2400: $pf-v6-chart-color-gold-400;
|
|
364
|
+
$pf-v6-chart-theme--multi-color-ordered--ColorScale--2500: $pf-v6-chart-color-orange-200;
|
|
365
365
|
|
|
366
366
|
// multi unordered
|
|
367
|
-
$pf-
|
|
368
|
-
$pf-
|
|
369
|
-
$pf-
|
|
370
|
-
$pf-
|
|
371
|
-
$pf-
|
|
372
|
-
$pf-
|
|
373
|
-
$pf-
|
|
374
|
-
$pf-
|
|
375
|
-
$pf-
|
|
376
|
-
$pf-
|
|
377
|
-
$pf-
|
|
378
|
-
$pf-
|
|
379
|
-
$pf-
|
|
380
|
-
$pf-
|
|
381
|
-
$pf-
|
|
382
|
-
$pf-
|
|
383
|
-
$pf-
|
|
384
|
-
$pf-
|
|
385
|
-
$pf-
|
|
386
|
-
$pf-
|
|
387
|
-
$pf-
|
|
388
|
-
$pf-
|
|
389
|
-
$pf-
|
|
390
|
-
$pf-
|
|
391
|
-
$pf-
|
|
392
|
-
$pf-
|
|
393
|
-
$pf-
|
|
394
|
-
$pf-
|
|
395
|
-
$pf-
|
|
396
|
-
$pf-
|
|
397
|
-
$pf-
|
|
398
|
-
$pf-
|
|
399
|
-
$pf-
|
|
400
|
-
$pf-
|
|
401
|
-
$pf-
|
|
367
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--100: $pf-v6-chart-color-blue-300;
|
|
368
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--200: $pf-v6-chart-color-gold-300;
|
|
369
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--300: $pf-v6-chart-color-green-300;
|
|
370
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--400: $pf-v6-chart-color-purple-300;
|
|
371
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--500: $pf-v6-chart-color-orange-300;
|
|
372
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--600: $pf-v6-chart-color-cyan-300;
|
|
373
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--700: $pf-v6-chart-color-black-300;
|
|
374
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--800: $pf-v6-chart-color-blue-100;
|
|
375
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--900: $pf-v6-chart-color-gold-500;
|
|
376
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--1000: $pf-v6-chart-color-green-100;
|
|
377
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--1100: $pf-v6-chart-color-purple-500;
|
|
378
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--1200: $pf-v6-chart-color-orange-100;
|
|
379
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--1300: $pf-v6-chart-color-cyan-500;
|
|
380
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--1400: $pf-v6-chart-color-black-100;
|
|
381
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--1500: $pf-v6-chart-color-blue-500;
|
|
382
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--1600: $pf-v6-chart-color-gold-100;
|
|
383
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--1700: $pf-v6-chart-color-green-500;
|
|
384
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--1800: $pf-v6-chart-color-purple-100;
|
|
385
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--1900: $pf-v6-chart-color-orange-500;
|
|
386
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--2000: $pf-v6-chart-color-cyan-100;
|
|
387
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--2100: $pf-v6-chart-color-black-500;
|
|
388
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--2200: $pf-v6-chart-color-blue-200;
|
|
389
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--2300: $pf-v6-chart-color-gold-400;
|
|
390
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--2400: $pf-v6-chart-color-green-200;
|
|
391
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--2500: $pf-v6-chart-color-purple-400;
|
|
392
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--2600: $pf-v6-chart-color-orange-200;
|
|
393
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--2700: $pf-v6-chart-color-cyan-400;
|
|
394
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--2800: $pf-v6-chart-color-black-200;
|
|
395
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--2900: $pf-v6-chart-color-blue-400;
|
|
396
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--3000: $pf-v6-chart-color-gold-200;
|
|
397
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--3100: $pf-v6-chart-color-green-400;
|
|
398
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--3200: $pf-v6-chart-color-purple-200;
|
|
399
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--3300: $pf-v6-chart-color-orange-400;
|
|
400
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--3400: $pf-v6-chart-color-cyan-200;
|
|
401
|
+
$pf-v6-chart-theme--multi-color-unordered--ColorScale--3500: $pf-v6-chart-color-black-400;
|
|
402
402
|
|
|
403
403
|
// orange
|
|
404
|
-
$pf-
|
|
405
|
-
$pf-
|
|
406
|
-
$pf-
|
|
407
|
-
$pf-
|
|
408
|
-
$pf-
|
|
404
|
+
$pf-v6-chart-theme--orange--ColorScale--100: $pf-v6-chart-color-orange-300;
|
|
405
|
+
$pf-v6-chart-theme--orange--ColorScale--200: $pf-v6-chart-color-orange-100;
|
|
406
|
+
$pf-v6-chart-theme--orange--ColorScale--300: $pf-v6-chart-color-orange-500;
|
|
407
|
+
$pf-v6-chart-theme--orange--ColorScale--400: $pf-v6-chart-color-orange-200;
|
|
408
|
+
$pf-v6-chart-theme--orange--ColorScale--500: $pf-v6-chart-color-orange-400;
|
|
409
409
|
|
|
410
410
|
// purple
|
|
411
|
-
$pf-
|
|
412
|
-
$pf-
|
|
413
|
-
$pf-
|
|
414
|
-
$pf-
|
|
415
|
-
$pf-
|
|
411
|
+
$pf-v6-chart-theme--purple--ColorScale--100: $pf-v6-chart-color-purple-300;
|
|
412
|
+
$pf-v6-chart-theme--purple--ColorScale--200: $pf-v6-chart-color-purple-100;
|
|
413
|
+
$pf-v6-chart-theme--purple--ColorScale--300: $pf-v6-chart-color-purple-500;
|
|
414
|
+
$pf-v6-chart-theme--purple--ColorScale--400: $pf-v6-chart-color-purple-200;
|
|
415
|
+
$pf-v6-chart-theme--purple--ColorScale--500: $pf-v6-chart-color-purple-400;
|