playbook_ui 14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3944 → 14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3953
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: d429e32fe925f8f67a6500875f308245796b0fe3e695fd2d4a471ae239e2f5dc
|
4
|
+
data.tar.gz: c3314de6e8234ecf670b17aa18255f1de90f870f8eafb2961b7c26985e128ce3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dc70e9a1328d1b57c6e72902d3da5e970a08af9a127b538815c3fb4622249dc2f6da4016b8bbe4ab16268f2d997958238e38cdf63d3fa8e9a34272848d60c75
|
7
|
+
data.tar.gz: eb95b2ecac7a2cb3efd4daa5866e942e96d9ebff4fcde27fcbc989fc17c5ed8321e2647164f1fde99b67b6967594cde49f53c6313e08a525909030e43d703ce8
|
@@ -17,7 +17,6 @@ const highchartsDarkTheme = {
|
|
17
17
|
chart: {
|
18
18
|
borderWidth: 0,
|
19
19
|
borderRadius: 0,
|
20
|
-
plotBackgroundColor: undefined,
|
21
20
|
plotShadow: false,
|
22
21
|
plotBorderWidth: 0,
|
23
22
|
},
|
@@ -59,8 +58,6 @@ const highchartsDarkTheme = {
|
|
59
58
|
},
|
60
59
|
},
|
61
60
|
yAxis: {
|
62
|
-
alternateGridColor: undefined,
|
63
|
-
minorTickInterval: null,
|
64
61
|
gridLineColor: colors.border_dark,
|
65
62
|
minorGridLineColor: colors.border_dark,
|
66
63
|
lineWidth: 0,
|
@@ -131,7 +128,6 @@ const highchartsDarkTheme = {
|
|
131
128
|
series: {
|
132
129
|
borderColor: colors.bg_dark_card,
|
133
130
|
borderWidth: 2,
|
134
|
-
threshold: null,
|
135
131
|
},
|
136
132
|
// PIE STYLES
|
137
133
|
pie: {
|
@@ -17,7 +17,6 @@ const highchartsTheme = {
|
|
17
17
|
chart: {
|
18
18
|
borderWidth: 0,
|
19
19
|
borderRadius: 0,
|
20
|
-
plotBackgroundColor: undefined,
|
21
20
|
plotShadow: false,
|
22
21
|
plotBorderWidth: 0,
|
23
22
|
},
|
@@ -59,8 +58,6 @@ const highchartsTheme = {
|
|
59
58
|
},
|
60
59
|
},
|
61
60
|
yAxis: {
|
62
|
-
alternateGridColor: undefined,
|
63
|
-
minorTickInterval: null,
|
64
61
|
gridLineColor: colors.border_light,
|
65
62
|
minorGridLineColor: colors.border_light,
|
66
63
|
lineWidth: 0,
|
@@ -128,9 +125,6 @@ const highchartsTheme = {
|
|
128
125
|
},
|
129
126
|
|
130
127
|
plotOptions: {
|
131
|
-
series: {
|
132
|
-
threshold: null,
|
133
|
-
},
|
134
128
|
// PIE STYLES
|
135
129
|
pie: {
|
136
130
|
colors: [
|
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 14.5.0.pre.alpha.
|
4
|
+
version: 14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3953
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-10-
|
12
|
+
date: 2024-10-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -779,8 +779,8 @@ files:
|
|
779
779
|
- app/pb_kits/playbook/pb_dashboard/_highcharts_theme.scss
|
780
780
|
- app/pb_kits/playbook/pb_dashboard/commonSettings.js
|
781
781
|
- app/pb_kits/playbook/pb_dashboard/pbChartsColorsHelper.ts
|
782
|
-
- app/pb_kits/playbook/pb_dashboard/pbChartsDarkTheme.
|
783
|
-
- app/pb_kits/playbook/pb_dashboard/pbChartsLightTheme.
|
782
|
+
- app/pb_kits/playbook/pb_dashboard/pbChartsDarkTheme.ts
|
783
|
+
- app/pb_kits/playbook/pb_dashboard/pbChartsLightTheme.ts
|
784
784
|
- app/pb_kits/playbook/pb_dashboard/themeTypes.ts
|
785
785
|
- app/pb_kits/playbook/pb_dashboard_value/_dashboard_value.scss
|
786
786
|
- app/pb_kits/playbook/pb_dashboard_value/_dashboard_value.tsx
|