nagix / chartjs-plugin-colorschemes

Predefined color schemes for Chart.js
MIT License
263 stars 58 forks source link

colorschemes not working #9

Closed mohamedmohsin closed 5 years ago

mohamedmohsin commented 5 years ago

@nagix this is my option in data

options:{
    plugins : {
        colorschemes : {
            scheme : 'brewer.YlGn3'
        }
    }
}

by default brewer.Paired12 is applied even I change other schemes

nagix commented 5 years ago

Can you share entire js code, or more preferably, a working sample using jsfiddle, codepen or similar?

mohamedmohsin commented 5 years ago

Thanks for response @nagix , now working fine .Previously I gave the options inside data that is reason the color scheme was not changed