<?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: Bar chart with design in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Bar-chart-with-design/m-p/2489738#M35866</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/86868"&gt;@AnthonyJoseph&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Core visuals certainly dont support pattern fills, and there are a few custom ones that do. Visuals that adhere to the OBCS standard (such as ZebraBI have patern shading, but these are typically contextual for how patterns should be used in an IBCS scenario).&lt;/P&gt;
&lt;P&gt;If you want a bit more control as the cost of having to do a bit more to set it up, &lt;A href="https://deneb-viz.github.io/" target="_self"&gt;Deneb&lt;/A&gt; provides support for &lt;A href="https://deneb-viz.github.io/pattern-fills" target="_self"&gt;a number of popular SVG patterns&lt;/A&gt;. Here's a quick mockup:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmp_0-1651541175958.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/708194i6D96885AB17B50CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="dmp_0-1651541175958.png" alt="dmp_0-1651541175958.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've attached a sample workbook, but here's the Vega-Lite specification I used to produce:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
  "data": {"name": "dataset"},
  "layer": [
    {
      "mark": {
        "type": "bar",
        "stroke": "black"
      },
      "encoding": {
        "fill": {
          "field": "Series",
          "legend": {
            "title": null,
            "orient": "top",
            "symbolType": "square",
            "symbolStrokeWidth": 1,
            "symbolSize": 200
          },
          "scale": {
            "range": [
              "url(#diagonal-stripe-1)",
              "url(#circles-1)",
              "url(#houndstooth)"
            ]
          }
        }
      }
    },
    {
      "mark": {
        "type": "text",
        "dy": -10
      },
      "encoding": {
        "text": {"field": "Value"}
      }
    }
  ],
  "encoding": {
    "x": {
      "field": "Category",
      "axis": {"labelAngle": 0}
    },
    "xOffset": {"field": "Series"},
    "y": {
      "field": "Value",
      "type": "quantitative"
    }
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2022 01:30:00 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2022-05-03T01:30:00Z</dc:date>
    <item>
      <title>Bar chart with design</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Bar-chart-with-design/m-p/2488141#M35845</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wondering if we can create a chart&amp;nbsp; (with kind of design as in the picture).&amp;nbsp; Not sure, if there is a visual that exists any ideas/possiblities are most welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnthonyJoseph_0-1651477127128.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/707820i248052391F089465/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnthonyJoseph_0-1651477127128.png" alt="AnthonyJoseph_0-1651477127128.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anthony Joseph&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 08:08:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Bar-chart-with-design/m-p/2488141#M35845</guid>
      <dc:creator>AnthonyJoseph</dc:creator>
      <dc:date>2022-05-02T08:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart with design</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Bar-chart-with-design/m-p/2489738#M35866</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/86868"&gt;@AnthonyJoseph&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Core visuals certainly dont support pattern fills, and there are a few custom ones that do. Visuals that adhere to the OBCS standard (such as ZebraBI have patern shading, but these are typically contextual for how patterns should be used in an IBCS scenario).&lt;/P&gt;
&lt;P&gt;If you want a bit more control as the cost of having to do a bit more to set it up, &lt;A href="https://deneb-viz.github.io/" target="_self"&gt;Deneb&lt;/A&gt; provides support for &lt;A href="https://deneb-viz.github.io/pattern-fills" target="_self"&gt;a number of popular SVG patterns&lt;/A&gt;. Here's a quick mockup:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmp_0-1651541175958.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/708194i6D96885AB17B50CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="dmp_0-1651541175958.png" alt="dmp_0-1651541175958.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've attached a sample workbook, but here's the Vega-Lite specification I used to produce:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
  "data": {"name": "dataset"},
  "layer": [
    {
      "mark": {
        "type": "bar",
        "stroke": "black"
      },
      "encoding": {
        "fill": {
          "field": "Series",
          "legend": {
            "title": null,
            "orient": "top",
            "symbolType": "square",
            "symbolStrokeWidth": 1,
            "symbolSize": 200
          },
          "scale": {
            "range": [
              "url(#diagonal-stripe-1)",
              "url(#circles-1)",
              "url(#houndstooth)"
            ]
          }
        }
      }
    },
    {
      "mark": {
        "type": "text",
        "dy": -10
      },
      "encoding": {
        "text": {"field": "Value"}
      }
    }
  ],
  "encoding": {
    "x": {
      "field": "Category",
      "axis": {"labelAngle": 0}
    },
    "xOffset": {"field": "Series"},
    "y": {
      "field": "Value",
      "type": "quantitative"
    }
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 01:30:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Bar-chart-with-design/m-p/2489738#M35866</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2022-05-03T01:30:00Z</dc:date>
    </item>
  </channel>
</rss>

