Sha256: eb32205461a6d4e83ea292051640ceb299d156772c875d55d0b0629607a2bb52
Contents?: true
Size: 1.26 KB
Versions: 110
Compression:
Stored size: 1.26 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`StatusChart rendering render without Props 1`] = ` <Col bsClass="col" componentClass="div" sm={4} > <div className="status-chart" > <DonutChart className="donut-chart-pf" color={ Object { "pattern": Array [ "#0088ce", "#d1d1d1", ], } } data={ Object { "columns": Array [ Array [ "Completed", 0, ], Array [ "Remain", 100, ], ], "order": null, } } donut={ Object { "label": Object { "show": false, }, "title": undefined, "width": 11, } } id="donut-chart-1" legend={ Object { "show": false, } } size={ Object { "height": 210, "width": 210, } } title={ Object { "primary": "0%", "secondary": "Completed", "type": "percent", } } tooltip={ Object { "contents": [Function], } } type="donut" /> </div> </Col> `;
Version data entries
110 entries across 110 versions & 1 rubygems