You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running npm run typedoc at the root level of the project, some warnings appear:
[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.
The text was updated successfully, but these errors were encountered:
…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.
Description
When running
npm run typedoc
at the root level of the project, some warnings appear:The text was updated successfully, but these errors were encountered: