<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communitytest.tessitura.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Changing Labels on a Graph</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/812/changing-labels-on-a-graph</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>Changing Labels on a Graph</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/812/changing-labels-on-a-graph</link><pubDate>Fri, 10 Nov 2023 05:08:48 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:057578af-f68f-4217-9b33-de40bc35d3c5</guid><dc:creator>Heath Wilder</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/812/changing-labels-on-a-graph#comments</comments><description>Current Revision posted to Wiki by Heath Wilder on 11/10/2023 5:08:48 AM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Zachary Little&lt;/strong&gt; (The Smith Center for the Performing Arts)&lt;/p&gt;
&lt;div class="content"&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Does anyone know if there is a way to customize the labels on a graph. In creating a graph that shows data across multiple fiscal years. The data looks correct, but I want to update the labels to match my organizations labelling standards instead of just a year. In the below image I want to change the numbers highlighted in red. I can&amp;#39;t find anything on my own. Any help is appreciated. Thanks!&lt;/p&gt;
&lt;p&gt;&lt;img class="align-right" alt=" " src="/resized-image/__size/680x183/__key/communityserver-wikis-components-files/00-00-00-01-14/1.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;Chris Wallingford&lt;/strong&gt; (Tessitura Network)&lt;/p&gt;
&lt;p&gt;There isn&amp;#39;t native functionality for relabelling the values within a data field. So, if you say, want 2022 to appear as FY22, Analytics doesn&amp;#39;t currently support doing that in the Category or Break by field and instead would require distinct values for each FY as you describe in your most recent comment.&lt;/p&gt;
&lt;p&gt;That said, it is possible to add custom scripting &amp;quot;behind&amp;quot; a widget to impact how the widget is ultimately rendered.&lt;/p&gt;
&lt;p&gt;&lt;a href="/tessitura_software_forums/f/tessitura_shared_reports-9/30041/analytics-scripts-not-saving/79753#79753" rel="noopener noreferrer" target="_blank"&gt;How to edit the script&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-01-14/pastedimage1650987686313v1.png" /&gt;&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;&lt;pre class="ui-code" data-mode="javascript"&gt;widget.on(&amp;#39;render&amp;#39;, function(widget,args){
 widget.queryResult.xAxis = {
 categories: widget.queryResult.xAxis.categories,
  //Runs every value in the category through this function 
  labels: {
   formatter: function () {
    return &amp;#39;FY&amp;#39; + this.value.substr(2)
   },
  }
 }
})&lt;/pre&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tessitura Analytics, script, Category, jquery, data label&lt;/div&gt;
</description></item><item><title>Changing Labels on a Graph</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/812/changing-labels-on-a-graph/revision/1</link><pubDate>Fri, 10 Nov 2023 05:00:23 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:057578af-f68f-4217-9b33-de40bc35d3c5</guid><dc:creator>Heath Wilder</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/812/changing-labels-on-a-graph#comments</comments><description>Revision 1 posted to Wiki by Heath Wilder on 11/10/2023 5:00:23 AM&lt;br /&gt;
&lt;div class="author header thread-starter"&gt;&lt;span class="user-name"&gt;&lt;span&gt;&lt;strong&gt;Zachary Little&lt;/strong&gt; (The Smith Center for the Performing Arts)&lt;/span&gt;&lt;/span&gt;&lt;span class="user-name"&gt;&lt;span&gt;&lt;img class="align-right" style="float:right;" alt=" " src="/resized-image/__size/680x183/__key/communityserver-wikis-components-files/00-00-00-01-14/1.JPG" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="content"&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Does anyone know if there is a way to customize the labels on a graph. In creating a graph that shows data across multiple fiscal years. The data looks correct, but I want to update the labels to match my organizations labelling standards instead of just a year. In the below image I want to change the numbers highlighted in red. I can&amp;#39;t find anything on my own. Any help is appreciated. Thanks!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="author"&gt;
&lt;div class="meta"&gt;&lt;span class="user-name"&gt;&lt;span&gt;&lt;strong&gt;Chris Wallingford&lt;/strong&gt;&amp;nbsp;Tessitura Network&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="meta"&gt;&lt;span class="user-name"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="content full threaded-reply-content user-defined-markup"&gt;
&lt;div class="content"&gt;
&lt;p&gt;There isn&amp;#39;t native functionality for relabelling the values within a data field. So, if you say, want 2022 to appear as FY22, Analytics doesn&amp;#39;t currently support doing that in the Category or Break by field and instead would require distinct values for&amp;nbsp;each FY as&amp;nbsp;you describe in your most recent comment.&lt;/p&gt;
&lt;p&gt;That said, it is possible to add custom&amp;nbsp;scripting &amp;quot;behind&amp;quot; a widget to&amp;nbsp;impact how the widget is ultimately rendered.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/tessitura_software_forums/f/tessitura_shared_reports-9/30041/analytics-scripts-not-saving/79753#79753" rel="noopener noreferrer" target="_blank"&gt;How to edit the script&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-01-14/pastedimage1650987686313v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;&lt;pre class="ui-code" data-mode="javascript"&gt;widget.on(&amp;#39;render&amp;#39;, function(widget,args){
 widget.queryResult.xAxis = {
 categories: widget.queryResult.xAxis.categories,
  //Runs every value in the category through this function 
  labels: {
   formatter: function () {
    return &amp;#39;FY&amp;#39; + this.value.substr(2)
   },
  }
 }
})&lt;/pre&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tessitura Analytics, script, Category, jquery, data label&lt;/div&gt;
</description></item></channel></rss>