@carbon/charts 1.19.2 → 1.20.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 1.20.0 (2024-08-28)
7
+
8
+ ### Features
9
+
10
+ - **tooltip:** pass datum to customHTML callback function
11
+ ([#1879](https://github.com/carbon-design-system/carbon-charts/issues/1879))
12
+ ([9a76784](https://github.com/carbon-design-system/carbon-charts/commit/9a767848c5d9f34d51b2616b904393f496c0f5fd)),
13
+ closes [#1518](https://github.com/carbon-design-system/carbon-charts/issues/1518)
14
+
15
+ # Change Log
16
+
17
+ All notable changes to this project will be documented in this file. See
18
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
19
+
20
+ ## 1.19.3 (2024-08-19)
21
+
22
+ **Note:** Version bump only for package @carbon/charts
23
+
24
+ # Change Log
25
+
26
+ All notable changes to this project will be documented in this file. See
27
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
28
+
6
29
  ## 1.19.2 (2024-07-15)
7
30
 
8
31
  ### Bug Fixes
package/README.md CHANGED
@@ -1,6 +1,21 @@
1
- # Carbon Charts
2
-
3
- Carbon Charts is a component library for vanilla JavaScript.
1
+ <p align="center">
2
+ <a href="https://charts.carbondesignsystem.com/">
3
+ <img src="../../assets/dashboard.png" alt="Carbon Charts" />
4
+ </a>
5
+ <h3 align="center">Carbon Charts</h3>
6
+ <p align="center">
7
+ A component library of 26 charts for vanilla JavaScript.
8
+ <br /><br />
9
+ <a href="https://www.npmjs.com/package/@carbon/charts">
10
+ <img src="https://img.shields.io/npm/v/@carbon/charts.svg" />
11
+ </a>
12
+ <img alt="semantic-versioning" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--ver-e10079.svg" />
13
+ <img alt="semantic-versioning" src="https://img.shields.io/badge/downloads-+60k%2Fweek-green" />
14
+ <a href="https://discord.gg/J7JEUEkTRX">
15
+ <img src="https://img.shields.io/discord/689212587170201628?color=5865F2" alt="Chat with us on Discord">
16
+ </a>
17
+ </p>
18
+ </p>
4
19
 
5
20
  ## [Documentation with StackBlitz examples](https://charts.carbondesignsystem.com/)
6
21