npm 包 updated-jqplot 使用教程

阅读时长 5 分钟读完

什么是 updated-jqplot?

updated-jqplot 是一个基于 jQuery 和 jqPlot 的 JavaScript 图表库,它可以创建各种图表,包括折线图、条形图、饼图、漏斗图等等。

与 jqPlot 相比,updated-jqplot 有一些优点:

  • 可以使用最新版本的 jQuery
  • 可以在 IE11 浏览器上运行
  • 修复了 jqPlot 的一些错误

updated-jqplot 的安装

updated-jqplot 可以通过 npm 安装。

npm install updated-jqplot

updated-jqplot 的用法

1. 引入 updated-jqplot 的 js 和 css 文件

可以选择将 updated-jqplot 下载到本地文件,然后引入 js 和 css 文件,也可以使用 npm 安装的 updated-jqplot,直接引入 js 和 css 文件。

-- -------------------- ---- -------
---- -- ------ ---
------- -----------------------------------------------------------

---- -- ------ - -- - --- ---
------- -----------------------------------------------------------------------------------
----- --------------------------------------------------------------------------- -----------------

---- -- -------------- - -- - --- ---
------- -----------------------------------------------------------------------
----- --------------------------------------------------------------- -----------------

2. 创建一个容器

updated-jqplot 图表要被放置在一个容器中,这个容器可以是 div、canvas 等元素。

3. 创建一个数据数组

updated-jqplot 要求我们提供一个数组作为图表的数据。

4. 创建一个 options 对象

options 对象包含了图表的各种设置。

-- -------------------- ---- -------
--- ------- - -
  ------ --- -------
  --------------- -
    ---------- --
    ----------- -----
    -------------- -
      ----- -
    -
  --
  ----- -
    ------ -
      ------ -- -----
    --
    ------ -
      ------ -- -----
    -
  -
--

5. 创建图表

现在我们可以使用 updated-jqplot 的 $.jqplot 函数来创建图表了。

示例代码

-- -------------------- ---- -------
--------- -----
------
  ------
    ----- ----------------
    --------------------- ------------
    ---- -- ------ ---
    ------- -----------------------------------------------------------
    ---- -- ------ - -- - --- ---
    ------- -----------------------------------------------------------------------------------
    ----- --------------------------------------------------------------------------- -----------------
    ---- -- -------------- - -- - --- ---
    ------- -----------------------------------------------------------------------
    ----- --------------------------------------------------------------- -----------------
  -------
  ------
    ---- ---------------------------
    --------
      --- ---- - ---- --- --- --- --- --- --- --- --- -----
      --- ------- - -
        ------ --- -------
        --------------- -
          ---------- --
          ----------- -----
          -------------- -
            ----- -
          -
        --
        ----- -
          ------ -
            ------ -- -----
          --
          ------ -
            ------ -- -----
          -
        -
      --
      --------------------------- ------- ---------
    ---------
  -------
-------

总结

updated-jqplot 是一个优秀的 JavaScript 图表库,它依赖于 jQuery 和 jqPlot,并可以创建各种图表。通过本文的介绍和示例代码,您可以快速上手使用 updated-jqplot。

来源:JavaScript中文网 ,转载请注明来源 https://www.javascriptcn.com/post/6005590b81e8991b448d6780

纠错
反馈