Graphset
[ root » graphset ]
graphset
is an array of graph objects. It allows you to render multiple graphs at once in the same area and gives you the ability to control the layout of your graphs as well as share interactions between the graphs.
Attribute | Type | Info |
---|---|---|
alpha | Numeric | Sets the transparency level of the object. Values must range between 0.0 and 1.0, with 0.0 being completely transparent and 1.0 being completely opaque. Note that values require the leading 0 before the decimal point. 0.3 | 0.4 | 0.9 | ... |
animate-type animateType | String | Sets the animation routine on the chart. If set to 'initial' | 'always' |
background-color backgroundColor | String | Sets the background color of the object. Colors can be entered by name (e.g., "purple", "blue"), hexadecimal notation (e.g., "#666699", #33ccff"), or RGB notation (e.g., "rgb(255,0,0)", "rgb(0,0,255)"). "none" | "transparent" | "purple" | "#33ccff" | "rgb(100, 15, 15)" | ... |
border-color borderColor | String | Sets the border color of the object. "none" | "transparent" | "purple" | "#33ccff" | "rgb(100, 15, 15)" | ... |
border-radius borderRadius | Mixed | Sets the border radius (rounded corners) of the object. "3px" | "10px" |
border-width borderWidth | Numeric | Sets the border width of the object. 1 | 3 | | "6px" | ... |
height | Numeric | Sets the height of the object. 10 | "20px" | 0.3 | "30%" | ... |
line-style lineStyle | String | Sets the line style of the object. "solid" | "dotted" | "dashed" | "dashdot" |
timezone | Numeric | Time-Series Charts only: To set the UTC timezone. Use with the 0 | -5 | ... |
top-layer | String | To set the legend above the crosshairs. "guide" (default) | "legend" |
utc | Boolean | Time-Series Charts only: To set the chart to UTC time. Use with the true | false |
width | Numeric | Sets the width of the object. 10 | "20px" | 0.3 | "30%" | ... |