nagix/chartjs-plugin-colorschemes

View on GitHub
src/colorschemes/index.js

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
'use strict';

import * as brewer from './colorschemes.brewer';
import * as office from './colorschemes.office';
import * as tableau from './colorschemes.tableau';

export default {
    brewer: brewer,
    office: office,
    tableau: tableau
};