antvis / G2Plot

:dango: An interactive and responsive charting library based on G2.
https://g2plot.antv.antgroup.com
MIT License
2.56k stars 605 forks source link

🤔 [QUESTION] #2951

Closed zl20071120179 closed 2 years ago

zl20071120179 commented 2 years ago

在asp.net core MVC5.0 环境下,画折线图,在使用render()方法以后,data.JS报了一个错,提示data为空。在空项目中使用官方例子以后同样报错,求助大侠们。错误信息和代码如下 image

image

image

hustcc commented 2 years ago

代码有点小问题,按下面的写:

{
  data: datatest,
}