- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Open Flash Chart图表(国外英文资料)
Open Flash Chart图表(国外英文资料)
The JSON format of the Open Flash Chart diagram is detailed
The data file must be in JSON format.
{}
Write all the objects in {}. Make it look like the following JSON data format:
{
Title : {
Text : Many data lines,
Style : {font-size: 20px; color: # 0000ff; font-family: Verdana; tex-align: center;}
}
}
The Title (optional)
All property parameters are optional.
Text: string, title
Style: string, CSS style
Example:
{
Title : {
Text : Y data line,
Style : {font-size: 20px; color: # 000000; font-family: Verdana; tex-align: center;}
}
}
Y_Legend (optional)
All attribute parameters are optional.
Text: string, the Y-axis title
Style: string, CSS style
Example:
{
Y_legend : {
Text : Y Chart,
Style : {color: # 736AEF; font-size: 12px;}
}
}
X Axis (optional)
The property of this object is optional, and the default X-axis attribute will be used if no attribute is specified.
All optional attributes:
Stroke: number, the width of the X axis
Tick - height: number, the height of the X axis
Colour: string, line color
Offset: Boolean, the minimum deviation of the X-axis in the column graph is 0
Grid - color: string, the color of the table line
3d: Boolean, set 3d
Steps: depends on the tick-height attribute
Labels: array of strings, tags for each X dot
Example:
{
X_axis : {
Stroke : 1,
Tick-height : 10,
Colour : # d000d0,
Grid-colour : # 00ff00,
Labels : January, February, March, April, May, June, July, August, Spetember
}
}
Y Axis (optional)
It should be about the same as X Axis (because the official didnt give it, dont know if its missing.)
Min: integer, minimum value of Y
Max: integer, the maximum Y axis
Tick-length: number, the length of the Y-axis
Example:
{
Y_axis : {
Stroke : 4,
Tick-length : 3,
Colour : # d000d0,
Grid-colour : # 00ff00,
Offset : 0,
Max : 20
}
}
Elements element
The attribute of the element is a generic object for an array
These generic object graph types are (line, bar, scatter, and so on)
{
Elements :
{
Type : bar,
Alpha : 0.5,
Col
您可能关注的文档
最近下载
- 小学体育理论教学课件.pptx VIP
- 2025年秋季开学第一课精品课件.pptx
- 空分液化装置工艺卡片.pdf VIP
- 2021年5月22日事业单位联考A类《职业能力倾向测验》真题(含答案).pdf VIP
- 上交大《高速铁路动车组餐饮服务与管理》教学资料 教学课件 模块6.pptx VIP
- RICOH理光DD 3344c操作说明书.pdf
- 食堂装修装饰工程施工组织设计方案.docx VIP
- 2024年中国高职生就业报告.pdf VIP
- GB51162-2016 重型结构和设备整体提升技术规范.docx VIP
- 华为ICT大赛2024-2025中国区实践赛(昇腾Al赛道)省决赛考试题库及答案(供参考).docx
文档评论(0)