Fusioncharts parameters and functional characteristics of the detailed (II.)

Source: Internet
Author: User
Tags border color polyline hex code
fusioncharts parameter and function characteristic explanation Functional Characteristics

Animation

Whether to animate the data, default to 1 (True)

ShowNames

Whether to display the horizontal axis (x axis) label name

Rotatenames

Whether to rotate the display label, default to 0 (False): Landscape display

ShowValues

Whether the corresponding data value is displayed in the chart, default is 1 (True)

Yaxisminvalue

Specifies the vertical axis (Y axis) minimum value, the number

Yaxismaxvalue

Specifies the vertical axis (Y axis) minimum value, the number

Showlimits

Show chart limits (Y-axis max, min), default = 1 (True)

Chart Title and axis name

Caption

Chart Main Title

Subcaption

Chart subtitle

Xaxisname

Horizontal axis (x axis) name

Yaxisname

Vertical axis (Y-axis) name

styles for charts and canvases

BgColor

Chart background color, 6-bit 16 binary color value

Canvasbgcolor

Canvas background color, 6-bit 16 binary color value

Canvasbgalpha

Canvas transparency, [0-100]

Canvasbordercolor

Canvas border color, 6-bit 16 binary color value

Canvasborderthickness

Canvas border thickness, [0-100]

Shadowalpha

Projection transparency, [0-100]

ShowLegend

Whether the series name is displayed, default is 1 (True)

Font Properties

Basefont

Chart font Style

Basefontsize

Chart Font Size

Basefontcolor

Chart font color, 6-bit 16 binary color value

Outcnvbasefont

Font styles outside the chart canvas

Outcnvbasefontsize

Font size outside the chart canvas

Outcnvbasefontcolor

Font color outside the chart canvas, 6-bit 16-color value

zoning lines and grids

Numdivlines

Number of horizontally partitioned lines within the canvas, numbers

Divlinecolor

Horizontal partition Line Color, 6-bit 16 color value

Divlinethickness

Horizontal line thickness, [1-5]

Divlinealpha

Horizontal partition line transparency, [0-100]

Showalternatehgridcolor

If the color is alternating in the horizontal grid, the default is 0 (False)

Alternatehgridcolor

Horizontal mesh with alternating color, 6-bit 16-color value

Alternatehgridalpha

Transparency of the transverse mesh belt, [0-100]

Showdivlinues

Whether to display the value of the div row, default:

Numvdivlines

Vertical number of lines within the canvas, numbers

Vdivlinecolor

Vertical partition Line Color, 6-bit 16 binary color value

Vdivlinethickness

Vertical partition line thickness, [1-5]

Vdivlinealpha

Vertical partition line transparency, [0-100]

Showalternatevgridcolor

If the color is alternating in the vertical grid, the default is 0 (False)

Alternatevgridcolor

Vertical mesh with alternating color, 6-bit 16-color value

Alternatevgridalpha

Transparency of the longitudinal mesh belt, [0-100]

number Format

/tr>

Numberprefix

Add numeric prefixes

Numbersuffix

Add digit suffix    %  to   '%25 '

Formatnumberscale

Whether to format numbers, default to 1 (True), automatically add K (thousand) or m (million) to your numbers, or 0, without K or M

Decimalprecision

Specify the number of decimal digits,[0-10]     For example: = ' 0 '   rounding

divlinedecimalprecision

Specify the number of digits of the horizontal partition line's value decimal place, [0-10]

limitsdecimalprecision

Specifies the number of decimal digits of the y-axis maximum and minimum values, [0-10]

FormatNumber

Comma to separate numbers (thousands, Million dollar), default to 1 (True), or 0 without delimiters

DecimalSeparator

Specifies the decimal separator, which defaults to '. '

ThousandSeparator

Specify the thousand separator, default to ', '

tool-tip/hover title

Showhovercap

Whether to display the hover Description box, which defaults to 1 (True)

Hovercapbgcolor

Hover Description Box Background color, 6-bit 16 binary color value

Hovercapbordercolor

Hover Description box Border color, 6-bit 16 binary color value

Hovercapsepchar

Specify the delimiter between values and values in the hover Description box, which defaults to ', '

parameters of a line chart

Linethickness

Thickness of the polyline

Anchorradius

Polyline node radius, number

Anchorbgalpha

polyline node transparency, [0-100]

Anchorbgcolor

Polyline node Fill color, 6-bit 16 binary color value

Anchorbordercolor

Polyline node Border color, 6-bit 16 binary color value

parameters used by the set label

Value

Data values

Color

Color

Link

Link (this window opens [URL], new window opens [N-url], call JS function [JavaScript: function])

Name

Horizontal axis label name


