มันก็ทำได้ทุกภาษานั้นละครับขึ้นอยู่กับว่าเราถนัดทางภาษาอะไร
ถ้าเป็น asp.net ก็ลองเข้าดูตามลิงค์นี้ http://www.carlosag.net/Tools/WebChart/
ตัวอย่างการสร้างกราฟ http://thai-cs.spaces.live.com/blog/cns!4D52C1812766D2D7!636.entry?sa=255025788
ถ้าเป็น php
<?php
/* Define the path to chartclasses.php.
It must be changed and relative to where you have extracted the phpcharts files.
In most cases it would be: define("CHARTS_SOURCE", "phpcharts/"); */
define("CHARTS_SOURCE", "");
include(CHARTS_SOURCE."chartclasses.php");
$objChart = new Chart(200, 200, "chart1");