Analog Gauge Javascript

Original price was: $8.00.Current price is: $4.00.

Why should buy from us

  • 100% Legit and Clean Code : Receive fully legitimate and clean code directly from the original source, ensuring reliability and security for your projects.
  • Instant Payments via Crypto : Enjoy seamless, instant transactions using cryptocurrency, eliminating delays and providing a secure payment experience.
  • Global Accessibility : Accept payments from customers worldwide without the hassle of currency conversion or international transaction fees.
  • Secure and Transparent Transactions : Benefit from the security and transparency of blockchain technology, protecting your transactions from fraud and ensuring trust.
  • High-Quality Scripts : Get high-quality, well-documented scripts tailored to your needs, backed by direct support from the original developers.

More Information

  • Code Delivered in 24 Hours : Receive your code within 24 hours, directly from the original store.
  • 100% Authentic Code : Get 100% genuine code sourced directly from ThemeForest.net and CodeCanyon.net.
  • Affordable Pricing : Our prices are competitive because the code is shared by individuals who purchase directly from the original marketplaces.
  • Chat or Email for Details : Contact us via chat or email for more information and to learn how we ensure quality and authenticity.

Description

Analog gauge is an instrument with a needle that you move over a scale of numbers Such an instrument is simulated in javascript and you can easily use it in your web pages Υou can configure it as you want and put the number scale to measure units Customize the appearance of a gauge to simulate a speedometer meter gauge etc Usage First add one div in your html file div id gaugeDiv style width 750px height 700px background-color rgb 145 145 145 div Next load the Javascript file script src gauge js script Next create instance of Gauge ang give the id of div var gKm new Gauge gaugeDiv gKm instance Now customization the gauge as you wish Example gKm Scale 1 8 1 5 size scale of gauge gKm Position -10 0 position in div element gKm MinValue 0 min number to measure gKm MaxValue 220 max number to measure gKm StartPos -140 start position min number gKm EndPos 140 start position max number gKm Numbers 12 counter number to displayed gKm Text Km h text to display gKm FontSize 10 size of numbers and text gKm NumberColor ffffff gKm BackColor 111111 gKm OutlineColor dd4433 gKm NeedleColor ffffff gKm SetValue 120 the needle moves to 120 gKm MoveTime 3 move time from one position to another in seconds Default is 7 sec ONLY canvas NOT dependencies from other Plugins Compatible Browsers Edge Chrome Firefox Opera