We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I assumed the code below would work for 3rd party charts, but generateChart() is not exposed inside vue-chartjs/legacy
vue-chartjs/legacy
<script> import { generateChart } from 'vue-chartjs/legacy' import { WordCloudController } from 'chartjs-chart-wordcloud' components: { WordCloud: generateChart('WordCloud', 'wordCloud', WordCloudController), }, </script>
import { generateChart } from 'vue-chartjs/legacy' ^---- generateChart not exposed
The text was updated successfully, but these errors were encountered:
fix(legacycharts): add missed export for legacy charts generateChart …
8d08db2
…function fix #783
Successfully merging a pull request may close this issue.
I assumed the code below would work for 3rd party charts, but generateChart() is not exposed inside
vue-chartjs/legacy
Expected Behavior
Actual Behavior
Environment
The text was updated successfully, but these errors were encountered: