gpt4 book ai didi

javascript - RGraph 没有显示任何内容?

转载 作者:行者123 更新时间:2023-12-03 06:06:13 25 4
gpt4 key购买 nike

我只是尝试使用 RGraph 生成图表,以便我可以开始使用 SQL 来操作图表。然而,我遇到的问题是它根本没有显示基本图表。有人知道我哪里出错了吗?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Charts</title>
<script src="JAVASCRIPT/RGraph.common.core.js"></script>
<script src="JAVASCRIPT/RGraph.bar.js"></script>
</head>

<body>
<canvas id="cvs1" width="600" height="250">[No canvas support]</canvas>
<script>
window.onload = function ()
{
var bar = new RGraph.Bar({
id:'cvs1',
data: [4,5,3,8,4,9,6,5,3],
options: {
backgroundGridDashed: true,
labels: ['Mal', 'Barry', 'Gary', 'Neil', 'Kim', 'Pete', 'Lou', 'Fred', 'Jobe'],
title: 'A dashed background grid',
strokestyle: 'rgba(0,0,0,0)',
textAccessible: true
}
}).draw();
};
</script>
</body>
</html>

浏览器错误

Uncaught TypeError: Cannot read property 'getContext' of null

RGraph.Bar @ RGraph.bar.js:28

window.onload @ Charts.php:17

最佳答案

我测试了你的代码。它没有任何问题,但它似乎非常依赖于您使用的 RGraph 版本。尝试下载the latest version of RGraph并将“libraries”下的内容(或仅需要的两个文件)提取到“JAVASCRIPT”文件夹中。

关于javascript - RGraph 没有显示任何内容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39535311/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com