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

radarChart support #33

Open
NickBok opened this issue Jul 3, 2021 · 1 comment
Open

radarChart support #33

NickBok opened this issue Jul 3, 2021 · 1 comment

Comments

@NickBok
Copy link

NickBok commented Jul 3, 2021

Is the radar chart supported?
tested jsreport v 2.11.0
Error: Error while executing docx recipe. Chart "radarChart" type is not supported, ref: "word/charts/chart9.xml" at module.exports (/app/node_modules/jsreport-core/lib/util/createError.js:11:13) at Reporter.createError (/app/node_modules/jsreport-core/lib/reporter.js:332:12) at Object.execute (/app/node_modules/jsreport-docx/lib/recipe.js:58:20) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async module.exports (/app/node_modules/jsreport-core/lib/render/render.js:150:5) caused by: Error: Chart "radarChart" type is not supported, ref: "word/charts/chart9.xml" at processChart (/app/node_modules/jsreport-docx/lib/postprocess/processChart.js:395:17) at /app/node_modules/jsreport-docx/lib/postprocess/drawingObject.js:71:33 at processTicksAndRejections (internal/process/task_queues.js:97:5)

Any workaround for this?

@pofider
Copy link
Contributor

pofider commented Jul 6, 2021

Only the following charts are currently supported: waterfall, treemap, sunburst, funnel, clusteredColumn.
We will look into implementing further charts soon. Just a bit busy now with releasing jsreport v3, but we get to this soon.

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

2 participants