playbook_ui_docs 14.17.0.pre.alpha.play1966highchartsgaugedefaultpoc7346 → 14.17.0.pre.alpha.play1966highchartsgaugedefaultpoc7347

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: 299f878783df99aa2d5ca1db92b63b6377b9a3815bbb6377ca6fd41d63d93a93
4
- data.tar.gz: 501540d4ed49eb9a755d3ff1b19a2bc3e422e471549d4c582ba81d284783d274
3
+ metadata.gz: 3d5950f8d1ed68a3bb1dfa05621bb933b92bd3ed5c099bd0a69ca42ec2ead26a
4
+ data.tar.gz: 1efb1ca4cc7e1772b2445115464d621713aff7e54b9b10d7a7e5b255fff58d40
5
5
  SHA512:
6
- metadata.gz: f00b0e82435f4210ff7c50591a9916022ea68c5d5e465a9bb4b9994a32101b70d0825cf934ab0e6fd9df371a27509e81560d6538a66155408a361dc052977b3b
7
- data.tar.gz: b3db1f48f5de76a6353c0f3a4776ef00b036304cb9010168e33fe55edfbb11c55db581d3b235c9766fef3f291a3217dc4fa9cdab7c05e40bf11f19ed4d46cfda
6
+ metadata.gz: 54e677b5e411f396ac3d422bb1fff0686206132c87b93056aa18332b2d5cb6367b20f67324470786b9b1fd9a4e48eedb8d66785bfc46e80ffef557979eaac5cf
7
+ data.tar.gz: ab8877a5dfaf589e3513c22f65e0da63f527a8224d17736fab792c8937359880331ce23bbe09fdd37664185850c150dc48f5e804503461d77bcdaced2ea8fdf7
@@ -11,7 +11,6 @@ SolidGauge(Highcharts);
11
11
  const data = [{ name: "Name", y: 45 }]
12
12
 
13
13
  const baseOptions = {
14
- chart: { type: "solidgauge" },
15
14
  title: { text: "" },
16
15
  series: [{ data: data }],
17
16
  };
@@ -1 +1 @@
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.
1
+ You don't need to use the Gauge Kit to apply Playbook styles to your Highcharts gauge chart. Just import gaugeTheme.ts and merge it with your chart options—Playbook’s styling will apply automatically.