UNPKG

chart.js

Version:

Simple HTML5 charts using the canvas element.

8 lines (6 loc) 242 B
'use strict'; module.exports = {}; module.exports.Arc = require('./element.arc'); module.exports.Line = require('./element.line'); module.exports.Point = require('./element.point'); module.exports.Rectangle = require('./element.rectangle');