chartjs-plugin-colorschemes icon indicating copy to clipboard operation
chartjs-plugin-colorschemes copied to clipboard

Predefined color schemes for Chart.js

Results 21 chartjs-plugin-colorschemes issues
Sort by recently updated
recently updated
newest added

Hi Team, I am using vanilla .NET MVC website (have razor cshtml view file) where I have got both chart.js and chartjs-plugin-colorschemes installed (installed via LibMan client side library). Having...

After merging https://github.com/nagix/chartjs-plugin-colorschemes/pull/26 it would be nice to see it as npm package's release :)

Changes to fix v3 compatibilities. 'override' is renamed to 'overrideExisting' since override is a function in v3.

Hi, I am new at programming and I just started a Flask project related to Stock Market. In the chart under "**_function Stock_Performance_Chart2(_)**" I am using the plugin but it...

Chart.js seems to use `Chart.register`, while v2 uses `Chart.plugins.register`. This fixes registering the Color Schemes Plugin in Chart.js v3.

Hiya, Next to my chart i'd like to show an overview of the avg,mix/max values of whats in my chart. Would it be possible to grab the colors from the...

I was wondering if there was any way to create a color scale that would obtain a color based on a certain value. My target is to make this plot...

Angular 10+ throws: CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

enhancement

Is there a way of using these colour schemes for an HTML legend? I have multiple charts and don't want the legend to appear after each of them. I was...

Hi everyone! I'm trying to use the chartjs-plugin-colorschemes in my angular 1.7 app with no success. I'm using angular-chart.js as a Chart.js wrapper. I installed the plugin via npm and...