@patternfly-java/charts 0.0.4 → 0.0.5

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/README.md CHANGED
@@ -13,6 +13,20 @@ The following web components are available:
13
13
  - `<pfj-chart-donut-utilization>` → [`ChartDonutUtilization`](https://www.patternfly.org/charts/donut-utilization-chart#donut-utilization-examples)
14
14
  - `<pfj-chart-bullet>` → [`ChartBullet`](https://www.patternfly.org/charts/bullet-chart)
15
15
 
16
+ ## Installation
17
+
18
+ Install the package using npm:
19
+
20
+ ```
21
+ npm install @patternfly-java/charts
22
+ ```
23
+
24
+ Import it in your JavaScript file:
25
+
26
+ ```js
27
+ import "@patternfly-java/charts/dist/charts";
28
+ ```
29
+
16
30
  ## Usage
17
31
 
18
32
  ```html