Skip to content

Commit

Permalink
fix(legacycharts): add missed export for legacy charts generateChart …
Browse files Browse the repository at this point in the history
…function (#784)
  • Loading branch information
thabarbados committed Mar 28, 2022
1 parent 2163f0e commit 4b68ba1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
3 changes: 2 additions & 1 deletion legacy/src/Charts.js
Expand Up @@ -228,5 +228,6 @@ export default {
Pie,
PolarArea,
Radar,
Scatter
Scatter,
generateChart
}
15 changes: 13 additions & 2 deletions legacy/src/index.js
Expand Up @@ -6,7 +6,18 @@ import {
PolarArea,
Radar,
Bubble,
Scatter
Scatter,
generateChart
} from './Charts.js'

export { Bar, Doughnut, Line, Pie, PolarArea, Radar, Bubble, Scatter }
export {
Bar,
Doughnut,
Line,
Pie,
PolarArea,
Radar,
Bubble,
Scatter,
generateChart
}

0 comments on commit 4b68ba1

Please sign in to comment.