|
|
|
|
@ -268,7 +268,7 @@ function getFields(props) {
|
|
|
|
|
<><Form.Item noStyle name={'datesDiff'} label={t("common:Compare")} title={t("common:Compare")} >
|
|
|
|
|
<RangePicker key='date2' allowClear={true} inputReadOnly={true} presets={presets} placeholder={["Compare", ""]} variant={'underlined'} {...fieldComProps.dates} title={t("common:Compare")} />
|
|
|
|
|
</Form.Item>
|
|
|
|
|
<div><InfoCircleOutlined /> Compare Data show as: <Tag color={'lime'} >{'Delta% {Data}'}</Tag></div>
|
|
|
|
|
<div><InfoCircleOutlined /> Comparison data is shown as: <Tag color={'lime'} >{'Delta% {Data}'}</Tag></div>
|
|
|
|
|
</>}
|
|
|
|
|
</>
|
|
|
|
|
</Form.Item>,
|
|
|
|
|
|