Flash Chart圖表解決方案商
一些有關 Flash Chart 的解決方案商,下一步需要知道那些是支援中文字體,幸好有新同事阿Wah幫手測試。
這是阿Wah的測試結果。
- AnyChart Flash Chart Component (中文支援)
- Aurigma FlashChart (中文支援) (ASP.net / VB.net)
- B-Line Charting Component (中文支援)
- Corda’s PopChart
- FusionCharts
- Graph ZX
- PHP/SWF Charts (中文支援) PHP
- Rich Chart Builder (中文支援)
- Swiff Chart (中文支援)
- WA Dynamic Flash Charts Coldfusion / ASP / PHP
-
XPCharting (中文支援)
連結由 Luar 取得

不错的网站啊
謝謝!我也到PHP/SWF Charts??顯示中文?
请问简体中文字应该怎样设置?
PHP/SWF Charts??顯示中文
1. 文字採用 Unicode 格式
2. 設定使用中文字體, 如 “細明體”
e.g.
$chart[‘legend_label’] = array ( … ‘font’=>”細明體”, … );
下載此 Sample Code
*?另有關 Unicode 編輯工具,可參考此文章。
請問一下PHP/SWF Charts (中文支援) PHP 是怎樣顯示中文的呢 ?