
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@domoinc/ca-post-indicators
Advanced tools
Type: string
Default: "CAPostIndicators"
Name of chart for reporting
Type: color
Default: "#73B0D7"
Color of the gauge
Type: color
Default: "#E4E5E5"
Not filled color of the gauge
Type: color
Default: "#FFFFFF"
Stroke color of the gauge
Type: number
Default: 250
Units: px
Height of the widget
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: boolean
Default: true
Flag for turning off data validation
Type: string
Default: "Open Sans"
Type: boolean
Default: true
Flag for turning off the mimic of illustrator's scale functionality
Type: number
Default: 250
Units: px
Width of the widget
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 Number(line[1]); }
//Setup some fake data
var data = [
['Sales', 0.65]
];
//Initialze the widget
var chart = d3.select("#vis svg")
.append("g")
.attr('transform', 'translate(198.6,121.5)')
.chart("CAPostIndicators")
.c({
width: 141,
height: 141
});
//Render the chart with data
chart._notifier.showMessage(true);
chart.draw(data);
FAQs
CAPostIndicators - Domo Widget
We found that @domoinc/ca-post-indicators demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 18 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
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies