<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jay Hodges</title>
    <description>The latest articles on DEV Community by Jay Hodges (@jasonjasonh).</description>
    <link>https://dev.to/jasonjasonh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F331119%2F45b3df22-2311-45dd-93f7-cb44aeadc6c2.jpeg</url>
      <title>DEV Community: Jay Hodges</title>
      <link>https://dev.to/jasonjasonh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jasonjasonh"/>
    <language>en</language>
    <item>
      <title>An Easy, Effective Instrument Cluster-Style Gauge Chart using Angular8, CSS3 and SVG</title>
      <dc:creator>Jay Hodges</dc:creator>
      <pubDate>Sun, 16 Feb 2020 17:01:20 +0000</pubDate>
      <link>https://dev.to/jasonjasonh/an-easy-effective-instrument-cluster-style-gauge-chart-using-angular8-css3-and-svg-5bf4</link>
      <guid>https://dev.to/jasonjasonh/an-easy-effective-instrument-cluster-style-gauge-chart-using-angular8-css3-and-svg-5bf4</guid>
      <description>&lt;p&gt;An interesting dynamic take on instrument-panel style / tachometer gauges using SVG.&lt;/p&gt;

&lt;p&gt;It's not as dynamic as it could be and you may see that I'll update it to do some things automatically.&lt;/p&gt;

&lt;p&gt;The idea was to create a gauge chart with progressive segments.  That means the portion of the chart up to 100% comprises 70% of the chart itself.  From 100-500% is about 20% and from 500%-5000%+ is 10%.&lt;/p&gt;

&lt;p&gt;At the initial development, I was feeding this directly from an API, but it made more sense to make it a component and feed it the title and numbers (GIT REPO coming soon).&lt;/p&gt;

&lt;p&gt;Anyhow, this is my first swing at it.&lt;/p&gt;

&lt;p&gt;The current size is a little large, but since this is SVG, you can just change the scaling of the container with a css transform and watch the magic.   It's working nicely in current Edge, Chrome and FF.   Have not tested with MSIE11.&lt;/p&gt;

&lt;p&gt;Enjoy and thanks for any respectful feedback.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://stackblitz.com/edit/svg-guage-chart"&gt;https://stackblitz.com/edit/svg-guage-chart&lt;/a&gt;&lt;/p&gt;

</description>
      <category>angular</category>
      <category>svg</category>
      <category>dashboard</category>
      <category>chart</category>
    </item>
  </channel>
</rss>
