playbook_ui 14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3930 → 14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3931
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc7a5d311c3e9fa9b0196d7db090be026c547a3569877bd5cc7ca65cbdd88634
|
4
|
+
data.tar.gz: fe20311d78fd5b9bf8834fb066e72f4e7bca427c1678ccf38e72bfc9bd95a3ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4861e54d35be0272f5fa7d47b2a1d09d435a7867b884c3a08f2e04cd3c48eedb683e80710b289d2fda39cd02677fb13398d29a8c866b60139897f1541bb7e4b8
|
7
|
+
data.tar.gz: 76168f05759a9401c277f7bdd8cba1c88b051ddc3642edc0ec9ee730ce34e2b5abfeb4b356f9403c4ed84c49c3f9bd92ad5c3b15370e755f39a7540b6d136c09
|
@@ -17,6 +17,7 @@
|
|
17
17
|
@import 'pb_collapsible/collapsible';
|
18
18
|
@import 'pb_contact/contact';
|
19
19
|
@import 'pb_currency/currency';
|
20
|
+
@import 'pb_dashboard/highcharts_theme.scss';
|
20
21
|
@import 'pb_dashboard_value/dashboard_value';
|
21
22
|
@import 'pb_date/date';
|
22
23
|
@import 'pb_date_picker/date_picker';
|
@@ -6,55 +6,3 @@
|
|
6
6
|
fill: #0000 !important;
|
7
7
|
}
|
8
8
|
}
|
9
|
-
|
10
|
-
@import url("https://code.highcharts.com/css/highcharts.css");
|
11
|
-
|
12
|
-
// @import "highcharts/css/highcharts";
|
13
|
-
// @import "highcharts/highcharts.css";
|
14
|
-
|
15
|
-
:root {
|
16
|
-
--highcharts-color-0: #{$data_1};
|
17
|
-
--highcharts-color-1: #{$data_2};
|
18
|
-
--highcharts-color-2: #{$data_3};
|
19
|
-
--highcharts-color-3: #{$data_4};
|
20
|
-
--highcharts-color-4: #{$data_5};
|
21
|
-
--highcharts-color-5: #{$data_6};
|
22
|
-
--highcharts-color-6: #{$data_7};
|
23
|
-
--highcharts-color-7: #{$data_8};
|
24
|
-
}
|
25
|
-
|
26
|
-
.highcharts-title {
|
27
|
-
font-family: $font_family_base;
|
28
|
-
font-weight: $bold;
|
29
|
-
font-size: $heading_3;
|
30
|
-
color: $text_lt_default;
|
31
|
-
fill: $text_lt_default;
|
32
|
-
}
|
33
|
-
|
34
|
-
.highcharts-subtitle {
|
35
|
-
font-family: $font_family_base;
|
36
|
-
color: $text_lt_light;
|
37
|
-
fill: $text_lt_light;
|
38
|
-
font-weight: $regular;
|
39
|
-
font-size: $text_base;
|
40
|
-
}
|
41
|
-
|
42
|
-
.highcharts-yaxis > .highcharts-axis-title {
|
43
|
-
color: $text_lt_lighter;
|
44
|
-
fill: $text_lt_lighter;
|
45
|
-
font-family: $font_family_base;
|
46
|
-
font-weight: $bold;
|
47
|
-
font-size: $text_smaller;
|
48
|
-
}
|
49
|
-
|
50
|
-
.highcharts-axis-labels {
|
51
|
-
font-family: $font_family_base;
|
52
|
-
color: $text_lt_lighter;
|
53
|
-
fill: $text_lt_lighter;
|
54
|
-
font-weight: $bold;
|
55
|
-
font-size: $text_smaller;
|
56
|
-
}
|
57
|
-
|
58
|
-
.highcharts-grid-line {
|
59
|
-
stroke: $border_light;
|
60
|
-
}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
@import "../tokens/colors";
|
2
|
+
@import "../tokens/typography";
|
3
|
+
@import url("https://code.highcharts.com/css/highcharts.css");
|
4
|
+
// @import "highcharts/css/highcharts";
|
5
|
+
// @import "highcharts/highcharts.css";
|
6
|
+
|
7
|
+
:root {
|
8
|
+
--highcharts-color-0: #{$data_1};
|
9
|
+
--highcharts-color-1: #{$data_2};
|
10
|
+
--highcharts-color-2: #{$data_3};
|
11
|
+
--highcharts-color-3: #{$data_4};
|
12
|
+
--highcharts-color-4: #{$data_5};
|
13
|
+
--highcharts-color-5: #{$data_6};
|
14
|
+
--highcharts-color-6: #{$data_7};
|
15
|
+
--highcharts-color-7: #{$data_8};
|
16
|
+
}
|
17
|
+
|
18
|
+
.highcharts-title {
|
19
|
+
font-family: $font_family_base;
|
20
|
+
font-weight: $bold;
|
21
|
+
font-size: $heading_3;
|
22
|
+
color: $text_lt_default;
|
23
|
+
fill: $text_lt_default;
|
24
|
+
}
|
25
|
+
|
26
|
+
.highcharts-subtitle {
|
27
|
+
font-family: $font_family_base;
|
28
|
+
color: $text_lt_light;
|
29
|
+
fill: $text_lt_light;
|
30
|
+
font-weight: $regular;
|
31
|
+
font-size: $text_base;
|
32
|
+
}
|
33
|
+
|
34
|
+
.highcharts-yaxis > .highcharts-axis-title {
|
35
|
+
color: $text_lt_lighter;
|
36
|
+
fill: $text_lt_lighter;
|
37
|
+
font-family: $font_family_base;
|
38
|
+
font-weight: $bold;
|
39
|
+
font-size: $text_smaller;
|
40
|
+
}
|
41
|
+
|
42
|
+
.highcharts-axis-labels {
|
43
|
+
font-family: $font_family_base;
|
44
|
+
color: $text_lt_lighter;
|
45
|
+
fill: $text_lt_lighter;
|
46
|
+
font-weight: $bold;
|
47
|
+
font-size: $text_smaller;
|
48
|
+
}
|
49
|
+
|
50
|
+
.highcharts-grid-line {
|
51
|
+
stroke: $border_light;
|
52
|
+
}
|