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

图表不能正常显示 #71

Open
double2Liang opened this issue Oct 29, 2019 · 5 comments
Open

图表不能正常显示 #71

double2Liang opened this issue Oct 29, 2019 · 5 comments

Comments

@double2Liang
Copy link

安装成功了,表格也正常显示了但是图表都不能用

@double2Liang
Copy link
Author

前断报错:
chart.js?v=2.1:209 Uncaught TypeError: Cannot read property 'length' of null
at Object.setDimDefaultValue (VM2944 chart.js:209)
at Object.success (VM2944 chart.js:66)
at j (VM2803 jquery.min.js:2)
at Object.fireWith [as resolveWith] (VM2803 jquery.min.js:2)
at x (VM2803 jquery.min.js:5)
at XMLHttpRequest.b (VM2803 jquery.min.js:5)

@double2Liang
Copy link
Author

image
image

@licweiwei
Copy link

licweiwei commented Feb 6, 2020

@double2Liang 是因为content/chart.html 里有点问题

<td style="text-align: left;" th:utext="${formHtmlText}">&nbsp;&nbsp;

改成

<td style="text-align: left;" ><span th:utext="${formHtmlText}"></span>
就可以了

@hitmgr
Copy link

hitmgr commented Jun 10, 2021

还是不行啊

@cuizhao
Copy link

cuizhao commented Apr 22, 2022

图表功能是非常重要的一个功能了,如果能修复,更具推广价值了!我现在用的图表也是有问题,我只好隐藏掉了图表显示功能!暂时先用着。希望大神有时间可能看一下,更新一下代码。

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

4 participants