hans-ui-design-lib 1.0.39 → 1.0.40

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
@@ -249,9 +249,15 @@ export * from './components/YourComponent';
249
249
  @import '../components/yourComponent.scss';
250
250
  ```
251
251
 
252
- ## 📖 Documentation
253
-
254
- The components are documented using **Storybook**.
252
+ ## 📖 Documentation
253
+
254
+ The components are documented using **Storybook**.
255
+
256
+ ### Progress bar and radar charts
257
+
258
+ `HansProgressBar` is available to React consumers and as `<hans-progress-bar>` through the CDN. Use it for determinate numeric or ordinal progress, always pairing semantic color with a visible `valueLabel` so meaning is not conveyed by color alone.
259
+
260
+ `HansChart` supports `chartType="radar"` with `radarIndicators`. Radar series accept one value per indicator, and `radarValueFormatter` formats every indicator value in the tooltip (for example, `24 months`). See the component stories for the complete React contracts and rendered examples.
255
261
 
256
262
  Run Storybook:
257
263