在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Open Flash Chart的应用(java),就是很炫的报表了

Open Flash Chart的应用(java),就是很炫的报表了

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:8.55M
  • 下载次数:4
  • 浏览次数:41
  • 发布时间:2021-03-09
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
这里面有两个java代码工程和 Open Flash Chart API。工程都是调试过的直接导入可用,代码都有详细的注释,如果你真是想用到报表之类的东西,肯定很不错了。 工程所需的jar 包 js文件都有,基本上很全。 第一步:下载Open Flash Chart工具最新软件包,将其中open-flash-chart.swf放到网站根目录,swfobject.js放到js目录下。如果是java项目,则还需将jofc2-1.0-0.jar和xstream-1.3.1.jar两个jar包加入项目。(xstream-1.3.1.jar这个包似乎不需要); 注: Js里应用非常简单,有三种方式
【实例截图】
【核心代码】
1bfab64b-6ac1-4a70-8acf-369352eb5868
└── 报表的案例
├── OpenFlashChart
│   ├── jofc2-1.0-0
│   │   ├── doc
│   │   │   ├── allclasses-frame.html
│   │   │   ├── allclasses-noframe.html
│   │   │   ├── constant-values.html
│   │   │   ├── deprecated-list.html
│   │   │   ├── help-doc.html
│   │   │   ├── index-all.html
│   │   │   ├── index.html
│   │   │   ├── jofc2
│   │   │   │   ├── model
│   │   │   │   │   ├── axis
│   │   │   │   │   │   ├── Axis.html
│   │   │   │   │   │   ├── Label.html
│   │   │   │   │   │   ├── Label.Rotation.html
│   │   │   │   │   │   ├── package-frame.html
│   │   │   │   │   │   ├── package-summary.html
│   │   │   │   │   │   ├── package-tree.html
│   │   │   │   │   │   ├── XAxis.html
│   │   │   │   │   │   ├── XAxisLabels.html
│   │   │   │   │   │   ├── YAxis.html
│   │   │   │   │   │   └── YAxisLabels.html
│   │   │   │   │   ├── Chart.html
│   │   │   │   │   ├── elements
│   │   │   │   │   │   ├── AreaHollowChart.html
│   │   │   │   │   │   ├── BarChart.Bar.html
│   │   │   │   │   │   ├── BarChart.html
│   │   │   │   │   │   ├── BarChart.Style.html
│   │   │   │   │   │   ├── Element.html
│   │   │   │   │   │   ├── FilledBarChart.Bar.html
│   │   │   │   │   │   ├── FilledBarChart.html
│   │   │   │   │   │   ├── HorizontalBarChart.Bar.html
│   │   │   │   │   │   ├── HorizontalBarChart.html
│   │   │   │   │   │   ├── Legend.html
│   │   │   │   │   │   ├── LineChart.Dot.html
│   │   │   │   │   │   ├── LineChart.html
│   │   │   │   │   │   ├── LineChart.Style.html
│   │   │   │   │   │   ├── NullElement.html
│   │   │   │   │   │   ├── package-frame.html
│   │   │   │   │   │   ├── package-summary.html
│   │   │   │   │   │   ├── package-tree.html
│   │   │   │   │   │   ├── PieChart.html
│   │   │   │   │   │   ├── PieChart.Slice.html
│   │   │   │   │   │   ├── ScatterChart.html
│   │   │   │   │   │   ├── ScatterChart.Point.html
│   │   │   │   │   │   ├── ScatterChart.Style.html
│   │   │   │   │   │   ├── ShapeChart.html
│   │   │   │   │   │   ├── ShapeChart.Point.html
│   │   │   │   │   │   ├── SketchBarChart.Bar.html
│   │   │   │   │   │   ├── SketchBarChart.html
│   │   │   │   │   │   ├── StackedBarChart.html
│   │   │   │   │   │   ├── StackedBarChart.Key.html
│   │   │   │   │   │   ├── StackedBarChart.Stack.html
│   │   │   │   │   │   ├── StackedBarChart.StackValue.html
│   │   │   │   │   │   ├── Tooltip.html
│   │   │   │   │   │   └── Tooltip.Type.html
│   │   │   │   │   ├── metadata
│   │   │   │   │   │   ├── Alias.html
│   │   │   │   │   │   ├── Converter.html
│   │   │   │   │   │   ├── package-frame.html
│   │   │   │   │   │   ├── package-summary.html
│   │   │   │   │   │   └── package-tree.html
│   │   │   │   │   ├── package-frame.html
│   │   │   │   │   ├── package-summary.html
│   │   │   │   │   ├── package-tree.html
│   │   │   │   │   └── Text.html
│   │   │   │   ├── NullAwareJsonWriter.html
│   │   │   │   ├── OFCException.html
│   │   │   │   ├── OFC.html
│   │   │   │   ├── OFCJSONDriver.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   └── util
│   │   │   │   ├── BarConverter.html
│   │   │   │   ├── ConverterBase.html
│   │   │   │   ├── DotConverter.html
│   │   │   │   ├── HorizontalBarChartBarConverter.html
│   │   │   │   ├── NullConverter.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── PieChartSliceConverter.html
│   │   │   │   ├── RotationConverter.html
│   │   │   │   ├── ScatterChartPointConverter.html
│   │   │   │   ├── ShapePointConverter.html
│   │   │   │   └── StackValueConverter.html
│   │   │   ├── overview-frame.html
│   │   │   ├── overview-summary.html
│   │   │   ├── overview-tree.html
│   │   │   ├── package-list
│   │   │   ├── resources
│   │   │   │   └── inherit.gif
│   │   │   ├── serialized-form.html
│   │   │   └── stylesheet.css
│   │   ├── jofc2-1.0-0.jar
│   │   ├── jofc2-1.0-0-src.zip
│   │   ├── lib
│   │   │   ├── xstream-1.3.1.jar
│   │   │   └── xstream-LICENSE.TXT
│   │   └── LICENSE.txt
│   ├── ofcchart
│   │   ├── src
│   │   │   ├── ChartServlet1.java
│   │   │   ├── ChartServlet2.java
│   │   │   └── ChartServlet3.java
│   │   └── WebRoot
│   │   ├── index.jsp
│   │   ├── js
│   │   │   ├── json
│   │   │   │   └── json2.js
│   │   │   └── swfobject.js
│   │   ├── META-INF
│   │   │   └── MANIFEST.MF
│   │   ├── open-flash-chart.swf
│   │   └── WEB-INF
│   │   ├── classes
│   │   │   ├── ChartServlet1.class
│   │   │   ├── ChartServlet2.class
│   │   │   └── ChartServlet3.class
│   │   ├── lib
│   │   │   ├── jofc2-1.0-0.jar
│   │   │   └── xstream-1.3.1.jar
│   │   └── web.xml
│   ├── open-flash-chart.swf
│   ├── Open Flash Chart version2 Beta1
│   │   ├── data-files
│   │   │   ├── 3.html
│   │   │   ├── 4.html
│   │   │   ├── 5.html
│   │   │   ├── 6.html
│   │   │   ├── 7.html
│   │   │   ├── 8.html
│   │   │   ├── area-1.txt
│   │   │   ├── area-line-dash.txt
│   │   │   ├── area-line.txt
│   │   │   ├── area-point-objects.txt
│   │   │   ├── bar-2.txt
│   │   │   ├── bar-3d-2-BUG.txt
│   │   │   ├── bar-3d.txt
│   │   │   ├── bar-4.txt
│   │   │   ├── bar-all-onclick.txt
│   │   │   ├── bar-alpha.txt
│   │   │   ├── bar-cylinder.txt
│   │   │   ├── bar-filled.txt
│   │   │   ├── bar-floating-2.txt
│   │   │   ├── bar-floating.txt
│   │   │   ├── bar-glass-2.txt
│   │   │   ├── bar-glass-height-0.txt
│   │   │   ├── bar-glass.txt
│   │   │   ├── bar-groups-with-nulls.txt
│   │   │   ├── bar-on-show-cascade.txt
│   │   │   ├── bar-on-show-pop.txt
│   │   │   ├── bar-on-show.txt
│   │   │   ├── bar-sketch.txt
│   │   │   ├── bar-test-all.txt
│   │   │   ├── bug-1.txt
│   │   │   ├── candle.txt
│   │   │   ├── combined-chart-bar-line-scatter.txt
│   │   │   ├── comparisons.txt
│   │   │   ├── exp.txt
│   │   │   ├── flash-variable.html
│   │   │   ├── horizontal-bar-chart-2.txt
│   │   │   ├── horizontal-bar-chart-3.txt
│   │   │   ├── horizontal-bar-chart.txt
│   │   │   ├── json-example.html
│   │   │   ├── json-test-2.html
│   │   │   ├── json-test.html
│   │   │   ├── keys-1.txt
│   │   │   ├── languages-chinese.txt
│   │   │   ├── line-2.txt
│   │   │   ├── line-anchor.txt
│   │   │   ├── line-bow.txt
│   │   │   ├── line-bug-report.txt
│   │   │   ├── line-dash.txt
│   │   │   ├── line-dot.txt
│   │   │   ├── line-hollow.txt
│   │   │   ├── line-null-bug.txt
│   │   │   ├── line-on-click.txt
│   │   │   ├── line-on-show.txt
│   │   │   ├── line-star.txt
│   │   │   ├── line.txt
│   │   │   ├── logo.png
│   │   │   ├── menu.txt
│   │   │   ├── on-show-area-drop.txt
│   │   │   ├── on-show-area-explode.txt
│   │   │   ├── on-show-area-fade-in.txt
│   │   │   ├── on-show-area-mid-slide.txt
│   │   │   ├── on-show-area-pop-up.txt
│   │   │   ├── on-show-area-shrink-in.txt
│   │   │   ├── on-show-line.txt
│   │   │   ├── on-show-scatter-explode.txt
│   │   │   ├── pie-1.txt
│   │   │   ├── pie-2.txt
│   │   │   ├── pie-3.txt
│   │   │   ├── pie-4.txt
│   │   │   ├── pie-bug-green.txt
│   │   │   ├── pie-colours.txt
│   │   │   ├── pie-fixed-radius.txt
│   │   │   ├── pie-label-colours.txt
│   │   │   ├── pie-many-slices-fixed.txt
│   │   │   ├── pie-many-slices.txt
│   │   │   ├── radar-2.txt
│   │   │   ├── radar-area.txt
│   │   │   ├── radar-axis-and-grid-style.txt
│   │   │   ├── radar-axis-labels-2.txt
│   │   │   ├── radar-axis-labels.txt
│   │   │   ├── radar-axis-tooltip-closest.txt
│   │   │   ├── radar-axis-tooltip-hover.txt
│   │   │   ├── radar-chart-minus-numbers.txt
│   │   │   ├── radar-line-loop.txt
│   │   │   ├── radar-steps.txt
│   │   │   ├── radar-test-keys.txt
│   │   │   ├── scatter-2.txt
│   │   │   ├── scatter-anchors.txt
│   │   │   ├── scatter-line-2.txt
│   │   │   ├── scatter-line-area.txt
│   │   │   ├── scatter-line-step-horizontal.txt
│   │   │   ├── scatter-line-step-vertical.txt
│   │   │   ├── scatter-line.txt
│   │   │   ├── scatter-on-click.txt
│   │   │   ├── scatter-step-all.txt
│   │   │   ├── scatter.txt
│   │   │   ├── shape.txt
│   │   │   ├── stack-bar-1.txt
│   │   │   ├── stack-bar-2.txt
│   │   │   ├── stack-bar-on-click.txt
│   │   │   ├── stack-bar-on-show.txt
│   │   │   ├── stack-bar-tooltip-hover.txt
│   │   │   ├── tags.txt
│   │   │   ├── title-1.txt
│   │   │   ├── tooltip-1.txt
│   │   │   ├── tooltip-2.txt
│   │   │   ├── tooltip-bar-floating.txt
│   │   │   ├── tooltip-clash-scatter-2.txt
│   │   │   ├── tooltip-clash-scatter-hover.txt
│   │   │   ├── tooltip-clash-scatter.txt
│   │   │   ├── tooltip-clash.txt
│   │   │   ├── tooltip-hover.txt
│   │   │   ├── tooltip-mixed-1.txt
│   │   │   ├── tooltip-mixed-2.txt
│   │   │   ├── tooltip-rounded.txt
│   │   │   ├── tooltip-x-radar-clash-proximity.txt
│   │   │   ├── tooltip-x-radar-clash.txt
│   │   │   ├── utf8-1.txt
│   │   │   ├── x-axis-1.txt
│   │   │   ├── x-axis-auto-range.txt
│   │   │   ├── x-axis-big.txt
│   │   │   ├── x-axis-labels-2.txt
│   │   │   ├── x-axis-labels-3.txt
│   │   │   ├── x-axis-labels-4.txt
│   │   │   ├── x-axis-labels-5.txt
│   │   │   ├── x-axis-labels-6.txt
│   │   │   ├── x-axis-labels-7.txt
│   │   │   ├── x-axis-labels-angle-no-offset.txt
│   │   │   ├── x-axis-labels-angle-offset.txt
│   │   │   ├── x-axis-labels.txt
│   │   │   ├── x-axis-no-offset.txt
│   │   │   ├── x-axis-range-scatter-minus.txt
│   │   │   ├── x-axis-range-scatter-plus.txt
│   │   │   ├── x-axis-steps-zero-check.txt
│   │   │   ├── x-labels-auto-dates.txt
│   │   │   ├── x-labels-auto-min5-3rd-visible.txt
│   │   │   ├── x-labels-auto-min5.txt
│   │   │   ├── x-labels-auto-rev.txt
│   │   │   ├── x-labels-auto.txt
│   │   │   ├── x-labels-invisible.txt
│   │   │   ├── x-labels-invisible-user-labels.txt
│   │   │   ├── x-labels-user-labels-br.txt
│   │   │   ├── x-labels-user-labels.txt
│   │   │   ├── x-labels-user-x.txt
│   │   │   ├── y-axis-auto-steps.txt
│   │   │   ├── y-axis-big.txt
│   │   │   ├── y-axis-fix-this-bug.txt
│   │   │   ├── y-axis-format-labels.txt
│   │   │   ├── y-axis-labels-step.txt
│   │   │   ├── y-axis-labels-user-y.txt
│   │   │   ├── y-axis-no-grid.txt
│   │   │   ├── y-axis-no-title-no-offset-right.txt
│   │   │   ├── y-axis-no-title-no-offset.txt
│   │   │   ├── y-axis-no-title-offset.txt
│   │   │   ├── y-axis-offset-tiny-numbers.txt
│   │   │   ├── y-axis-right-all-bars.txt
│   │   │   ├── y-axis-right-all-lines-10-20.txt
│   │   │   ├── y-axis-right-all-lines.txt
│   │   │   ├── y-axis-right.txt
│   │   │   ├── y-axis-rotate-labels.txt
│   │   │   ├── y-axis.txt
│   │   │   ├── y-axis-upside-down-offset.txt
│   │   │   ├── y-axis-upside-down.txt
│   │   │   ├── y-labels-auto-formatted.txt
│   │   │   ├── y-labels-auto-labelstyle.txt
│   │   │   └── y-labels-auto.txt
│   │   ├── dot-net-library
│   │   │   └── written-by-xiao-yifang
│   │   │   ├── ofcHandlerWeb
│   │   │   │   ├── Default.aspx
│   │   │   │   ├── Default.aspx.cs
│   │   │   │   └── Web.config
│   │   │   ├── ofcWebTest
│   │   │   │   ├── Animation
│   │   │   │   │   ├── AreaAnimation.aspx
│   │   │   │   │   ├── AreaAnimation.aspx.cs
│   │   │   │   │   ├── LineAnimtion.aspx
│   │   │   │   │   └── LineAnimtion.aspx.cs
│   │   │   │   ├── area.aspx
│   │   │   │   ├── area.aspx.cs
│   │   │   │   ├── bar3d.aspx
│   │   │   │   ├── bar3d.aspx.cs
│   │   │   │   ├── bar.aspx
│   │   │   │   ├── bar.aspx.cs
│   │   │   │   ├── barsketch.aspx
│   │   │   │   ├── barsketch.aspx.cs
│   │   │   │   ├── BarType.aspx
│   │   │   │   ├── BarType.aspx.cs
│   │   │   │   ├── Candle.aspx
│   │   │   │   ├── Candle.aspx.cs
│   │   │   │   ├── chart1.aspx
│   │   │   │   ├── chart1.aspx.cs
│   │   │   │   ├── chartcontrol.aspx
│   │   │   │   ├── chartcontrol.aspx.cs
│   │   │   │   ├── ChineseCharacter.aspx
│   │   │   │   ├── ChineseCharacter.aspx.cs
│   │   │   │   ├── datafile
│   │   │   │   │   ├── area.aspx
│   │   │   │   │   ├── area.aspx.cs
│   │   │   │   │   ├── bar3d.aspx
│   │   │   │   │   ├── bar3d.aspx.cs
│   │   │   │   │   ├── bar.aspx
│   │   │   │   │   ├── bar.aspx.cs
│   │   │   │   │   ├── barsketch.aspx
│   │   │   │   │   ├── barsketch.aspx.cs
│   │   │   │   │   ├── bar.txt
│   │   │   │   │   ├── BarTypeTest.aspx
│   │   │   │   │   ├── BarTypeTest.aspx.cs
│   │   │   │   │   ├── Candle.aspx
│   │   │   │   │   ├── Candle.aspx.cs
│   │   │   │   │   ├── chart1_1.txt
│   │   │   │   │   ├── chart1_2.txt
│   │   │   │   │   ├── chart1.aspx
│   │   │   │   │   ├── chart1.aspx.cs
│   │   │   │   │   ├── chart1.txt
│   │   │   │   │   ├── ChineseCharacter.aspx
│   │   │   │   │   ├── ChineseCharacter.aspx.cs
│   │   │   │   │   ├── GlassBar.aspx
│   │   │   │   │   ├── GlassBar.aspx.cs
│   │   │   │   │   ├── HBar.aspx
│   │   │   │   │   ├── HBar.aspx.cs
│   │   │   │   │   ├── Line.aspx
│   │   │   │   │   ├── Line.aspx.cs
│   │   │   │   │   ├── lineClick.aspx
│   │   │   │   │   ├── lineClick.aspx.cs
│   │   │   │   │   ├── linedot.aspx
│   │   │   │   │   ├── linedot.aspx.cs
│   │   │   │   │   ├── LineHollow.aspx
│   │   │   │   │   ├── LineHollow.aspx.cs
│   │   │   │   │   ├── line.txt
│   │   │   │   │   ├── NumFormat.aspx
│   │   │   │   │   ├── NumFormat.aspx.cs
│   │   │   │   │   ├── pie2.txt
│   │   │   │   │   ├── Pie.aspx
│   │   │   │   │   ├── Pie.aspx.cs
│   │   │   │   │   ├── Pie.txt
│   │   │   │   │   ├── radar.aspx
│   │   │   │   │   ├── radar.aspx.cs
│   │   │   │   │   ├── radar.txt
│   │   │   │   │   ├── Scatter.aspx
│   │   │   │   │   ├── Scatter.aspx.cs
│   │   │   │   │   ├── ScatterLine.aspx
│   │   │   │   │   ├── ScatterLine.aspx.cs
│   │   │   │   │   ├── stackbar.aspx
│   │   │   │   │   ├── stackbar.aspx.cs
│   │   │   │   │   ├── test.txt
│   │   │   │   │   ├── Tooltip.aspx
│   │   │   │   │   ├── Tooltip.aspx.cs
│   │   │   │   │   ├── tooltip-bar-floating.txt
│   │   │   │   │   ├── tooltip.txt
│   │   │   │   │   ├── yaxis.aspx
│   │   │   │   │   ├── yaxis.aspx.cs
│   │   │   │   │   └── yaxis.txt
│   │   │   │   ├── GlassBar.aspx
│   │   │   │   ├── GlassBar.aspx.cs
│   │   │   │   ├── Hbar.aspx
│   │   │   │   ├── Hbar.aspx.cs
│   │   │   │   ├── Line.aspx
│   │   │   │   ├── Line.aspx.cs
│   │   │   │   ├── lineClick.aspx
│   │   │   │   ├── lineClick.aspx.cs
│   │   │   │   ├── linedotvaluetest.aspx
│   │   │   │   ├── linedotvaluetest.aspx.cs
│   │   │   │   ├── LineHollow.aspx
│   │   │   │   ├── LineHollow.aspx.cs
│   │   │   │   ├── loading.aspx
│   │   │   │   ├── loading.aspx.cs
│   │   │   │   ├── NumFormat.aspx
│   │   │   │   ├── NumFormat.aspx.cs
│   │   │   │   ├── open-flash-chart-SimplifiedChinese.swf
│   │   │   │   ├── open-flash-chart.swf
│   │   │   │   ├── Pie.aspx
│   │   │   │   ├── Pie.aspx.cs
│   │   │   │   ├── radarchart.aspx
│   │   │   │   ├── radarchart.aspx.cs
│   │   │   │   ├── Scatter.aspx
│   │   │   │   ├── Scatter.aspx.cs
│   │   │   │   ├── ScatterLine.aspx
│   │   │   │   ├── ScatterLine.aspx.cs
│   │   │   │   ├── stackbar.aspx
│   │   │   │   ├── stackbar.aspx.cs
│   │   │   │   ├── swfobject.js
│   │   │   │   ├── test.htm
│   │   │   │   ├── Tooltip.aspx
│   │   │   │   ├── Tooltip.aspx.cs
│   │   │   │   ├── Web.Config
│   │   │   │   ├── yaxis.aspx
│   │   │   │   └── yaxis.aspx.cs
│   │   │   ├── OpenFlashChart
│   │   │   │   ├── Animation.cs
│   │   │   │   ├── AnimationType.cs
│   │   │   │   ├── AreaBase.cs
│   │   │   │   ├── Area.cs
│   │   │   │   ├── AreaHollow.cs
│   │   │   │   ├── AreaLine.cs
│   │   │   │   ├── Axis.cs
│   │   │   │   ├── AxisLabel.cs
│   │   │   │   ├── AxisLabels.cs
│   │   │   │   ├── Bar3D.cs
│   │   │   │   ├── BarBase.cs
│   │   │   │   ├── Bar.cs
│   │   │   │   ├── BarFilled.cs
│   │   │   │   ├── BarGlass.cs
│   │   │   │   ├── BarSketch.cs
│   │   │   │   ├── BarStack.cs
│   │   │   │   ├── BarType.cs
│   │   │   │   ├── Candle.cs
│   │   │   │   ├── ChartBase.cs
│   │   │   │   ├── ChartControlDesigner.cs
│   │   │   │   ├── Chart.cs
│   │   │   │   ├── ChartElement.cs
│   │   │   │   ├── ClassDiagram1.cd
│   │   │   │   ├── ClassDiagram2.cd
│   │   │   │   ├── DotStyle.cs
│   │   │   │   ├── DotType.cs
│   │   │   │   ├── HBar.cs
│   │   │   │   ├── JSON
│   │   │   │   │   ├── IJsonSerializable.cs
│   │   │   │   │   ├── JsonIgnoreAttribute.cs
│   │   │   │   │   ├── JsonNameAttribute.cs
│   │   │   │   │   ├── JsonPropertyAttribute.cs
│   │   │   │   │   ├── JsonReader.cs
│   │   │   │   │   ├── JsonSerializationException.cs
│   │   │   │   │   ├── JsonSpecifiedPropertyAttribute.cs
│   │   │   │   │   ├── JsonToken.cs
│   │   │   │   │   ├── JsonWriter.cs
│   │   │   │   │   ├── License.txt
│   │   │   │   │   ├── Readme too.txt
│   │   │   │   │   └── ReadMe.txt
│   │   │   │   ├── Legend.cs
│   │   │   │   ├── LineBase.cs
│   │   │   │   ├── Line.cs
│   │   │   │   ├── LineDot.cs
│   │   │   │   ├── LineDotValue.cs
│   │   │   │   ├── LineHollow.cs
│   │   │   │   ├── LineScatter.cs
│   │   │   │   ├── OpenFlashChartControl.cs
│   │   │   │   ├── OpenFlashChart.cs
│   │   │   │   ├── OpenFlashChart.csproj
│   │   │   │   ├── open-flash-chart.swf
│   │   │   │   ├── Pie.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── RadarAxis.cs
│   │   │   │   ├── readme.txt
│   │   │   │   ├── Scatter.cs
│   │   │   │   ├── swfobject.js
│   │   │   │   ├── Title.cs
│   │   │   │   ├── ToolTip.cs
│   │   │   │   ├── WebHandler
│   │   │   │   │   └── ofcHandler.cs
│   │   │   │   ├── XAxis.cs
│   │   │   │   ├── XAxisLabels.cs
│   │   │   │   ├── YAxis.cs
│   │   │   │   ├── YAxisLabel.cs
│   │   │   │   ├── YAxisLabels.cs
│   │   │   │   └── YAxisRight.cs
│   │   │   ├── OpenFlashChart.sln
│   │   │   └── README.txt
│   │   ├── google-webtoolkit-OFCGWT
│   │   │   ├── ofcgwt - Google Code.URL
│   │   │   └── README.txt
│   │   ├── java-struts-2
│   │   │   └── chart.zip
│   │   ├── js
│   │   │   ├── json
│   │   │   │   └── json2.js
│   │   │   ├── README.txt
│   │   │   └── swfobject.js
│   │   ├── js-ofc-library
│   │   │   ├── ofc.js
│   │   │   ├── open_flash_chart.js
│   │   │   └── open_flash_chart.min.js
│   │   ├── open-flash-chart
│   │   │   ├── br
│   │   │   │   └── com
│   │   │   │   └── stimuli
│   │   │   │   └── string
│   │   │   │   ├── printf.as
│   │   │   │   └── README.txt
│   │   │   ├── caurina
│   │   │   │   └── transitions
│   │   │   │   ├── AuxFunctions.as
│   │   │   │   ├── Equations.as
│   │   │   │   ├── PropertyInfoObj.as
│   │   │   │   ├── SpecialPropertiesDefault.as
│   │   │   │   ├── SpecialProperty.as
│   │   │   │   ├── SpecialPropertyModifier.as
│   │   │   │   ├── SpecialPropertySplitter.as
│   │   │   │   ├── Tweener.as
│   │   │   │   └── TweenListObj.as
│   │   │   ├── charts
│   │   │   │   ├── Area.as
│   │   │   │   ├── Arrow.as
│   │   │   │   ├── Bar3D.as
│   │   │   │   ├── Bar.as
│   │   │   │   ├── BarBase.as
│   │   │   │   ├── BarCandle.as
│   │   │   │   ├── BarCylinder.as
│   │   │   │   ├── BarCylinderOutline.as
│   │   │   │   ├── BarDome.as
│   │   │   │   ├── BarFade.as
│   │   │   │   ├── BarGlass.as
│   │   │   │   ├── BarOutline.as
│   │   │   │   ├── BarPlastic.as
│   │   │   │   ├── BarPlasticFlat.as
│   │   │   │   ├── BarRound3D.as
│   │   │   │   ├── BarRound.as
│   │   │   │   ├── BarRoundGlass.as
│   │   │   │   ├── BarSketch.as
│   │   │   │   ├── BarStack.as
│   │   │   │   ├── Base.as
│   │   │   │   ├── Candle.as
│   │   │   │   ├── Elements
│   │   │   │   │   ├── PointBarFade.as
│   │   │   │   │   └── Star.as
│   │   │   │   ├── Factory.as
│   │   │   │   ├── HBar.as
│   │   │   │   ├── Line.as
│   │   │   │   ├── LineBase.as
│   │   │   │   ├── LineDot.as
│   │   │   │   ├── LineHollow.as
│   │   │   │   ├── LineStyle.as
│   │   │   │   ├── ObjectCollection.as
│   │   │   │   ├── Pie.as
│   │   │   │   ├── Scatter.as
│   │   │   │   ├── ScatterBase.as
│   │   │   │   ├── ScatterLine.as
│   │   │   │   ├── series
│   │   │   │   │   ├── bars
│   │   │   │   │   │   ├── Bar3D.as
│   │   │   │   │   │   ├── Bar.as
│   │   │   │   │   │   ├── Base.as
│   │   │   │   │   │   ├── Cylinder.as
│   │   │   │   │   │   ├── CylinderOutline.as
│   │   │   │   │   │   ├── Dome.as
│   │   │   │   │   │   ├── ECandle.as
│   │   │   │   │   │   ├── Glass.as
│   │   │   │   │   │   ├── Horizontal.as
│   │   │   │   │   │   ├── Outline.as
│   │   │   │   │   │   ├── Plastic.as
│   │   │   │   │   │   ├── PlasticFlat.as
│   │   │   │   │   │   ├── Round3D.as
│   │   │   │   │   │   ├── Round.as
│   │   │   │   │   │   ├── RoundGlass.as
│   │   │   │   │   │   ├── Sketch.as
│   │   │   │   │   │   ├── Stack.as
│   │   │   │   │   │   └── StackCollection.as
│   │   │   │   │   ├── dots
│   │   │   │   │   │   ├── anchor.as
│   │   │   │   │   │   ├── bow.as
│   │   │   │   │   │   ├── DefaultDotProperties.as
│   │   │   │   │   │   ├── dot_factory.as
│   │   │   │   │   │   ├── Hollow.as
│   │   │   │   │   │   ├── Point.as
│   │   │   │   │   │   ├── PointDot.as
│   │   │   │   │   │   ├── PointDotBase.as
│   │   │   │   │   │   ├── scat.as
│   │   │   │   │   │   └── star.as
│   │   │   │   │   ├── Element.as
│   │   │   │   │   ├── has_tooltip.as
│   │   │   │   │   ├── pies
│   │   │   │   │   │   ├── DefaultPieProperties.as
│   │   │   │   │   │   ├── PieLabel.as
│   │   │   │   │   │   ├── PieSlice.as
│   │   │   │   │   │   └── PieSliceContainer.as
│   │   │   │   │   └── tags
│   │   │   │   │   └── Tag.as
│   │   │   │   ├── Shape.as
│   │   │   │   └── Tags.as
│   │   │   ├── com
│   │   │   │   ├── adobe
│   │   │   │   │   ├── crypto
│   │   │   │   │   │   ├── MD5.as
│   │   │   │   │   │   ├── SHA1.as
│   │   │   │   │   │   ├── SHA224.as
│   │   │   │   │   │   ├── SHA256.as
│   │   │   │   │   │   └── WSSEUsernameToken.as
│   │   │   │   │   ├── errors
│   │   │   │   │   │   └── IllegalStateError.as
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── BitString.as
│   │   │   │   │   │   ├── JPGEncoder.as
│   │   │   │   │   │   └── PNGEncoder.as
│   │   │   │   │   ├── net
│   │   │   │   │   │   ├── DynamicURLLoader.as
│   │   │   │   │   │   ├── IURIResolver.as
│   │   │   │   │   │   ├── proxies
│   │   │   │   │   │   │   └── RFC2817Socket.as
│   │   │   │   │   │   ├── URI.as
│   │   │   │   │   │   └── URIEncodingBitmap.as
│   │   │   │   │   ├── serialization
│   │   │   │   │   │   └── json
│   │   │   │   │   │   ├── JSON.as
│   │   │   │   │   │   ├── JSONDecoder.as
│   │   │   │   │   │   ├── JSONEncoder.as
│   │   │   │   │   │   ├── JSONParseError.as
│   │   │   │   │   │   ├── JSONToken.as
│   │   │   │   │   │   ├── JSONTokenizer.as
│   │   │   │   │   │   └── JSONTokenType.as
│   │   │   │   │   ├── utils
│   │   │   │   │   │   ├── ArrayUtil.as
│   │   │   │   │   │   ├── DateUtil.as
│   │   │   │   │   │   ├── DictionaryUtil.as
│   │   │   │   │   │   ├── IntUtil.as
│   │   │   │   │   │   ├── NumberFormatter.as
│   │   │   │   │   │   ├── StringUtil.as
│   │   │   │   │   │   └── XMLUtil.as
│   │   │   │   │   └── webapis
│   │   │   │   │   ├── events
│   │   │   │   │   │   └── ServiceEvent.as
│   │   │   │   │   ├── ServiceBase.as
│   │   │   │   │   └── URLLoaderBase.as
│   │   │   │   └── serialization
│   │   │   │   └── json
│   │   │   │   └── JSON.as
│   │   │   ├── elements
│   │   │   │   ├── axis
│   │   │   │   │   ├── AxisLabel.as
│   │   │   │   │   ├── RadarAxis.as
│   │   │   │   │   ├── RadarAxisLabels.as
│   │   │   │   │   ├── RadarSpokeLabels.as
│   │   │   │   │   ├── XAxis.as
│   │   │   │   │   ├── XAxisLabels.as
│   │   │   │   │   ├── XLabelStyle.as
│   │   │   │   │   ├── YAxisBase.as
│   │   │   │   │   ├── YAxisLabelsBase.as
│   │   │   │   │   ├── YAxisLabelsLeft.as
│   │   │   │   │   ├── YAxisLabelsRight.as
│   │   │   │   │   ├── YAxisLeft.as
│   │   │   │   │   ├── YAxisRight.as
│   │   │   │   │   ├── YLabelStyle.as
│   │   │   │   │   └── YTextField.as
│   │   │   │   ├── Background.as
│   │   │   │   ├── InnerBackground.as
│   │   │   │   ├── labels
│   │   │   │   │   ├── BaseLabel.as
│   │   │   │   │   ├── Keys.as
│   │   │   │   │   ├── Title.as
│   │   │   │   │   ├── XLegend.as
│   │   │   │   │   ├── YLegendBase.as
│   │   │   │   │   ├── YLegendLeft.as
│   │   │   │   │   └── YLegendRight.as
│   │   │   │   └── menu
│   │   │   │   ├── CameraIcon.as
│   │   │   │   ├── DefaultCameraIconProperties.as
│   │   │   │   ├── DefaultMenuProperties.as
│   │   │   │   ├── Menu.as
│   │   │   │   ├── menuItem.as
│   │   │   │   └── menu_item_factory.as
│   │   │   ├── ErrorMsg.as
│   │   │   ├── ExternalInterfaceManager.as
│   │   │   ├── global
│   │   │   │   └── Global.as
│   │   │   ├── JsonErrorMsg.as
│   │   │   ├── json.help.txt
│   │   │   ├── JsonInspector.as
│   │   │   ├── Loading.as
│   │   │   ├── main.as
│   │   │   ├── NumberFormat.as
│   │   │   ├── NumberUtils.as
│   │   │   ├── obj
│   │   │   │   ├── open-flash-chartConfig.old
│   │   │   │   └── open-flash-chartConfig.xml
│   │   │   ├── object_helper.as
│   │   │   ├── open-flash-chart.as3proj
│   │   │   ├── Parser.as
│   │   │   ├── PointCandle.as
│   │   │   ├── PointHLC.as
│   │   │   ├── Properties.as
│   │   │   ├── Range.as
│   │   │   ├── README.txt
│   │   │   ├── ScreenCoords.as
│   │   │   ├── ScreenCoordsBase.as
│   │   │   ├── ScreenCoordsRadar.as
│   │   │   ├── ShowTipEvent.as
│   │   │   ├── string
│   │   │   │   ├── Css.as
│   │   │   │   ├── DateUtils.as
│   │   │   │   └── Utils.as
│   │   │   ├── Tooltip.as
│   │   │   └── tr.as
│   │   ├── open-flash-chart.swf
│   │   ├── perl-ofc-library
│   │   │   ├── index.asp
│   │   │   ├── jquery-1.2.6.min.js
│   │   │   ├── json
│   │   │   │   └── json2.js
│   │   │   ├── list_all_tests.inc
│   │   │   ├── open_flash_chart.pm
│   │   │   ├── style.css
│   │   │   ├── swfobject.js
│   │   │   ├── test_area.asp
│   │   │   ├── test_bar.asp
│   │   │   ├── test_cgi.pl
│   │   │   ├── test_lib.pl
│   │   │   ├── test_line.asp
│   │   │   ├── test_pie.asp
│   │   │   ├── test_scatter.asp
│   │   │   └── test_stackbar.asp
│   │   ├── php5-ofc-library
│   │   │   ├── build_package.php
│   │   │   ├── examples
│   │   │   │   ├── 3d-bar-chart.php
│   │   │   │   ├── area-hollow.php
│   │   │   │   ├── bar-chart.php
│   │   │   │   ├── data-lines-2.php
│   │   │   │   ├── data-lines.php
│   │   │   │   ├── glass-bar-chart.php
│   │   │   │   ├── horizontal-bar-chart.php
│   │   │   │   ├── line-dot.php
│   │   │   │   ├── line-hollow.php
│   │   │   │   ├── pie-chart.php
│   │   │   │   ├── scatter-chart.php
│   │   │   │   ├── sketch-bar-chart.php
│   │   │   │   └── stacked-bar-chart.php
│   │   │   ├── lib
│   │   │   │   └── OFC
│   │   │   │   ├── Charts
│   │   │   │   │   ├── Area
│   │   │   │   │   │   └── OFC_Charts_Area_Hollow.php
│   │   │   │   │   ├── Bar
│   │   │   │   │   │   ├── OFC_Charts_Bar_3d.php
│   │   │   │   │   │   ├── OFC_Charts_Bar_Filled.php
│   │   │   │   │   │   ├── OFC_Charts_Bar_Glass.php
│   │   │   │   │   │   ├── OFC_Charts_Bar_Horizontal.php
│   │   │   │   │   │   ├── OFC_Charts_Bar_Sketch.php
│   │   │   │   │   │   ├── OFC_Charts_Bar_Stack.php
│   │   │   │   │   │   └── OFC_Charts_Bar_Value.php
│   │   │   │   │   ├── Line
│   │   │   │   │   │   ├── OFC_Charts_Line_Dot.php
│   │   │   │   │   │   └── OFC_Charts_Line_Hollow.php
│   │   │   │   │   ├── OFC_Charts_Area.php
│   │   │   │   │   ├── OFC_Charts_Bar.php
│   │   │   │   │   ├── OFC_Charts_Base.php
│   │   │   │   │   ├── OFC_Charts_Line.php
│   │   │   │   │   ├── OFC_Charts_Pie.php
│   │   │   │   │   ├── OFC_Charts_Scatter.php
│   │   │   │   │   └── Scatter
│   │   │   │   │   └── OFC_Scatter_Line.php
│   │   │   │   ├── Elements
│   │   │   │   │   ├── Axis
│   │   │   │   │   │   ├── OFC_Elements_Axis_X_Label.php
│   │   │   │   │   │   ├── OFC_Elements_Axis_X_Label_Set.php
│   │   │   │   │   │   ├── OFC_Elements_Axis_X.php
│   │   │   │   │   │   ├── OFC_Elements_Axis_Y.php
│   │   │   │   │   │   └── OFC_Elements_Axis_Y_Right.php
│   │   │   │   │   ├── Legend
│   │   │   │   │   │   ├── OFC_Elements_Legend_X.php
│   │   │   │   │   │   └── OFC_Elements_Legend_Y.php
│   │   │   │   │   ├── OFC_Elements_Axis.php
│   │   │   │   │   ├── OFC_Elements_Base.php
│   │   │   │   │   └── OFC_Elements_Title.php
│   │   │   │   ├── JSON_Format.php
│   │   │   │   ├── JSON.php
│   │   │   │   ├── OFC_Chart.php
│   │   │   │   └── OFC_Elements.php
│   │   │   ├── open-flash-chart-object.php
│   │   │   ├── package.xml
│   │   │   └── README.txt
│   │   ├── php-ofc-library
│   │   │   ├── dot_base.php
│   │   │   ├── json_format.php
│   │   │   ├── JSON.php
│   │   │   ├── ofc_area_base.php
│   │   │   ├── ofc_area_hollow.php
│   │   │   ├── ofc_area_line.php
│   │   │   ├── ofc_arrow.php
│   │   │   ├── ofc_bar_3d.php
│   │   │   ├── ofc_bar_base.php
│   │   │   ├── ofc_bar_filled.php
│   │   │   ├── ofc_bar_glass.php
│   │   │   ├── ofc_bar.php
│   │   │   ├── ofc_bar_sketch.php
│   │   │   ├── ofc_bar_stack.php
│   │   │   ├── ofc_candle.php
│   │   │   ├── ofc_hbar.php
│   │   │   ├── ofc_line_base.php
│   │   │   ├── ofc_line_dot.php
│   │   │   ├── ofc_line_hollow.php
│   │   │   ├── ofc_line.php
│   │   │   ├── ofc_line_style.php
│   │   │   ├── ofc_menu.php
│   │   │   ├── ofc_pie.php
│   │   │   ├── ofc_radar_axis_labels.php
│   │   │   ├── ofc_radar_axis.php
│   │   │   ├── ofc_radar_spoke_labels.php
│   │   │   ├── ofc_scatter_line.php
│   │   │   ├── ofc_scatter.php
│   │   │   ├── ofc_shape.php
│   │   │   ├── ofc_sugar.php
│   │   │   ├── ofc_tags.php
│   │   │   ├── ofc_title.php
│   │   │   ├── ofc_tooltip.php
│   │   │   ├── ofc_upload_image.php
│   │   │   ├── ofc_x_axis_label.php
│   │   │   ├── ofc_x_axis_labels.php
│   │   │   ├── ofc_x_axis.php
│   │   │   ├── ofc_x_legend.php
│   │   │   ├── ofc_y_axis_base.php
│   │   │   ├── ofc_y_axis_label.php
│   │   │   ├── ofc_y_axis_labels.php
│   │   │   ├── ofc_y_axis.php
│   │   │   ├── ofc_y_axis_right.php
│   │   │   ├── ofc_y_legend.php
│   │   │   ├── open-flash-chart-object.php
│   │   │   ├── open-flash-chart.php
│   │   │   └── README.txt
│   │   ├── python-ofc-library
│   │   │   ├── cherrypy.conf
│   │   │   ├── DEPENDS-ON.txt
│   │   │   ├── ofc2_element.py
│   │   │   ├── ofc2.py
│   │   │   ├── ofc-demo.py
│   │   │   ├── README.txt
│   │   │   └── static
│   │   │   ├── open-flash-chart.swf
│   │   │   └── swfobject.js
│   │   ├── python-ofc-library-2
│   │   │   ├── demo.py
│   │   │   ├── html_snippet.html
│   │   │   ├── OFC.htm
│   │   │   ├── OFC.swf
│   │   │   ├── openFlashChart_elements.py
│   │   │   ├── openFlashChart.py
│   │   │   ├── openFlashChart_varieties.py
│   │   │   └── serverconfig.conf
│   │   └── README.txt
│   ├── README.txt
│   ├── 例子.txt
│   └── 图表工具(Open_Flash_Chart)在java中的使用.doc
└── 案例
├── jChart
│   ├── bar1.jpg
│   ├── build
│   │   └── classes
│   │   ├── demo
│   │   │   └── XYAreaChartDemo2.class
│   │   ├── servlet
│   │   │   └── MonthServlet.class
│   │   └── test
│   │   └── ChartDemo.class
│   ├── pie.jpg
│   ├── src
│   │   ├── demo
│   │   │   └── XYAreaChartDemo2.java
│   │   ├── servlet
│   │   │   └── MonthServlet.java
│   │   └── test
│   │   └── ChartDemo.java
│   └── WebRoot
│   ├── index.jsp
│   ├── META-INF
│   │   └── MANIFEST.MF
│   └── WEB-INF
│   ├── lib
│   │   ├── jcommon-1.0.0-pre2.jar
│   │   └── jfreechart-1.0.0-pre2.jar
│   └── web.xml
└── openChart
├── build
│   └── classes
│   ├── ChartServlet1.class
│   ├── ChartServlet2.class
│   └── ChartServlet3.class
├── src
│   ├── ChartServlet1.java
│   ├── ChartServlet2.java
│   └── ChartServlet3.java
└── WebRoot
├── index.jsp
├── js
│   ├── json
│   │   └── json2.js
│   └── swfobject.js
├── META-INF
│   └── MANIFEST.MF
├── open-flash-chart.swf
└── WEB-INF
├── lib
│   ├── jofc2-1.0-0.jar
│   └── xstream-1.3.1.jar
└── web.xml

116 directories, 796 files

标签:

实例下载地址

Open Flash Chart的应用(java),就是很炫的报表了

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警