Commit c2917dd1 authored by abibave's avatar abibave

Changes done to set linktype = ' ' for a graph having linkmetadataname = ' '.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105155 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c117c4c5
...@@ -152,9 +152,9 @@ ...@@ -152,9 +152,9 @@
<column_group id='y_axis'> <column_group id='y_axis'>
<col_group_title><![CDATA[Sales/Tgt]]></col_group_title> <col_group_title><![CDATA[Sales/Tgt]]></col_group_title>
<columns> <columns>
<column id='ytd_cy_sales' render='bar' linkedmetadata='toptenbrand' linktype='n' showvalue='1' color='#2F8C87' linevisibility='0' dotthickness='0'><![CDATA[Sales]]></column> <column id='ytd_cy_sales' render='bar' linkedmetadata='toptenbrand' linktype='f' showvalue='1' color='#2F8C87' linevisibility='0' dotthickness='0'><![CDATA[Sales]]></column>
<column id='ytd_gr' render='line' linkedmetadata='toptenbrand' linktype='n' showvalue='1' color='#272278' linevisibility='0' dotthickness='3'><![CDATA[Sales gr%]]></column> <column id='ytd_gr' render='line' linkedmetadata='toptenbrand' linktype='f' showvalue='1' color='#272278' linevisibility='0' dotthickness='3'><![CDATA[Sales gr%]]></column>
<column id='ytd_ach_per' render='line' linkedmetadata='toptenbrand' linktype='n' showvalue='1' color='#7C3E3E' linevisibility='0' dotthickness='3'><![CDATA[ACH%]]></column> <column id='ytd_ach_per' render='line' linkedmetadata='toptenbrand' linktype='f' showvalue='1' color='#7C3E3E' linevisibility='0' dotthickness='3'><![CDATA[ACH%]]></column>
</columns> </columns>
<left_yaxis_title><![CDATA[Sales]]></left_yaxis_title> <left_yaxis_title><![CDATA[Sales]]></left_yaxis_title>
......
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