欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

純JAVASCRIPT圖表動畫插件Highcharts Examples

 更新時間:2011年04月16日 16:43:28   作者:  
官方提供免費的下載包以及詳細的文檔說明,非常的值得收藏。
What is Highcharts? 下載地址 http://www.dbjr.com.cn/jiaoben/24363.html
Highcharts is a charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column, bar, pie and scatter chart types.
Features
Compatible
It works in all modern browsers including the iPhone/iPad and Internet Explorer from version 6. Standard browsers use SVG for the graphics rendering. In Internet Explorer graphics are drawn using VML.
Free for Non-commercial
.
Pure JavaScript
Highcharts is solely based on native browser technologies and doesn't require client side plugins like Flash or Java. Furthermore you don't need to install anything on your server. No PHP or ASP.NET. Highcharts needs only two JS files to run: The highcharts.js core and either the jQuery or the MooTools framework. One of these frameworks is most likely already in use in your web page.
Numerous Chart Types
Highcharts supports line, spline, area, areaspline, column, bar, pie and scatter chart types. Any of these can be combined in one chart.
Simple Configuration Syntax
Setting the Highcharts configuration options requires no special programming skills. The options are given in a JavaScript object notation structure, which is basically a set of keys and values connected by colons, separated by commas and grouped by curly brackets.
Dynamic
Through a full API you can add, remove and modify series, axes or points at any time after chart creation. Numerous events supply hooks for programming agains the chart. In combination with jQuery's or MooTools' Ajax API, this opens for solutions like live charts constantly updating with values from the server, user supplied data and more.
Multiple Axes
Sometimes you want to compare variables that are not the same scale - for example temperature versus rainfall and air pressure. Highcharts lets you assign an y axis for each series - or an x axis if you want to compare data sets of different categories. Each axis can be placed to the right or left, top or bottom of the chart. All options can be set individually, including reversing, styling and position.
Tooltip Labels
On hovering the chart Highcharts can display a tooltip text with information on each point and series. The tooltip follows as the user moves the mouse over the graph, and great efforts have been taken to make it stick to the nearest point as well as making it easy to read a point that is below another point.
Datetime Axis
75% of all charts with an X and Y axis have a date-time X axis. Therefore Highchart is very intelligent about time values. With milliseconds axis units, Highcharts determines where to place the ticks so that they always mark the start of the month or the week, midnight and midday, the full hour etc.
Export and print
With the exporting module enabled, your users can export the chart to PNG, JPG, PDF or SVG format at the click of a button, or print the chart directly from the web page.
Zooming
By zooming in on a chart you can examine an especially interesting part of the data more closely. Zooming can be in the X or Y dimension, or both.
External Data Loading
Highcharts takes the data in a JavaScript array, which can be defined in the local configuration object, in a separate file or even on a different site. Furthermore, the data can be handled over to Highcharts in any form, and a callback function used to parse the data into an array.
Inverted Chart or Reversed Axis
Sometimes you need to flip over your chart and make the X axis appear vertical, like for example in a bar chart. Reversing the axis, with the highest values appearing closest to origo, is also supported.
Text Rotation for Labels

Do you want to use Highcharts for a personal website, a school site or a non-profit organisation? Then you don't need the author's permission, just go on and use Highcharts. For commercial websites and projects, see License and Pricing All text labels, including axis labels, data labels for the point and axis titles, can be rotated in any angle.

相關文章

  • jQuery替換節(jié)點用法示例(使用replaceWith方法)

    jQuery替換節(jié)點用法示例(使用replaceWith方法)

    這篇文章主要介紹了jQuery替換節(jié)點的方法,結(jié)合簡單實例形式分析了jQuery使用replaceWith方法替換P標簽顯示內(nèi)容的相關實現(xiàn)技巧,需要的朋友可以參考下
    2016-09-09
  • Query中click(),bind(),live(),delegate()的區(qū)別

    Query中click(),bind(),live(),delegate()的區(qū)別

    這篇文章主要介紹了Query中click(),bind(),live(),delegate()之間的區(qū)別。需要的朋友可以過來參考下,希望對大家有所幫助
    2013-11-11
  • jQuery中filter()方法用法實例

    jQuery中filter()方法用法實例

    這篇文章主要介紹了jQuery中filter()方法用法,實例分析了filter()方法的功能、定義及篩選的幾種使用技巧,需要的朋友可以參考下
    2015-01-01
  • JQuery用戶名校驗的具體實現(xiàn)

    JQuery用戶名校驗的具體實現(xiàn)

    這篇文章主要為大家詳細介紹了JQuery用戶名校驗的具體實現(xiàn),感興趣的小伙伴們可以參考一下
    2016-03-03
  • jQuery EasyUI 入門必看

    jQuery EasyUI 入門必看

    下面小編就為大家?guī)硪黄猨Query EasyUI 入門必看。小編覺得挺不錯的,現(xiàn)在就分享給大家,也給大家做個參考。一起跟隨小編過來看看吧
    2016-06-06
  • jQuery事件與動畫超詳細講解

    jQuery事件與動畫超詳細講解

    在jquery中,jquery動畫事件和動畫函數(shù)經(jīng)常用的到,今天小編抽時間給大家整理了些關于常用的jquery動畫事件和動畫函數(shù),對jquery動畫函數(shù)和動畫事件相關知識感興趣的朋友一起學習吧
    2022-12-12
  • js頁面滾動時層智能浮動定位實現(xiàn)(jQuery/MooTools)

    js頁面滾動時層智能浮動定位實現(xiàn)(jQuery/MooTools)

    關于層的智能浮動效果早在幾年前我就在國外的一些個人網(wǎng)站的垂直導航上見到了,現(xiàn)在似乎在國內(nèi)一些商業(yè)網(wǎng)站上也屢見此效果
    2011-08-08
  • 從零開始學習jQuery (二) 萬能的選擇器

    從零開始學習jQuery (二) 萬能的選擇器

    本章講解jQuery最重要的選擇器部分的知識. 有了jQuery的選擇器我們幾乎可以獲取頁面上任意的一個或一組對象, 可以明顯減輕開發(fā)人員的工作量.
    2010-10-10
  • 同域jQuery(跨)iframe操作DOM(示例代碼)

    同域jQuery(跨)iframe操作DOM(示例代碼)

    這篇文章主要是對同域jQuery(跨)iframe操作DOM的示例進行了介紹,需要的朋友可以過來參考下,希望對大家有所幫助
    2013-12-12
  • JS+CSS實現(xiàn)圖片預加載與背景圖上中下切圖

    JS+CSS實現(xiàn)圖片預加載與背景圖上中下切圖

    這篇文章介紹了JS+CSS實現(xiàn)圖片預加載與背景圖上中下切圖的方法,文中通過示例代碼介紹的非常詳細。對大家的學習或工作具有一定的參考借鑒價值,需要的朋友可以參考下
    2022-06-06

最新評論