Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Vue.js Boxplot Chart.js example

Notifications You must be signed in to change notification settings

sgratzl/vue-chartjs-boxplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chart.js + Vue.js + BoxPlot Plot

main configuration needed for the .mjs files

vue.config.js
// vue.config.js

module.exports = {
    configureWebpack: {
        module: {
            rules: [ // proper handle of .mjs files
                {
                    type: 'javascript/auto',
                    test: /\.mjs$/,
                    loader: 'babel-loader'
                }
            ]
        }
    }
};    

About

Vue.js Boxplot Chart.js example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages