Commit e4589212 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added chart_mean_value (with unknown meaning yet)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19552 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 01fa3575
......@@ -119,6 +119,13 @@ class OOoChartWidget(Widget.Widget):
required=0)
property_names.append('chart_three_dimensional')
chart_mean_value = fields.CheckBoxField('chart_mean_value',
title='Chart Mean Value',
description=('XXX Unknown'),
default=0,
required=0)
property_names.append('chart_mean_value')
#"""
#chart:japanese-candle-stick="false" chart:stock-with-volume="false" chart:three-dimensional="false" chart:deep="false" chart:lines="false" chart:interpolation="none" chart:symbol-type="none" chart:vertical="true" chart:lines-used="0" chart:connect-bars="false" chart:series-source="columns" chart:mean-value="false" chart:error-margin="0" chart:error-lower-limit="0" chart:error-upper-limit="0" chart:error-category="none" chart:error-percentage="0" chart:regression-type="none" chart:data-label-number="none" chart:data-label-text="false" chart:data-label-symbol="false"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment