
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@domoinc/ca-gauge-with-text
Advanced tools
Type: number
Default: 2000
Units: ms
Time it takes for all animations to happen
Type: string
Default: "METRIC"
Label below the value
Type: string
Default: "CAGaugeWithText"
Name of chart for Reporting.
Type: select
Default: {"name":"400 - Regular","value":400}
Font weight of the value text and labels. Note: Not all weights are supported by every font family.
Type: color
Default: "#f68c35"
Color for the gauge and arrow indicator
Type: color
Default: "#E4E5E5"
Color for the gauge when it is not filled
Type: undefined
Default: undefined
undefined
Type: boolean
Default: false
If true, it signals to the widget that it is running on a mobile device. Should be called before draw and then NEVER changed.
Type: color
Default: "#f68c35"
Color for the labels
Type: number
Default: 100
Max value of the gauge
Type: number
Default: 0
Min value of the gauge
Type: color
Default: "#f68c35"
Color of the outer dashed circle
Type: boolean
Default: true
Flag for turning off data validation
Type: number
Default: 1
Units: px
Width of the stroke for the outer circle
Type: string
Default: "Open Sans"
Font family of the numbers and labels
Type: string
Default: "METRIC"
Label above the value
Type: boolean
Default: true
Flag for turning off the mimic of illustrator's scale functionality
Type: color
Default: "#f68c35"
Color for the value text
Type: undefined
Default: undefined
undefined
Type: string
Default validate:
function (d) { return this.accessor(d) !== undefined; }
Default accessor:
function (line) { return line[0] === undefined ? undefined : String(line[0]); }
Type: number
Default validate:
function (d) { return !isNaN(this.accessor(d)); }
Default accessor:
function (line) { return parseFloat(line[1]); }
//Setup some fake data
var data = [
["Sales", 77.5]
// ["Sales", 777777.5]
];
var aWidth = 200;
var aHeight = 200;
//Initialze the widget
var chart = d3.select("#vis svg")
.append('g')
.attr('transform', 'translate(25,150)')
.chart("CAGaugeWithText")
.c({
width: aWidth,
height: aHeight,
});
//Render the chart with data
chart._notifier.showMessage(true);
chart.draw(data);
FAQs
CAGaugeWithText - Domo Widget
We found that @domoinc/ca-gauge-with-text demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 16 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.