[MERGE] Remove the embedded pychart library, and use the online version
[odoo/odoo.git] /
1 # -*- coding: utf-8 -*-
2 # automatically generated by generate_docs.py.
3 doc="""Attributes supported by this class are:
4 inter_col_sep(type:length in points (\\xref{unit})) default="Space between each column in the legend.".
5 loc(type:(x,y)) default="Bottom-left corner of the legend.
6                 The default location of a legend is the bottom-right end of the chart.".
7 bottom_fudge(type:length in points (\\xref{unit})) default="Amount of space below the last line.".
8 frame_line_style(type:line_style.T) default="".
9 nr_rows(type:int) default="Number of rows in the legend. If the number of plots in a chart is larger than nr_rows, multiple columns are created in the legend.".
10 right_fudge(type:length in points (\\xref{unit})) default="Amount of space right of the legend.".
11 inter_row_sep(type:length in points (\\xref{unit})) default="Space between each row in the legend.".
12 top_fudge(type:length in points (\\xref{unit})) default="Amount of space above the first line.".
13 left_fudge(type:length in points (\\xref{unit})) default="Amount of space left of the legend.".
14 shadow(type:<function ShadowType at 0xb7d4db8c>) default="The value is either None or a tuple. When non-None,
15 a drop-shadow is drawn beneath the object. X-off, and y-off specifies the
16 offset of the shadow relative to the object, and fill specifies the
17 style of the shadow (@pxref{module-fill-style}).".
18 frame_fill_style(type:fill_style.T) default="".
19 """
20
21 doc_entry="""Attributes supported by this class are:
22 line_len(type:length in points (\\xref{unit})) default="Length of the sample line for line plots. If omitted, it is set to be theme.default_font_size".
23 label(type:str) default="".
24 rect_size(type:length in points (\\xref{unit})) default="Size of the sample 'blob' for bar range charts. If omitted, it is set to be 70% of theme.default_size".
25 tick_mark(type:tick_mark.T) default="".
26 line_style(type:line_style.T) default="".
27 fill_style(type:fill_style.T) default="".
28 """
29