<?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 Custom visual displays wrong once published (problem only on Internet Explorer) in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-visual-displays-wrong-once-published-problem-only-on/m-p/797214#M20846</link>
    <description>&lt;P&gt;I made a custom visual, tested on Chrome everything works fine, debug or published result.&lt;/P&gt;&lt;P&gt;I have test it on IE, debug session displays perfectly fine but when I publish it into the actual report, the ys for text are shifted, see screenshot below.&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Has anyone experience this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are examples of my code for the ys:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Mainmeasure: {
                    text: '(blank)',
                    attributes: [
                        {
                            key: 'x',
                            value: `${viewportWidth / 2}px`
                        },
                        {
                            key: 'y',
                            value: MainMeasureY
                        },
                        {
                            key: 'text-anchor',
                            value: 'middle'
                        },
                        {
                            key: 'alignment-baseline',
                            value: 'alphabetic'
                        }
                    ],
                    styles: [
                        {
                            key: 'font-size',
                            value: `${MainValue_INFCFontSize}px`
                        },
                        {
                            key: 'font-family',
                            value: 'Oswald'
                            //value:'BebasNeue Regular'
                        },
                        {
                            key: 'fill',
                            value: MainValue_INFCFontColor
                        },
                        {
                            key: 'font-weight',
                            value: 'bold'
                        }
                    ]
                },&lt;/PRE&gt;</description>
    <pubDate>Thu, 19 Sep 2019 16:16:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-09-19T16:16:35Z</dc:date>
    <item>
      <title>Custom visual displays wrong once published (problem only on Internet Explorer)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-visual-displays-wrong-once-published-problem-only-on/m-p/797214#M20846</link>
      <description>&lt;P&gt;I made a custom visual, tested on Chrome everything works fine, debug or published result.&lt;/P&gt;&lt;P&gt;I have test it on IE, debug session displays perfectly fine but when I publish it into the actual report, the ys for text are shifted, see screenshot below.&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Has anyone experience this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are examples of my code for the ys:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Mainmeasure: {
                    text: '(blank)',
                    attributes: [
                        {
                            key: 'x',
                            value: `${viewportWidth / 2}px`
                        },
                        {
                            key: 'y',
                            value: MainMeasureY
                        },
                        {
                            key: 'text-anchor',
                            value: 'middle'
                        },
                        {
                            key: 'alignment-baseline',
                            value: 'alphabetic'
                        }
                    ],
                    styles: [
                        {
                            key: 'font-size',
                            value: `${MainValue_INFCFontSize}px`
                        },
                        {
                            key: 'font-family',
                            value: 'Oswald'
                            //value:'BebasNeue Regular'
                        },
                        {
                            key: 'fill',
                            value: MainValue_INFCFontColor
                        },
                        {
                            key: 'font-weight',
                            value: 'bold'
                        }
                    ]
                },&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Sep 2019 16:16:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-visual-displays-wrong-once-published-problem-only-on/m-p/797214#M20846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-19T16:16:35Z</dc:date>
    </item>
  </channel>
</rss>

