justin-gauge
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Quick Start

  • Install Dependencies

    npm i justin-gauge

  • Guide package

    import {GaugeChart} from 'justin-gauge';

  • Use component

    <wc-gauge style="width: 500px;"
          data='{
              "data": [13, 17, 8, 10, 40, 24],
              "value": 40
            }'
          options='{
              "cutout": "90%",
              "theme": "qualitative-colors-tertiary"
            }'
          label='[1, 2, 3, 4, 5, 6]'
          ></wc-gauge>
    

Package Sidebar

Install

npm i justin-gauge

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

17.3 kB

Total Files

17

Last publish

Collaborators

  • justinzan