@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
11 lines • 1.11 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.chartJSBar = exports.chartJSDonut = exports.chartJSArea = exports.chartJSLine = exports.chartJSDocs = exports.chartJSSamples = void 0;
var CreateLinks_1 = require("./CreateLinks");
exports.chartJSSamples = (0, CreateLinks_1.createLink)('https://www.chartjs.org/samples/latest/', '_blank', 'Chart.js samples');
exports.chartJSDocs = (0, CreateLinks_1.createLink)('https://www.chartjs.org/docs/latest/', '_blank', 'Chart.js Docs');
exports.chartJSLine = (0, CreateLinks_1.createLink)('https://www.chartjs.org/docs/latest/charts/line.html', '_blank', 'Chart.js Line');
exports.chartJSArea = (0, CreateLinks_1.createLink)('https://www.chartjs.org/docs/latest/charts/area.html', '_blank', 'Chart.js Area');
exports.chartJSDonut = (0, CreateLinks_1.createLink)('https://www.chartjs.org/docs/latest/charts/doughnut.html', '_blank', 'Chart.js Donut');
exports.chartJSBar = (0, CreateLinks_1.createLink)('https://www.chartjs.org/docs/latest/charts/bar.html', '_blank', 'Chart.js Donut');
//# sourceMappingURL=LinksChartJS.js.map
;