chartjs-plugin-stacked100
chartjs-plugin-stacked100 copied to clipboard
This plugin for Chart.js that makes your bar chart to 100% stacked bar chart.
Hi, it shows fine if i change bar to horizontalbar chart. regards, Sunil
I have a simple chart, which works as expected when I do not enable stacked100. As soon as I set in Options stacked100: {enable: true}, the charts is correctly displayed...
I installed the plugin as specified in the docs, I am using ng2-charts with following options: ` public barChartOptions = { plugins: { stacked100: { enable: true }, }, legend:...
Using stacked horizontal bars. When updating datasets bars are not redrawing. If i disable the plugin the bars updates as expected.
Hi y-takey, Thanks for your awesome work of this plugin. I have some issues and maybe you can help me with them: 1. I'm using datalabels plugin for showing the...
@y-takey I am using react-chartjs-2 and chartjs-plugin-stacked100 in react single page components. when I use stacked bar chart, when the component got re-rendered, stacked bars are not as same as...
When I try to import with the following lines as documented, ``` import { Chart } from "chart.js"; import ChartjsPluginStacked100 from "chartjs-plugin-stacked100"; Chart.register(ChartjsPluginStacked100); ``` The error keeps showing ReferenceError: self...
see https://github.com/chartjs/chartjs-plugin-datalabels/issues/388#issuecomment-1647381453
Hello, it would be nice to have feature where you can select which scales should be used for stackings. **Case:** I have some data that needs to be stacked (scale...
I'm apply this on angular, and it is showing the following errors : "node_modules/chartjs-plugin-stacked100/build/index.d.ts:4:32 - error TS2307: Cannot find module 'chart.js/dist/chunks/helpers.core' or its corresponding type declarations."