<?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 Re: Remove equals sign from tooltip in SAS/Graph template in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712070#M20932</link>
    <description>&lt;P&gt;Can you show some sample code? It is not clear if you are using the graph template language, an SG procedure, or an older SAS/GRAPH procedures.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2021 11:13:20 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2021-01-18T11:13:20Z</dc:date>
    <item>
      <title>Remove equals sign from tooltip in SAS/Graph template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712063#M20931</link>
      <description>&lt;P&gt;I'd like to control the tooltip in a barchartparm.&lt;/P&gt;&lt;P&gt;I can manage "[text of my choice]=[valueofmychoice]" and "=[valueofmychoice" but not just "[valueofmychoice]" without the equals sign. Is there a way to do this?&lt;/P&gt;&lt;P&gt;Beeing able to display part of the value as bold would be a bonus...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found some discussions online but the reply stating that it was not possible was kind of old...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Andreas&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 10:31:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712063#M20931</guid>
      <dc:creator>andypandy_swe</dc:creator>
      <dc:date>2021-01-18T10:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove equals sign from tooltip in SAS/Graph template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712070#M20932</link>
      <description>&lt;P&gt;Can you show some sample code? It is not clear if you are using the graph template language, an SG procedure, or an older SAS/GRAPH procedures.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 11:13:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712070#M20932</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-01-18T11:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove equals sign from tooltip in SAS/Graph template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712125#M20933</link>
      <description>Sample code would be complex... But I'm using SAS GTL.&lt;BR /&gt;&lt;BR /&gt;Creating a character variable in the data using the percentage, nominator and denominator looking something like this: "10% (1 out of 10)"&lt;BR /&gt;I send it to my template in a dynamic called "_tipvalue1_" and the template uses it in a barchartparm:&lt;BR /&gt;&lt;BR /&gt;layout overlay /&lt;BR /&gt;xaxisopts=( display=( tickvalues ) type=linear GRIDDISPLAY=ON linearOpts=(tickValueList=_tickValueList_ TICKVALUEPRIORITY=TRUE) )&lt;BR /&gt;yaxisopts=( type=discrete display=(label) labelposition=top label=_yAxisLabel_Graph_ );&lt;BR /&gt;BarChartParm X=_bar_ Y=_measure_ /&lt;BR /&gt;primary=true&lt;BR /&gt;orient=horizontal&lt;BR /&gt;Group=_group_&lt;BR /&gt;Groupdisplay=cluster&lt;BR /&gt;LegendLabel=""&lt;BR /&gt;NAME="BARS"&lt;BR /&gt;BaseLineAttrs=( Thickness=0)&lt;BR /&gt;displayZeroLengthBar=true&lt;BR /&gt;rolename=(tip1=_tipvalue1_ tip2=_tipvalue2_)&lt;BR /&gt;tip=(tip1 tip2)&lt;BR /&gt;tiplabel=(tip1=_tiplabel1_ tip2=_tiplabel2_)&lt;BR /&gt;datatransparency=0.07&lt;BR /&gt;barwidth=0.9;&lt;BR /&gt;endlayout;&lt;BR /&gt;&lt;BR /&gt;I'd like to be able to skip the tiplabel and only present "10% (1 out of 10)" in the mouseover. Not "[tiplabel]=10% (1 out of 10)"</description>
      <pubDate>Mon, 18 Jan 2021 14:39:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712125#M20933</guid>
      <dc:creator>andypandy_swe</dc:creator>
      <dc:date>2021-01-18T14:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remove equals sign from tooltip in SAS/Graph template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712130#M20935</link>
      <description>I can set the tiplabel dynamic to ' ' but then i get "=10% (1 out of 10)". I can't find a way to get rid of the equals sign.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jan 2021 14:49:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712130#M20935</guid>
      <dc:creator>andypandy_swe</dc:creator>
      <dc:date>2021-01-18T14:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove equals sign from tooltip in SAS/Graph template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712645#M20953</link>
      <description>&lt;P&gt;I do not think you can get rid of the equal sign. I see nothing in the documentation that indicates that you can customize the details of the tool tips.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 12:22:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712645#M20953</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-01-20T12:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remove equals sign from tooltip in SAS/Graph template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712649#M20954</link>
      <description>No, I couldn't find it either. Figured someone might have a trick up their sleeve. I'll have to tell the client it can't be done.</description>
      <pubDate>Wed, 20 Jan 2021 12:30:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/712649#M20954</guid>
      <dc:creator>andypandy_swe</dc:creator>
      <dc:date>2021-01-20T12:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove equals sign from tooltip in SAS/Graph template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/713415#M20971</link>
      <description>&lt;P&gt;I don't know of a way to get rid of the '=' in the tooltip in GTL or ODS Graphics. This would be a useful feature to request for possible implementation in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(You can do it in SAS/Graph procs, such as proc gplot, ... but you're using GTL / ODS Graphics.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 17:02:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-equals-sign-from-tooltip-in-SAS-Graph-template/m-p/713415#M20971</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2021-01-22T17:02:53Z</dc:date>
    </item>
  </channel>
</rss>

