zoukankan      html  css  js  c++  java
  • FusionCharts参数说明

    animation 是否显示加载图表时的动画

    palette 内置的图表样式,共5个

    paletteColors 自定义图表元素颜色(为多个,如过过少会重复)

    showAboutMenuItem 右键是否显示"关于FusionCharts"

    aboutMenuItemLabel 右键关于自定义文字

    aboutMenuItemLink 右键关于自定义链接(FusionCharts链接格式)

    showZeroPies 是否显示0值的饼

    showPercentValues labels上是否显示百分数

    showPercentInToolTip tip上是否显示百分数

    showLabels 是否显示Label

    manageLabelOverflow 当Label溢出时进行自动管理

    useEllipsesWhenOverflow 当Label溢出时候使用...

    showValues 是否显示值

    labelSepChar label上的分隔符

    defaultAnimation 是否关闭默认动画一开始自定义动画

    clickURL 整个图表的点击的url

    标题

    caption 主标题

    subCaption 副标题

    图表的装饰

    showBorder 显示边框

    borderColor 边框颜色

    borderThickness 边框粗细

    borderAlpha 边框透明度

    bgColor 背景颜色

    bgAlpha 背景透明度

    bgRatio 背景比例

    bgAngle 背景角度

    bgSWF 背景flash地址可以是图片地址

    bgSWFAlpha 背景flash的透明度

    showVLineLabelBorder

    logoURL

    log地址

    logoPosition log位置 logoAlpha log透明度 logoScale log比例 logoLink log链接

    元素的装饰

    showPlotBorder 每一片的边框

    plotBorderColor 每一片的边框颜色

    plotBorderThickness 每一片的边框粗细

    plotBorderAlpha 每一片的边框透明度

    plotFillAlpha 每一片的边框填充透明度

    use3DLighting 3d光效果

    饼/圈专有属性

    slicingDistance 当点击图表的时候这一片饼离开中心点的距离

    pieRadius 饼的外半径

    startingAngle 起始角度

    enableRotation 开启旋转

    pieInnerFaceAlpha 图表里面的透明度

    pieOuterFaceAlpha 图表外面的透明度

    pieYScale 饼立起来的角度,角度越大看到的面积越大.

    pieSliceDepth 图表的厚度 标明线 & Labels (label和图表元素之间的线)

    enableSmartLabels 是否开启标明显

    skipOverlapLabels 跳过重复标签

    isSmartLineSlanted 标明线方式(倾斜或直)

    smartLineColor 标明线颜色

    smartLineThickness 标明线粗细

    smartLineAlpha 标明线透明度

    labelDistance

    smartLabelClearance 标明线长度

    数字

    formatNumber 逗号来分隔数字(千位,百万位),默认为1(True);若取0,则不加分隔符

    formatNumberScale 是否格式化数字,默认为1(True),自动的给你的数字加上K(千)或M(百万);若取0,则不加K或M

    defaultNumberScale 默认数量级

    numberScaleUnit

    numberScaleValue

    numberPrefix 数字前缀

    numberSuffix 数字后缀

    decimalSeparator 小数分隔符

    thousandSeparator 千位分割符

    inDecimalSeparator 在十进位分割符

    inThousandSeparator 在千位分割符

    decimals 小数

    forceDecimals 是否用0填充以至满足要保留的小数位

    字体

    baseFont 基本字体

    baseFontSize 基本字号

    baseFontColor 基本字颜色

    Tool-tip

    showToolTip 是否显示提示

    toolTipBgColor 提示背景色

    toolTipBorderColor 提示边框色

    toolTipSepChar 提示分隔符

    showToolTipShadow 是否显示提示Tool-tip阴影

    边距

    captionPadding 标题内边距

    chartLeftMargin 图表左外边距

    chartRightMargin 图表右外边距

    chartTopMargin 图表上外边距

    chartBottomMargin 图表下外边距

    set元素

    borderColor 边框颜色

    isSliced 被切开

    label [label] value 值 color 颜色

    link 链接(FusionCharts链接格式)

    toolText 自定义提示

    图例(3.2版本以上)

    showLegend 是否显示图例

    legendPosition 图例位置

    legendCaption 图例说明

    legendIconScale 图例图标0-5(图例图标大小)

    legendBgColor 图例背景色

    legendBgAlpha 图例透明度

    legendBorderColor 图例边框颜色

    legendBorderThickness 图例边框粗细

    legendBorderAlpha 图例边框透明度

    legendShadow 图例阴影

    legendAllowDrag 是否允许拖动图例

    legendScrollBgColor 图例滚动条背景色

    legendScrollBarColor 图例滚动条颜色

    legendScrollBtnColor 图例滚动条按钮颜

    reverseLegend 反转图例

    interactiveLegend 图例交互(是否可点击)

    legendNumColumns 设置图例的列数(如果设置不当会自动设置,如果legendPosition设置为右面该属性自动设置为1)

    minimiseWrappingInLegend

  • 相关阅读:
    [转]Ubuntu设置Redhat风格的SHELL提示符PS1属性
    [转]Ubuntu Adsl 上网
    [转]Bash中的PS1详解
    Verilog 关于用task仿真应注意的一个问题
    [转]提高编程技能最有效的方法
    [转]ubuntu 终端常用命令
    [转]VMware Workstation 7.1 正式版 For Linux
    [转]Vim基本操作
    [转]Ubuntu Linux下设置IP的配置命令
    xilinxftp.newlocation
  • 原文地址:https://www.cnblogs.com/fqs123456/p/3229956.html
Copyright © 2011-2022 走看看