zoukankan      html  css  js  c++  java
  • JS 图表工具可以结合extjs实现

    OpenFlashChart简介

    by valensoft 2009-1-10 8:29:00

    OpenFlashChart是一款开源的以Flash和Javascript为技术基础的免费图表,用它能创建一些很有效果的报表分析图表。

    最重要的是它是开源和免费的,由于平时我使用的是.NET的开发技术,所以就以.NET技术为研究对象,当然它可以支持多种语言。

    如何工作?

    1. 使用浏览器浏览网页
    2. 浏览器下载带有OpenFlashChart的网页 
    3. 显示图表.
    4. 只要告诉data文件给OpenFlashChart即可。其余的事由OpenFlashChart引擎来做吧。

    饼图:

     3D 柱状图等等。


    Live Demo

    Emprise JavaScript Charts
    Y Axis0100200300400500240211
    X Axis09/20
    2007
    08/21
    2008
    07/23
    2009
    06/24
    2010
    05/26
    2011
    06/24
    2010
    09/16
    2010
    04/01
    2010
    06/24
    2010
    09/16
    2010
    12/09
    2010
    03/03
    2011
    Max Zoom Reached
    Chart Legend
    Series 1
    Series 2
    Emprise JavaScript Charts

    Features

    • Interactive: Features such as Hints, Mouse Tracking, Mouse Events, Key Tracking and Events, Zooming, Scrolling, and Crosshairs raise interactivity and user experience in web charting to a new level.
    • Sample Area ChartAxis Scaling: There's no need to determine your data range before hand. EJSChart will calculate and scale automatically to fit whatever data it is presented with.
    • Auto Zooming, Scrolling: Too much data and not enough screen real estate? Show it all. Let your end users zoom in on the pieces they're most interested in. Axis locking for single axis zoom, scrolling and automatic axis scaling are all included.
    • Sample Stacked ChartStackable Series: Multiple chart series can be stacked and combined to fit many charting needs.
    • Multiple Chart Types: Line, Area, Scatter, Pie, Bar and Function series are just the beginning. New series are just a few lines of JavaScript code away.
    • Ajax-Driven Data: EJSChart supports XML-formatted data and loads data on the fly. New series can be added and data updated in real time without page reloads.
    • Compatible: Built with compatibility in mind and tested on all major browsers, you can be assured your charts will function consistently for the broadest range of end users.
      See the full list of compatible browsers.
    • Plugin Free: 100% Pure JavaScript Charting Solution. No more worries of incompatible plugin versions or confusing security warnings. EJSChart is pure JavaScript and requires no client installation.
    • Customizable: Every aspect of the charting display can be configured and customized through well-documented properties and methods. Want to do more than just change the color of the background? Need a series type which doesn't already exist? EJSChart is fully customizable and extendable to provide the greatest flexibility and integration for existing site designs and needs.
    Back To Top
  • 相关阅读:
    java 字节流与字符流的区别
    什么是缓冲区
    java流输入输出
    Apache安装配置
    Maven学习
    Redis
    数据结构与算法
    pig ERROR 2997: Encountered IOException. File or directory null does not exist.
    hadoop学习路线(转)
    86标准SQL与92标准SQL用法区别
  • 原文地址:https://www.cnblogs.com/winner/p/1383050.html
Copyright © 2011-2022 走看看