<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How do I remove the equal sign from a tiplabel in sgplot? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-remove-the-equal-sign-from-a-tiplabel-in-sgplot/m-p/407433#M13917</link>
    <description>&lt;P&gt;Help!&lt;/P&gt;&lt;P&gt;I am trying to add a tip label to a chart using sgplot in 9.4 in a similar fashion to gchart's html= option. The issue is that I don't want a tip label or the resulting equal sign to show up in the tip because I have the desired text in a variable called 'myhtml'. Please advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _state_data; 
	set _state_data;
        length myhtml $ 250;
        myhtml=trim(left(unique_cases))||" Cases in "||trim(left(state));
run;

title1 justify=center h=1.5 font=swiss "eConsult Cases By State" lspace=0;

ods html;
ods graphics/imagemap=on;

proc sgplot data=_state_data nowall noborder DESCRIPTION="" ;
  styleattrs datacolors=(%rgbhex(140, 185, 202) %rgbhex(19, 85, 137));
  vbar state / response=unique_cases nostatlabel nooutline 
  dataskin=pressed filltype=gradient baselineattrs=(thickness=0) 
  name="plot2"  tip=(myhtml) tiplabel=("");

  keylegend / location=outside position=topright across=2 noborder 
  valueattrs=(size=8 color=black);
  
  xaxis fitpolicy=thin display=all valueattrs=(size=8 color=black) integer 
   minor ;

  yaxis grid display=(noline noticks nolabel noline) valueattrs=(size=6  
  color=black) discreteorder=data;
	
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 25 Oct 2017 19:13:28 GMT</pubDate>
    <dc:creator>Informatician</dc:creator>
    <dc:date>2017-10-25T19:13:28Z</dc:date>
    <item>
      <title>How do I remove the equal sign from a tiplabel in sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-remove-the-equal-sign-from-a-tiplabel-in-sgplot/m-p/407433#M13917</link>
      <description>&lt;P&gt;Help!&lt;/P&gt;&lt;P&gt;I am trying to add a tip label to a chart using sgplot in 9.4 in a similar fashion to gchart's html= option. The issue is that I don't want a tip label or the resulting equal sign to show up in the tip because I have the desired text in a variable called 'myhtml'. Please advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _state_data; 
	set _state_data;
        length myhtml $ 250;
        myhtml=trim(left(unique_cases))||" Cases in "||trim(left(state));
run;

title1 justify=center h=1.5 font=swiss "eConsult Cases By State" lspace=0;

ods html;
ods graphics/imagemap=on;

proc sgplot data=_state_data nowall noborder DESCRIPTION="" ;
  styleattrs datacolors=(%rgbhex(140, 185, 202) %rgbhex(19, 85, 137));
  vbar state / response=unique_cases nostatlabel nooutline 
  dataskin=pressed filltype=gradient baselineattrs=(thickness=0) 
  name="plot2"  tip=(myhtml) tiplabel=("");

  keylegend / location=outside position=topright across=2 noborder 
  valueattrs=(size=8 color=black);
  
  xaxis fitpolicy=thin display=all valueattrs=(size=8 color=black) integer 
   minor ;

  yaxis grid display=(noline noticks nolabel noline) valueattrs=(size=6  
  color=black) discreteorder=data;
	
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Oct 2017 19:13:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-do-I-remove-the-equal-sign-from-a-tiplabel-in-sgplot/m-p/407433#M13917</guid>
      <dc:creator>Informatician</dc:creator>
      <dc:date>2017-10-25T19:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the equal sign from a tiplabel in sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-remove-the-equal-sign-from-a-tiplabel-in-sgplot/m-p/423186#M14577</link>
      <description>&lt;P&gt;Unfortunately, there is no way to do that at this time.&amp;nbsp; Sorry.&amp;nbsp; Please feel free to file your requirement with Tech Support if you wish.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 19:02:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-do-I-remove-the-equal-sign-from-a-tiplabel-in-sgplot/m-p/423186#M14577</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-12-21T19:02:35Z</dc:date>
    </item>
  </channel>
</rss>