------------------------------------------------------------------------------------------------- XML tag properties for Fusioncharts (goto)(2012-08-14 16:53:56) reprinted
Tags: gossip
The tags and attributes in the XML are:
Properties that <graph> has
Flash Background parameters:
* bgcolor= "Hexcolorcode": Set the background color of flash
* bgalpha= "Numericalvalue (0-100)": Sets the transparency of the background
* bgswf= "Path of SWF File": Set an external flash for flash background
Chart background parameters:
* canvasbgcolor= "Hexcolorcode": Sets the color of the chart background
* canvasbasecolor= "Hexcolorcode": Sets the color of the base of the chart
* canvasbasedepth= "Numerical Value": Sets the height of the base of the chart
* canvasbgdepth= "Numerical Value": Sets the depth of the chart background
* showcanvasbg= "1/0″: Sets whether the chart background is displayed
* showcanvasbase= "1/0″: Sets whether to show the base of the chart
Titles of charts and axes
* caption= "String": Title above the chart
* subcaption= "String": Subtitle above the chart
* xaxisname= "String": Name of X-axis
* yaxisname= "String": the name of the y-axis
Limits for chart quantity values
* yaxisminvalue= "value": Y-Axis minimum value
* yaxismaxvalue= "value": Y-boat Maximum value
General parameters
* shownames= "1/0″: Sets whether the name specified in <set> is displayed under the X-axis
* showvalues= "1/0″: Sets whether the value of the data is displayed on a column chart or a pie chart
* showlimits= "1/0″: Sets whether to display the maximum minimum data value on the y-axis coordinates of the chart
* rotatenames= "1/0″: Sets whether the name under the x-axis is displayed horizontally or vertically
* animation= "1/0″: Sets whether the display of the column chart is an animated display
Font properties
* basefont= "fontname": Set font style
* basefontsize= "FontSize": Set Font Size
* basefontcolor= "Hexcolorcode": Set Font Color
* Outcnvbasefont = "FontName": Sets the font style for the outer side of the chart
* outcnvbasefontsze= "FontSize": Sets the font size for the outer side of the chart
* outcnvbasefontcolor= "Hexcolorcode": Sets the font color on the outside of the chart
Number format options
* numberprefix= "$": Set prefix for data values
* numbersuffix= "P.A": Set the suffix of the data value (if it is a special character, you need to use URL encode to re-encode)
* formatnumber= "1/0″: Sets whether data is formatted
* formatnumberscale= "1/0″: Set whether to use" K "to represent the thousand," M "to represent the million
* decimalseparator= ".": Replaces the decimal point with the specified character
* thousandseparator= ",": Replace the thousand separator with the specified character
* decimalprecision= "2″: Set decimal precision
* divlinedecimalprecision= "2″: Sets the number of decimal digits of the y-axis value
* limitsdecimalprecision= "2″: Sets the number of decimal digits for the maximum minimum value of the y-axis
Horizontal Divider Line
* numdivlines= "Numericalvalue": Sets the number of horizontal dividers
* divlinecolor= "Hexcolorcode": Sets the color of the horizontal divider line
* divlinethickness= "Numericalvalue": Sets the width of the horizontal divider line
* divlinealpha= "Numericalvalue0-100″: Sets the transparency of the horizontal divider line
* showdivlinevalue= "1/0″: Sets whether to display values for horizontal dividers
Mouse Spin Stop parameters
* showhovercap= "1/0″: Shows whether the mouse rotation effect is activated
* hovercapbgcolor= "Hexcolorcode": Sets the background color of the mouse rotation effect
* hovercapbordercolor= "Hexcolorcode": Sets the border color of the mouse rotation effect
* hovercapsepchar= "Char": Sets the separator symbol in the text displayed after the mouse rotation
Settings for chart margins
* chartleftmargin= "numerical Value (in pixels)": Sets the left margin of the chart
* chartrightmargin= "numerical Value (in pixels)": Set the right margin of the chart
* charttopmargin= "numerical Value (in pixels)": Sets the top margin of the chart
* chartbottommargin= "numerical Value (in pixels)": Sets the bottom margin of the chart
Zero Plane
The zero plane is a 3D plane this signifies the 0 position on the chart. If there is no negative numbers on the chart, you won ' t see a visible zero plane.
* zeroplaneshowborder= "1/0″: Whether the border of a 3D zero plane would is plotted or not.
* zeroplanebordercolor= "Hex Code": If the border is to being plotted, this attribute sets the border color for the plane.
* zeroplanecolor= "Hex Code": The intended color for the zero plane.
* zeroplanealpha= "numerical Value 0-100″: The intended transparency for the zero plane.

Properties that <set> has
* name= "string": Set the name shown in the chart
Example: <set name= ' Jan ' ...>
* value= "Numericalvalue": sets the values that each name in the chart wants to correspond to
Example: <set name= ' Jan ' value= ' 12345′...>
* color= "Hexcode": Sets the color of the column row chart corresponding to the chart
Example: <set name= ' Jan ' value= ' 12345′color= ' 636363′...>
* hovertext= "String value": Sets the text content that appears on the corresponding column row chart when the mouse is stopped
Example: <set name= ' Jan ' value= ' 12345′color= ' 636363′hovertext= ' January ' ...>
* link= "url": Sets the link address of the column row graph (requires URL encode re-encoding)
Example: <set ... link= ' showdetails.asp? Month=jan ' ...>
* alpha= "numerical Value 0-100″: Sets the transparency of the column row graph corresponding to the chart
Example: <set alpha= ' 100′...>
* showname= "1 ″: Sets the name of the column row graph corresponding to the display in the chart
Example: <set showname= "1″...>

////////////////////////////////////////////////////////////////////////////////////////////

Anchors anchor points used to identify line or area values
Support effects Animation animations, Shadow shadows, Glow Glow, bevel tilt, Blur Blur
Animated properties _alpha, _x, _y, _xscale, _yscale

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.