<?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 to change font color in chart's View Data mode in Reporting Service &amp; Alerting</title>
    <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-change-font-color-in-chart-s-View-Data-mode/m-p/2457877#M1048</link>
    <description>&lt;DIV class="case-view-details-fields-wrapper"&gt;
&lt;DIV class="case-view-details-field"&gt;
&lt;DIV class="case-view-details-text"&gt;Hi, i have converted my dashboards to "dark mode" with a combination of CSS and individual chart Style changes. However, when i enter "View Data" mode for any chart I can see that the font color is still black / dark grey. How can i change the font color of the text shown in View Data mode?&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 30 May 2024 13:55:50 GMT</pubDate>
    <dc:creator>zagahmadi</dc:creator>
    <dc:date>2024-05-30T13:55:50Z</dc:date>
    <item>
      <title>How to change font color in chart's View Data mode</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-change-font-color-in-chart-s-View-Data-mode/m-p/2457877#M1048</link>
      <description>&lt;DIV class="case-view-details-fields-wrapper"&gt;
&lt;DIV class="case-view-details-field"&gt;
&lt;DIV class="case-view-details-text"&gt;Hi, i have converted my dashboards to "dark mode" with a combination of CSS and individual chart Style changes. However, when i enter "View Data" mode for any chart I can see that the font color is still black / dark grey. How can i change the font color of the text shown in View Data mode?&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 May 2024 13:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-change-font-color-in-chart-s-View-Data-mode/m-p/2457877#M1048</guid>
      <dc:creator>zagahmadi</dc:creator>
      <dc:date>2024-05-30T13:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change font color in chart's View Data mode</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-change-font-color-in-chart-s-View-Data-mode/m-p/2461020#M1057</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/87885"&gt;@zagahmadi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;When you click on View Data the rendered HTML code of the chart changes so you have to locate the element that you would like to change based on the new HTML.&lt;/P&gt;
&lt;P&gt;This is an example of View Data of a Table chart:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1718083180391.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167682i13C588E3EA774164/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1718083180391.png" alt="marksouzacosta_0-1718083180391.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the regular view of the chart:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_1-1718083206846.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167683i59B2803FB43D4D66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_1-1718083206846.png" alt="marksouzacosta_1-1718083206846.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And this is the View Data formatted - I made the text red:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_2-1718083245953.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167684iA059056866A8C01B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_2-1718083245953.png" alt="marksouzacosta_2-1718083245953.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is the CSS code I have injected in the Multi-KPI chart to make the magic.&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;[data-testid="table-container"] span {
    color: #FF0000 !important;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if that helped you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Mark Costa&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 05:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-change-font-color-in-chart-s-View-Data-mode/m-p/2461020#M1057</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-06-11T05:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to change font color in chart's View Data mode</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-change-font-color-in-chart-s-View-Data-mode/m-p/2464352#M1068</link>
      <description>&lt;P&gt;Outstanding, Worked like charm. Thanks so much!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 18:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-change-font-color-in-chart-s-View-Data-mode/m-p/2464352#M1068</guid>
      <dc:creator>zagahmadi</dc:creator>
      <dc:date>2024-06-20T18:06:15Z</dc:date>
    </item>
  </channel>
</rss>

