問題描述
我想用 JavaScript 創建一個餅圖.在搜索中,我找到了 Google Charts API.由于我們使用的是 jQuery,我發現有 jQuery 與 Google Charts 的集成 可用.
I want to create a pie chart in JavaScript. On searching I found the Google Charts API. Since we are using jQuery I found that there is jQuery integration for Google Charts available.
但我的問題是實際數據被發送到 Google 服務器以創建圖表.有沒有辦法阻止數據被發送到谷歌?我擔心將我的數據發送給第三方.
But my problem is here the actual data is sent to the Google server for creating the charts. Is there a way to prevent the data from being sent to Google? I am concerned about sending my data to a third party.
推薦答案
jqPlot 看起來不錯,而且是開源的.
jqPlot looks pretty good and it is open source.
這里是最令人印象深刻和最新的 jqPlot 示例的鏈接.
Here's a link to the most impressive and up-to-date jqPlot examples.
這篇關于帶有 jQ??uery 的餅圖的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!