carbon-design-system / carbon-charts

:bar_chart: :chart_with_upwards_trend:⠀Robust dataviz framework implemented using D3 & typescript
https://charts.carbondesignsystem.com
Apache License 2.0
904 stars 184 forks source link

[Bug]: StackedBarChartOptions is missing from the typescript exports for carbon charts react #1845

Closed chrisdudley closed 3 months ago

chrisdudley commented 3 months ago

Relevant package(s)

Carbon Charts Version

1.16.4

Which bundler are you using?

None (UMD)

What happened and what did you expect to happen?

Converting JS to typescript, and we have converted many of our charts over successfully but hit an issue on StackedBarChart because the options object was not exported - all the other chart Options objects are.

image

I assume this is a simple omission so have submitted a PR to add it alongside the others: https://github.com/carbon-design-system/carbon-charts/pull/1844

Chart data and options (automatically formatted so no need for backticks)

No response

JavaScript console or build output (if relevant)

No response

StackBlitz repro

No response

IBM Application/Team (if relevant)

IBM API Connect

What priority level would this be in your opinion?

P2 (Medium)