playbook_ui_docs 14.17.0.pre.alpha.play1966highchartsgaugedefaultpoc7331 → 14.17.0.pre.alpha.play1966highchartsgaugedefaultpoc7346
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 299f878783df99aa2d5ca1db92b63b6377b9a3815bbb6377ca6fd41d63d93a93
|
4
|
+
data.tar.gz: 501540d4ed49eb9a755d3ff1b19a2bc3e422e471549d4c582ba81d284783d274
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f00b0e82435f4210ff7c50591a9916022ea68c5d5e465a9bb4b9994a32101b70d0825cf934ab0e6fd9df371a27509e81560d6538a66155408a361dc052977b3b
|
7
|
+
data.tar.gz: b3db1f48f5de76a6353c0f3a4776ef00b036304cb9010168e33fe55edfbb11c55db581d3b235c9766fef3f291a3217dc4fa9cdab7c05e40bf11f19ed4d46cfda
|
@@ -4,9 +4,6 @@ import Highcharts from "highcharts"
|
|
4
4
|
import HighchartsReact from "highcharts-react-official"
|
5
5
|
import HighchartsMore from "highcharts/highcharts-more"
|
6
6
|
import SolidGauge from "highcharts/modules/solid-gauge"
|
7
|
-
import '../GaugeStyles.scss'
|
8
|
-
// Your path might look more like this
|
9
|
-
//import "playbook-ui/dist/pb_bar_graph/GaugeThemeStyles.scss";
|
10
7
|
|
11
8
|
HighchartsMore(Highcharts);
|
12
9
|
SolidGauge(Highcharts);
|
@@ -1 +1 @@
|
|
1
|
-
You don't need to use the Gauge Kit to apply Playbook styles to your Highcharts gauge
|
1
|
+
You don't need to use the Gauge Kit to apply Playbook styles to your Highcharts gauge chart. Just import gaugeTheme.ts and GaugeStyles.scss into your component, and the styles will apply automatically.
|