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

Fix three warnings when the documentation is generated (issue #211) #260

Merged

Conversation

sebnic
Copy link
Contributor

@sebnic sebnic commented Jun 9, 2024

Related issues

Closes #211

Description

Fix the warnings described in the issue #211

Test checklist

Please check that the following tests projects are still working:

  • docs/examples
  • test/angular-ngx-echarts
  • test/angular-echarts
  • test/html
  • test/react
  • test/vue
  • test/examples/bar-line-chart
  • test/examples/single-line-chart
  • test/examples/timeseries-chart

…OpenSource#211)

[warning] The signature getThemeManager has an @param with name "options:", which was not used.
[warning] The signature ODSChartsTheme.getThemeManager has an @param with name "options:", which was not used.
[warning] EChartsProject, defined in ./src/theme/ODS.project.ts, is referenced by ODSChartsTheme.theme but not included in the documentation.
Copy link

netlify bot commented Jun 9, 2024

Deploy Preview for ods-charts ready!

Name Link
🔨 Latest commit d779725
🔍 Latest deploy log https://app.netlify.com/sites/ods-charts/deploys/666a961f1e006000082f70f6
😎 Deploy Preview https://deploy-preview-260--ods-charts.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@julien-deramond julien-deramond added fix documentation Improvements or additions to documentation labels Jun 13, 2024
Copy link
Contributor

@julien-deramond julien-deramond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @sebnic for fixing this! 🚀

@julien-deramond julien-deramond merged commit 76410ec into Orange-OpenSource:main Jun 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typedoc warnings
2 participants