jqplot

    0熱度

    1回答

    有可能有一個外部.js文件的主題配置爲jqplot,而不是每次我把一個圖形在頁面上必須把所有的主題參數?

    0熱度

    3回答

    我使用jqplot來顯示條形圖和餅圖。我想顯示他們沒有網格線。所以,我插入了下面一行。 grid:{background:'transparent',borderColor:'#d0d0d0'}, 它不在IE中工作,但在Firefox中它顯示沒有網格線。請幫助我。

    0熱度

    3回答

    除去亮點我有以下選項的jQplot: options= { title:"Results", legend:{ renderer: $.jqplot.EnhancedLegendRenderer, show:true, labels:result, rendererOptions:{

    0熱度

    1回答

    http://www.jqplot.com <script src="/Scripts/jquery.jqplot.js" type="text/javascript"></script> <script src="/Scripts/jqplot.barRenderer.js" type="text/javascript"></script> <script src="/Scripts/jqp

    0熱度

    2回答

    我需要在每個欄中顯示自定義標籤。這是一個使用jqplot的多重條形圖。我在這裏粘貼我的代碼。此代碼不起作用。向我展示一個單獨的欄,而不是multiseries。請幫助我.. function plotJQBarChart(critical, major, minor, warning) { var s1 = [32, 65, 57, 10]; var s2 = [45, 5

    4熱度

    5回答

    獲取日誌消息:餅圖的直徑太小,不能渲染。 然後,似乎當我將鼠標懸停或點擊網頁我進去:遺漏的類型錯誤:無法讀取的不確定 <link href="/Content/jqPlot/jquery.jqplot.css" rel="stylesheet" type="text/css" /> <script src="/Scripts/jquery.jqplot.js" type="text/ja

    6熱度

    1回答

    的JSON需要在以下格式: var data = [ ['Heavy Industry', 12],['Retail', 9], ['Light Industry', 14], ['Out of home', 16],['Commuting', 7], ['Orientation', 9] ]; 但在我的操作方法我無法弄清楚如何構建json將以該格式呈

    5熱度

    1回答

    好吧,我有條形圖。 它基本上可以工作......但是y軸上的標籤有點長,然後包裝,然後碰到對方。 我試過改變CSS,但它得到由JS超過。 我試圖掃描通過jqplot庫找出它發生的地方,但我迷路了。 任何想法?有沒有我可以設置的選項? 你可以在這裏看到: 這裏是我的html文件: <html> <head> <!--[if lt IE 9]><script language="javascrip

    1熱度

    2回答

    我有以下的jQuery代碼: $(document).ready(function() { var group = 'test'; $.ajax({ type: "POST", async: false, url: "/validate.asmx/GetGraphData", contentType: "applica

    1熱度

    4回答

    我有我的觀點裏下面的代碼: - @{ double men = ViewBag.men; double total = ViewBag.total; double women = total - right; } <script type="text/javascript"> $(document).ready(function() {