emn178

Results 47 comments of emn178

Please refer to https://www.chartjs.org/docs/latest/developers/plugins.html#disable-plugins ``` plugins: { labels: false } ```

PieceLabel sound not related to this feature. it seems can be an independent plugin. something like ```JavaScript { pieceLabel: { // ... }, centerLabel: { // ... } } ```...

please try v1.1.0, it supports bar chart now.

it only supports pie and doughnut.

v1.1.0 supports bar chart now. please try it

please try v1.1.0, it should be fixed

It looks possible. https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Drawing_DOM_objects_into_a_canvas I will try this. You also can try multiple options if this is acceptable. ``` labels: [ { render: 'label', position: 'outside' }, { render: 'image',...

try to add padding to chart.

Please refer to https://www.chartjs.org/docs/latest/developers/plugins.html#disable-plugins ``` plugins: { labels: false } ```