我是 d3 图表的新手,我想使用 x 轴作为字符串,我的应用程序抛出Error: Invalid value for <text> attribute x="NaN"
错误。
这是我的示例 JSON
[
{"key" : "test1", "values" : [["test1", 3]},
{"key" : "test2", "values" : [["test2", 5]},
{"key" : "test3", "values" : [["test3", 9]}
];
那么,如何将 x 轴值作为字符串传递