Canvas API in F2
Last updated
Last updated
Since F2 use html5 canvas as its renderer, all charts drawn support the attributes of the canvas. This chapter lists commonly used properties, see Canvas Attributes for more details.
Name | Description |
| the color or style to use inside shapes, can be a color string, a |
| same as |
| the color or style to use for the lines around shapes, can be a color string, a |
| same as |
| the color of the shadow. |
| |
| |
| |
| |
| same as |
| sets the type of compositing operation to apply when drawing new shapes, where type is a string identifying which of the compositing or blending mode operations to use. See MDN. |
For the convenience of users, F2 provides support for two types of gradient color:
Linear gradient
Radial gradient
Name | Description |
| determines how the end points of every line are drawn. There are three possible values for this property and those are: |
| determines how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified endpoints and control points are exactly at the same position, are skipped). See MDN. |
| |
| |
| An |
Name | Description |
| specifies the horizontal alignment of text in an element. The value can be set same as css property text-align. |
| sets the vertical alignment of an element. The value can be set same as css property vertical-align. |
| specifies the font style for text. The value can be set same as css property font-style. |
| specifies the font size of text. The value can be set same as css property font-size. |
| specifies the font family for text.The value can be set same as css property font-family. |
| specifies the weight of a font. The value can be set same as css property font-weight. |
| specifies whether or not a text should be displayed in a small-caps font. The value can be set same as css property font-variant. |
| specifies the height of a line. The value can be set same as css property line-height. |
| rotation angle for text, should be a radian value. |