<?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: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb? in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3120791#M7034</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;hi could you help me in this code, i would like to swap the axis, but more than that the color of the bubble should change not as per the size of the bubble, but instead we should use a color gradient. For eg:"If the residual Impact is "Very Low" and residual probability is "Very Low" it should be Green and if it is high it should be Red. i will show you an example&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Junato47_0-1678347928653.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/883795i0464AEEA9414F7E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Junato47_0-1678347928653.png" alt="Junato47_0-1678347928653.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here i have used a background, but i want the color change inside the bubble and the backgroud should be white. For the visualisation i used i have made the bubble fill color as transperent. Is it possible to change the colors of the bubble just like the background.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2023 07:48:02 GMT</pubDate>
    <dc:creator>Junato47</dc:creator>
    <dc:date>2023-03-09T07:48:02Z</dc:date>
    <item>
      <title>How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2990101#M6434</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Junato47_0-1672142230656.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/846719iC7127B29F2D5DB93/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Junato47_0-1672142230656.png" alt="Junato47_0-1672142230656.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"data": {"name": "dataset"},&lt;BR /&gt;"layer": [{&lt;BR /&gt;"mark": {&lt;BR /&gt;"type": "point",&lt;BR /&gt;"size": 1000,&lt;BR /&gt;"tooltip": true&lt;BR /&gt;},&lt;BR /&gt;"encoding": {&lt;BR /&gt;"y": {&lt;BR /&gt;"field": "Residual_Risk",&lt;BR /&gt;"type": "ordinal",&lt;BR /&gt;"sort": "Y"&lt;BR /&gt;},&lt;BR /&gt;"x": {&lt;BR /&gt;"field": "Risk Appetite",&lt;BR /&gt;"type": "nominal",&lt;BR /&gt;"axis": {&lt;BR /&gt;"labelAngle": 0&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"size": {&lt;BR /&gt;"field": "Count of Risk_ID",&lt;BR /&gt;"legend": null,&lt;BR /&gt;"scale": {"rangeMax": 15000},&lt;BR /&gt;"type" : "quantitative"&lt;BR /&gt;},&lt;BR /&gt;"color": {&lt;BR /&gt;"field": "Count of Risk_ID",&lt;BR /&gt;"legend": null,&lt;BR /&gt;"scale": {"range": ["#F0E199", "#6D5A00"]},&lt;BR /&gt;"type" : "quantitative"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"mark": {&lt;BR /&gt;"type": "text",&lt;BR /&gt;"fontSize": 16,&lt;BR /&gt;"fontWeight": "400",&lt;BR /&gt;"color": "black"&lt;BR /&gt;},&lt;BR /&gt;"encoding": {&lt;BR /&gt;"y": {&lt;BR /&gt;"field": "Residual_Risk",&lt;BR /&gt;"type": "ordinal",&lt;BR /&gt;"sort": "-Y"&lt;BR /&gt;},&lt;BR /&gt;"x": {&lt;BR /&gt;"field": "Risk Appetite",&lt;BR /&gt;"type": "ordinal",&lt;BR /&gt;"axis": {&lt;BR /&gt;"labelAngle": 0&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"text": {&lt;BR /&gt;"field": "Count of Risk_ID",&lt;BR /&gt;"type": "quantitative"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this the Visualisation and this the code for the visualistion&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to Sort the X-axis Averse, minimal, conservative,Flexible in that order and&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to sort Y axis from Low to high&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 12:00:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2990101#M6434</guid>
      <dc:creator>Junato47</dc:creator>
      <dc:date>2022-12-27T12:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2990215#M6436</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/490235"&gt;@Junato47&lt;/a&gt;, if you don't expect the axes values to change, you can use the following spec. There is also a way to implement a data-driven solution, but I believe this hard-coded method should suffice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I removed the y sort from the text mark and also added top-level encoding for the sorting. If you need more help, just let me know, happy to help. If this gives you what you need, please mark this as the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "data": {"name": "dataset"},
  "encoding": {
    "x": {"sort": ["Averse", "Minimal", "Conservative", "Flexible"]},
    "y": {"sort": ["High", "Medium", "Low"]}
  },
  "layer": [
    {
      "mark": {"type": "point", "size": 1000, "tooltip": true},
      "encoding": {
        "y": {"field": "Residual_Risk", "type": "ordinal", "sort": "Y"},
        "x": {
          "field": "Risk Appetite",
          "type": "nominal",
          "axis": {"labelAngle": 0}
        },
        "size": {
          "field": "Count of Risk_ID",
          "legend": null,
          "scale": {"rangeMax": 15000},
          "type": "quantitative"
        },
        "color": {
          "field": "Count of Risk_ID",
          "legend": null,
          "scale": {"range": ["#F0E199", "#6D5A00"]},
          "type": "quantitative"
        }
      }
    },
    {
      "mark": {
        "type": "text",
        "fontSize": 16,
        "fontWeight": "400",
        "color": "black"
      },
      "encoding": {
        "y": {"field": "Residual_Risk", "type": "ordinal"},
        "x": {
          "field": "Risk Appetite",
          "type": "ordinal",
          "axis": {"labelAngle": 0}
        },
        "text": {"field": "Count of Risk_ID", "type": "quantitative"}
      }
    }
  ]
}&lt;/LI-CODE&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="giammariam_0-1672147788014.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/846740iCE41773D132E34BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="giammariam_0-1672147788014.png" alt="giammariam_0-1672147788014.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 13:30:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2990215#M6436</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2022-12-27T13:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2990433#M6440</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Many thanks; everything went smoothly.&lt;BR /&gt;I don't know a lot about coding and I'm new to making custom visuals. Just curious if there are any other values, like: If there is Very High and Very Low on the Y-axis, will the code function if I add "y": "sort": ["Very High," "High," "Medium," "Low," "Very Low"]?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 16:29:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2990433#M6440</guid>
      <dc:creator>Junato47</dc:creator>
      <dc:date>2022-12-27T16:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2990559#M6441</link>
      <description>&lt;P&gt;Yes that should work. Basically you want to add all the posible values for the axis into the sort array. Feel free to reach out if you need help on any deneb visuals in the future&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 18:33:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2990559#M6441</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2022-12-27T18:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2992091#M6452</link>
      <description>&lt;P&gt;Yes Sure thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 17:29:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2992091#M6452</guid>
      <dc:creator>Junato47</dc:creator>
      <dc:date>2022-12-28T17:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2994327#M6460</link>
      <description>&lt;P&gt;i have one more thing to add this to this visual, i would need a 45 degree dashed line starting from the origin of the graph. i will show a reference image&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Reference image" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/847899iE888EF34AD492447/image-size/large?v=v2&amp;amp;px=999" role="button" title="Risk Ratings vs Risk Appetite Sample.png" alt="Reference image" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Reference image&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 05:55:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2994327#M6460</guid>
      <dc:creator>Junato47</dc:creator>
      <dc:date>2022-12-30T05:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2995422#M6464</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/490235"&gt;@Junato47&lt;/a&gt;, try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "data": {"name": "dataset"},
 "encoding": {
    "x": {"sort": ["Averse", "Minimal", "Conservative", "Flexible"]},
    "y": {"sort": ["High", "Medium", "Low"]}
  },
  "layer": [
    {
      "mark": {"type": "line", "color": "orange", "strokeDash": [7,10], "strokeDashOffset": 9, "strokeWidth": 1},
      "data": {"values": [{"x": 0, "y": 0}, {"x": 1, "y": 1}]},
      "encoding": {
        "x": {"type": "quantitative", "field": "x", "axis": null},
        "y": {"type": "quantitative", "field": "y", "axis": null}
      }
    },
    {
      "mark": {"type": "circle", "color": "orange", "size": 35},
      "data": {"values": [{"x": 0, "y": 0}, {"x": 1, "y": 1}]},
      "encoding": {
        "x": {"type": "quantitative", "field": "x", "axis": null},
        "y": {"type": "quantitative", "field": "y", "axis": null}
      }
    },
    {
      "layer": [
        {
          "mark": {"type": "point", "size": 1000, "tooltip": true},
          "encoding": {
            "y": {"field": "Residual_Risk", "type": "ordinal", "sort": "Y"},
            "x": {
              "field": "Risk Appetite",
              "type": "nominal",
              "axis": {"labelAngle": 0}
            },
            "size": {
              "field": "Count of Risk_ID",
              "legend": null,
              "scale": {"rangeMax": 15000},
              "type": "quantitative"
            },
            "color": {
              "field": "Count of Risk_ID",
              "legend": null,
              "scale": {"range": ["#F0E199", "#6D5A00"]},
              "type": "quantitative"
            }
          }
        },
        {
          "mark": {
            "type": "text",
            "fontSize": 16,
            "fontWeight": "400",
            "color": "black"
          },
          "encoding": {
            "y": {"field": "Residual_Risk", "type": "ordinal"},
            "x": {
              "field": "Risk Appetite",
              "type": "ordinal",
              "axis": {"labelAngle": 0}
            },
            "text": {"field": "Count of Risk_ID", "type": "quantitative"}
          }
        }
      ]
    }
  ]
}&lt;/LI-CODE&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="giammariam_0-1672445829969.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/848203i7A89862AC4073255/image-size/medium?v=v2&amp;amp;px=400" role="button" title="giammariam_0-1672445829969.png" alt="giammariam_0-1672445829969.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Dec 2022 00:17:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/2995422#M6464</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2022-12-31T00:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3002973#M6497</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt; For me, it performed flawlessly. I appreciate your support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 09:58:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3002973#M6497</guid>
      <dc:creator>Junato47</dc:creator>
      <dc:date>2023-01-05T09:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3008334#M6511</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;, I am aware that my doubts are giving you a lot of trouble.&lt;/P&gt;&lt;P&gt;Another question I have is whether it is possible to determine whether the risks that cross the diagonal dashed line inside the graph are "within appetite" or "out of appetite." The risks (i.e., the data field that the bubble represents) are "out of appetite" if they are over the dashed line. The risk is "within appetite" if they are crossing the dashed line. You can gain a better understanding of the issue if you refer to the accompanying photograph.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Risk Ratings vs Risk Appetite Sample.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/851848iFBD41771FDAE1721/image-size/large?v=v2&amp;amp;px=999" role="button" title="Risk Ratings vs Risk Appetite Sample.png" alt="Risk Ratings vs Risk Appetite Sample.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 07:58:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3008334#M6511</guid>
      <dc:creator>Junato47</dc:creator>
      <dc:date>2023-01-09T07:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3009806#M6517</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/490235"&gt;@Junato47&lt;/a&gt;.&amp;nbsp;Looking at this now. I'm a bit unclear of what you mean by "cross the diagnal line" and "over the dashed line." Just trying to make sure I understand. If the circle marks appear above the 45 degree line then they are "within appetite"? If they are below the 45 degree line then they are "out of appetite"? Or is it if the circles are lying directly along the diagnal line, they are "within appetitie"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, how would you like the appetite indicated? As a mark (e.g. text)? as a symbol next to the circle? as a tooltip? something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 21:02:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3009806#M6517</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2023-01-09T21:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3010399#M6522</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;If the circles appear above and below the 45 degree line they are "out of appetite" and if the circles are lying directly along the diagonal line they are "within appetite". I don't want to display them in this particular visual. I require it to be displayed as a KPI. I can use it for different graphics, such as showing a count of risks that are "not within appetite" as a KPI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 11:29:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3010399#M6522</guid>
      <dc:creator>Junato47</dc:creator>
      <dc:date>2023-01-10T11:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3120791#M7034</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;hi could you help me in this code, i would like to swap the axis, but more than that the color of the bubble should change not as per the size of the bubble, but instead we should use a color gradient. For eg:"If the residual Impact is "Very Low" and residual probability is "Very Low" it should be Green and if it is high it should be Red. i will show you an example&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Junato47_0-1678347928653.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/883795i0464AEEA9414F7E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Junato47_0-1678347928653.png" alt="Junato47_0-1678347928653.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here i have used a background, but i want the color change inside the bubble and the backgroud should be white. For the visualisation i used i have made the bubble fill color as transperent. Is it possible to change the colors of the bubble just like the background.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 07:48:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3120791#M7034</guid>
      <dc:creator>Junato47</dc:creator>
      <dc:date>2023-03-09T07:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort X-axis and Y-axis in custom order for  my custom visualisation using Deneb?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3122740#M7044</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/490235"&gt;@Junato47&lt;/a&gt;.&amp;nbsp;I'd be happy to help. Can you do two things for me first?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Start a new post and tag me so people that are also trying to apply gradients in a mark can have an easier time finding help&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Provide a sanitized dummy dataset (&lt;A href="https://community.powerbi.com/t5/forums/searchpage/tab/message?q=deneb&amp;amp;advanced=true&amp;amp;sort_by=-topicPostDate&amp;amp;collapse_discussion=true&amp;amp;search_type=thread&amp;amp;search_page_size=50" target="_self"&gt;here's how&lt;/A&gt;). Since the original solution was a while ago, I mainly want to make sure that I have the field names right. Also, I want to have a conclusive list of all axis values.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 10 Mar 2023 00:41:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-sort-X-axis-and-Y-axis-in-custom-order-for-my-custom/m-p/3122740#M7044</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2023-03-10T00:41:37Z</dc:date>
    </item>
  </channel>
</rss>

