Socket
Socket
Sign inDemoInstall

react-gauge-component

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-gauge-component - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "react-gauge-component",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/lib/index.js",

@@ -5,0 +5,0 @@ "module": "dist/lib/index.js",

@@ -8,6 +8,7 @@ # react-gauge-component

<li>Added min/max values</li>
<li>Added grafana based gauge</li>
<li>Added arcs limits in value instead of percent</li>
<li>Added inner/outer marks to the gauge for reference of the values</li>
<li>More than one gauge type</li>
<li>More than one pointer type</li>
<li>Added blob pointer type</li>
<li>Added arrow pointer type</li>
<li>Added tooltips on hover for the arcs</li>

@@ -404,2 +405,3 @@ <li>Added arc with linear gradient colors</li>

<li><code>style: React.CSSProperties</code>: Overrides valueLabel styles. Default: <code>{fontSize: "35px", fill: "#fff", textShadow: "black 1px 1px 0px, black 0px 0px 2.5em, black 0px 0px 0.2em"}</code></li>
<li><code>maxDecimalDigits: number</code>: this is the number of decimal digits the value will round up to. Default: <code>2</code></li>
<li><code>hide: boolean</code>: Whether or not to hide the value label. Default: <code>false</code>.</li>

@@ -422,2 +424,3 @@ </ul></li>

<li><code>style: React.CSSProperties</code>: Overrides valueConfig styles. Default: <code>{fontSize: "10px", fill: "#464A4F", textShadow: "black 1px 1px 0px, black 0px 0px 2.5em, black 0px 0px 0.2em"}</code></li>
<li><code>maxDecimalDigits: number</code>: this is the number of decimal digits the value will round up to. Default: <code>2</code></li>
<li><code>hide: boolean</code>: Whether or not to hide the mark's value label. Default: <code>false</code></li>

@@ -424,0 +427,0 @@ </ul>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc