*** CHANGE LOG *****************************************************************
*** 1.6.4.0 ********************************************************************
FEATURE ADDED
amReturnParam function also returns the param name:
amReturnParam(chart_id, value, param);
*** 1.6.3.1 ********************************************************************
FIX: stacking issue with missing values fixed
FIX: balloons do not go above the plot area
FIX: js function print could print three charts instead of one
*** 1.6.3.0 ********************************************************************
FEATURE ADDED:
New settings <scientific_min> and <scientific_max> added. If absolute value of
your number is equal or bigger then scientific_max or equal or less then
scientific_min, this number will be formatted using scientific notation, for
example:
15000000000000000 -> 1.5e16
0.0000023 -> 2.3e-6
FIX: amClickedOnSeries is not called anymore when zooming the chart.
*** 1.6.2.1 ********************************************************************
FEATURE ADDED:
a new setting, <js_enabled> was added. It allows disabling all javascript-html
communication. Id you set this to false, then the chart won't listen and won't
call any JavaScript functions. This will also disable the security warning
message when opening the chart from your hard drive or CD.
*** 1.6.2.0 ********************************************************************
FEATURE ADDED:Y axis values can be formatted as duration. To do this, you have to
tell the duration unit of your data. For example, if your data represents seconds,
you have to set: <values><y_left><duration>ss</duration></y_left></values>
The units of the duration can be changed in the <strings> section.
FIX: you can call JS functions after amError function was called by the chart
FIX: amClickedOnSeries function is called even the zoomable is set to false now
*** 1.6.1.4 ********************************************************************
FEATURE ADDED: Margins can be set in percents now
FIX: balloon.text_color setting was ignored
FIX: in some cases, when values were missing and axis type was "stacked" or
"100% stacked" the area to the stacked graph was filled incorrectly
FIX: amGetZoom was called when resizing window (if the redraw was set to true)
FIX: if balloon.only_one was set to true, the balloon wasn't appearing if the
graph was hidden or not selected and the mouse was close to this graph.
*** 1.6.1.3 ********************************************************************
FIX: amGetZoom returned "undefined" if the indicator was moved off the plot area
to the right side.
*** 1.6.1.2 ********************************************************************
FIX: incorrect scroller could appear after reloadData javascript function was
called.
The chart didn't accept new JS functions if error, such as no data occureed
*** 1.6.1.1 ********************************************************************
FIX: the indicator could go left of the plot area
*** 1.6.1.0 ********************************************************************
IMPORTANT UPDATE:
JS functions amClickedOnSeries(), amClickedOnBullet() and amRolledOverBullet()
changed - now the first parameter they return is chart_id, like for all the other
JS functions which are called by flash. If you are using these functions, you
will have to update your scripts.
FEATURE ADDED: JavaScript functions are cued now - previously you could call one
JS function at a time and call another only after the chart finished the
previous process. Now, you can call several functions one after another, without
waiting for the chart to finish doing something. The functions are cued and all
of them will be executed.
FEATURE ADDED: New JavaScript function amProcessCompleted(chart_id, process)
This function is called after some process initialized by some JS function is
finished. For example, if you make the chart to reload data by calling reloadData
function, after the data is reloaded, the chart will call amProcessCompleted
function and the "process" parameter will be "reloadData" - the same as the
function name you called. Check examples/javascript_control example to see this
in action.
FIX: The bullets might be displayed out of plot area, when the <strict_min_max>
was set to true and the graph's values were out of the <min> and <max> range.
FIX: If all the graphs of one axis were hidden, the grid and values still
remained.
FIX: chart_id was lost after the use of setSettings JS function.
*** 1.6.0.0 ********************************************************************
FEATURE ADDED: RESCALING THE CHART WHEN THE GRAPH IS HIDDEN
When you click on the legend key, the graph is hidden or shown. Now the chart
recalculates min and max values (rescales the chart) when you do this. You can
turn this feature off by setting <rescale_on_hide> to "false".
FEATURE ADDED: AUTO-FITTING OF THE LEGEND and X AXIS VALUES
The legend now automatically adjusts bottom margin to fit to the flash object's
area. If your X axis values are rotated, the legend position is adjusted not to
overlap the values. In order this to work, you have to leave <legend><y> setting
empty.
FEATURE ADDED: Y BALLOONS NO LONGER OVERLAP
FEATURE ADDED: NEW BULLET TYPES
New bullet types are: square_outline and round_outline
FEATURE ADDED: CHART TYPE CAN BE SET SEPARATELY FOR RIGHT AND LEFT AXES
Previously you set the same <type> (line, stacked, 100% stacked) for both
left and right axes. Now you can set the type separately. This setting is now
in <axes> section.
FEATURE ADDED: MORE SETTINGS FOR THE Y BALLOON
New balloon settings allows you to have balloon border and rounded corners:
<balloon>
<only_one></only_one>
<on_off></on_off>
<color></color>
<alpha></alpha>
<text_color></text_color>
<text_size></text_size>
<max_width></max_width>
<corner_radius></corner_radius>
<border_width></border_width>
<border_alpha></border_alpha>
<border_color></border_color>
</balloon>
The <only_one> setting replaced the <indicator><one_y_balloon> setting, and the
<on_off></on_off> replaced the <indicator><y_balloon_on_off>. The old ones will
also work.
FEATURE ADDED: POSSIBILITY TO SET ARRAY OF COLORS
Using <colors></colors> setting, you can set an array fo colors, which will
be used if the graph's color is not set.
FEATURE ADDED: CHANGE MULTIPLE SETTINGS WITH JAVASCRIPT
Using new function, flashMovie.setSettings(settings, rebuild) You can control
multiple settings. It is recommended to use this new function even for one
setting, instead of setParam() function. The "rebuild" option might be "true"
or "false" (the default is "true"). If you set it to "false", then the settings
will not be applied until you call another new JS function: flashMovie.rebuild()
or pass another set of settings with the "rebuild" set to "true".
A new function flashMovie.getSettings() will return the full settings
XML by calling amReturnSettings(chart_id, settings) function.
FEATURE ADDED: IMAGE DATA IS PASSED TO JAVASCRIPT
When exporting chart as an image, the chart passes image data to JavaScript
function: amReturnImageData(chart_id, data)
FEATURE ADDED: FONT COLOR AND SIZE OF A LABEL TEXT
<labels> Can accept font color and font size HTML tags now, for example:
<text><![CDATA[Source: <font color="#CC0000" size="14">amCharts</font>]]></text>
CHANGE OF THE DEFAULT SETTINGS:
<context_menu><default_items><zoom> default value was changed to "false"
FIXES:
When adding some settings using additional_chart_settings variable, you don't
need to set all the <graph> or <label> settings anymore. When
changing some <label> property using additional_chart_settings, in order to
identify <label>, the labels id (lid) must be added, for example: <label lid="0">
When <connect> is set to true, and there are values missing, the chart shows
full line when zoomed.
"ad
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
java毕业设计-基于SSM+MySQL的在线考试系统设计与实现(源码+数据库).zip该系统功能完善、界面美观、操作简单、功能齐全、管理便捷,具有很高的实际应用价值,这是一个已获导师指导并且高分通过的毕业设计项目。 【主要功能】 本系统分为了三个角色,分别为系统的管理员、教师以及学生。 管理员:用户管理、题库管理、试卷管理、课程管理、试卷批改管理等功能; 教师:题库管理、试卷管理、、试卷批改管理等功能; 学生:在线考试、成绩查询、个人信息查询等功能。 java毕业设计-基于SSM+MySQL的在线考试系统设计与实现(源码+数据库).zip该系统功能完善、界面美观、操作简单、功能齐全、管理便捷,具有很高的实际应用价值,这是一个已获导师指导并且高分通过的毕业设计项目。 【主要功能】 本系统分为了三个角色,分别为系统的管理员、教师以及学生。 管理员:用户管理、题库管理、试卷管理、课程管理、试卷批改管理等功能; 教师:题库管理、试卷管理、、试卷批改管理等功能; 学生:在线考试、成绩查询、个人信息查询等功能。 java毕业设计-基于SSM+MySQL的在线考试系统设计与实现(源码+数据库)
资源推荐
资源详情
资源评论
收起资源包目录
java毕业设计-基于SSM+MySQL的在线考试系统设计与实现(源码+数据库).zip (1760个子文件)
mouse149.ANI 10KB
mouse149.ANI 10KB
shubiao.ani 4KB
shubiao.ani 4KB
export.aspx 97B
export.aspx 97B
export.aspx 97B
export.aspx 97B
export.aspx 97B
export.aspx 97B
UtilFuns.class 22KB
UtilFuns.class 22KB
FileUtil.class 18KB
FileUtil.class 18KB
PaperMgController.class 10KB
PaperMgController.class 9KB
UserController.class 9KB
PaperController.class 8KB
QuestionController.class 7KB
PaperController.class 7KB
UserController.class 7KB
PageInterceptor.class 7KB
PageInterceptor.class 7KB
GradeController.class 7KB
QuestionController.class 6KB
StuController.class 5KB
GradeController.class 5KB
SQLDAO.class 5KB
StuController.class 5KB
SQLDAO.class 5KB
CourseController.class 5KB
TypeController.class 5KB
Question.class 4KB
Question.class 4KB
UserServiceImpl.class 4KB
PaperServiceImpl.class 4KB
ErrorBookController.class 4KB
ErrorBookController.class 4KB
TextSimilarityUtil.class 4KB
DownloadUtil.class 4KB
TextSimilarityUtil.class 4KB
DownloadUtil.class 4KB
CourseController.class 3KB
Paper.class 3KB
Paper.class 3KB
TypeController.class 3KB
QuestionServiceImpl.class 3KB
BaseDaoImpl.class 3KB
BaseDaoImpl.class 3KB
Page.class 3KB
Page.class 3KB
CourseServiceImpl.class 3KB
User.class 3KB
User.class 3KB
Arith.class 3KB
GradeServiceImpl.class 3KB
Arith.class 3KB
ErrorBook.class 3KB
ErrorBook.class 3KB
PaperServiceImpl.class 3KB
TypeServiceImpl.class 2KB
UserServiceImpl.class 2KB
Computeclass.class 2KB
Factory.class 2KB
Factory.class 2KB
PaperDaoImpl.class 2KB
FormatStyle.class 2KB
FormatStyle.class 2KB
PaperDaoImpl.class 2KB
PageInterceptor$ReflectUtil.class 2KB
PageInterceptor$ReflectUtil.class 2KB
ErrorBookServiceImpl.class 2KB
ErrorBookServiceImpl.class 2KB
QuestionServiceImpl.class 2KB
MD5Util.class 2KB
MD5Util.class 2KB
UserDaoImpl.class 2KB
Type.class 2KB
Type.class 2KB
CourseServiceImpl.class 2KB
GradeServiceImpl.class 2KB
TypeServiceImpl.class 2KB
UserDaoImpl.class 2KB
Course.class 1KB
Course.class 1KB
Grade.class 1KB
Grade.class 1KB
ComputeScore.class 1KB
ErrorBookDaoImpl.class 1KB
QuestionDaoImpl.class 1KB
ErrorBookDaoImpl.class 1KB
QuestionDaoImpl.class 1KB
MybatisUtil.class 1KB
MybatisUtil.class 1KB
PaperService.class 1KB
DateConverter.class 1KB
DateConverter.class 1KB
BaseController.class 1KB
BaseController.class 1KB
AppContext.class 1KB
共 1760 条
- 1
- 2
- 3
- 4
- 5
- 6
- 18
资源评论
- m0_752398112024-04-20资源不错,很实用,内容全面,介绍详细,很好用,谢谢分享。
盈梓的博客
- 粉丝: 9572
- 资源: 2310
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- zigbee CC2530无线自组网协议栈系统代码实现协调器与终端基于GenericApp的无线收发例程.zip
- zigbee CC2530无线自组网协议栈系统代码实现协调器与终端无线收发控制LED灯.zip
- zigbee CC2530无线自组网协议栈系统代码实现协调器与终端之间的数据相互收发.zip
- zigbee CC2530无线自组网协议栈系统代码实现协议捕捉与数据分析.zip
- zigbee CC2530无线自组网协议栈系统代码实现终端采集光敏传感器并发给协调器串口输出.zip
- zigbee CC2530无线自组网协议栈系统代码实现终端采集气体传感器值发给协调器并串口打印.zip
- zigbee CC2530无线自组网协议栈系统代码实现终端采集人体红外热释电传感器发送给协调器并串口输出.zip
- 功能完善的小说CMS系统项目全套技术资料.zip
- zigbee CC2530无线自组网协议栈系统代码实现终端采集温度传感器DS18B20发送给协调器并串口打印输出.zip
- 食物营养分析-java-基于 SpringBoot 的食物营养分析与推荐网站的设计与实现(毕业论文)
- zigbee CC2530无线自组网协议栈系统代码实现终端采集温湿度传感器DHT11并发给协调器并串口打印输出.zip
- zigbee CC2530无线自组网协议栈系统的RemoTI源码.zip
- zigbee CC2530无线自组网协议栈系统之新建自己的Zstack工程模板(协调器、终端、路由器).zip
- 宠物救助及领养-java-基于springBoot的宠物救助及领养平台的设计与实现(毕业论文)
- 从基础到高级:Rust语言教程与编程实战
- 城市公交查询-java-基于springBoot的城市公交查询系统设计与实现(毕业论文)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功