Creating 2 charts show 2 different data in one graph (asp.net MVC)
问题 Hello I know it might sound confusing but I hope I can get help .... Well I'm working on asp.net mvc using MYSQL for database , and what I'm trying to make is a 2 charts show 2 different data in one graph something like this so in my controller I tried to return both but it shows one chart only ... The controller : public class BartestController : Controller { public static List<string> getChartData() { var returnData = new List<string>(); var Con = new MySqlConnection(System.Configuration