我在一个数据库中存有数据,希望用我网站上的图表显示这些数据,我今后不妨使这个图表互动,包括钻孔等。
我仍然处在建立这一系统的早期阶段,目前正在进行实验,然而,我找不到任何有用的资源来按程序绘制图表。
目前,我有一位查图主计长
public ActionResult GoldFixes()
{
Chart chart = new Chart(300, 400);
chart.DataBindTable(db.Gfxs.Take(5));
return View(chart);
}
但我不想它返回一个视图, 我想要一张图表, 比如显示一个仪表板!
图表可以是图像,但绝对需要无障碍。因此,互动性需要无FLASH或任何东西。只有MVC4。
解决问题 - 我使用 GOOGGLE CHARTS!!!!!!!!!! < a href="https://google- developmenters.appspot.com/chart/interactive/docs/gallery/colunchart" rel=“nofollow”>https://google- Developers.appspot.com/chart/interactive/docs/gallery/colunchart