Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Warnings from missing properties #1852

Open
1 of 6 tasks
nstuyvesant opened this issue Jun 16, 2024 · 0 comments
Open
1 of 6 tasks

[Bug]: Warnings from missing properties #1852

nstuyvesant opened this issue Jun 16, 2024 · 0 comments

Comments

@nstuyvesant
Copy link
Contributor

Relevant package(s)

  • @carbon/charts
  • @carbon/charts-svelte
  • @carbon/charts-react
  • @carbon/charts-angular
  • @carbon/charts-vue
  • Documentation website

Carbon Charts Version

1.16.8

Which bundler are you using?

Vite

What happened and what did you expect to happen?

  • Demos tried to use canvasZoom.enabled but got eslint errors.
  • Demos tried to use points and curve properties but got eslint errors
  • Missing functions (used by demos) on interface MeterChartOptions.
  • Misspelled property on CirclePackChartOptions
  • Property circle for CirclePackChartOptions is not required
  • HeatmapChartOptions should extend AxisChartOptions instead of BaseChartOptions
  • Interface ChoroplethChartOptions has top-level property geoData not choropleth.geoData.

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

N/A

JavaScript console or build output (if relevant)

N/A

StackBlitz repro

No response

IBM Application/Team (if relevant)

No response

What priority level would this be in your opinion?

P2 (Medium)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant