chartjs / chartjs/Chart.js

Swap the Bars in BarCharts intead of updating bar data

Open
#11,367 1 comment 0 reactions 0 assignees View on GitHub
type: enhancement
Dominant language
JavaScript
Stars
67.7k
Forks
11.9k
Avg merge
7h 39m
Merged PRs (30d)
5

Description

### Feature Proposal

I am planning to build a sorting example with the Bar Charts, in that we need a swapping feature. Like bars should mopve from one position to another postion.

But currently we are just updating the values we are having.

Lets say If have data 1, data 2, data 3 with values 10, 20, 30.

We are just updating the label and values when we are swapping or updating, instead I want the entire bar to be postioned.

Do we have that feature? If didn't find it anywhere.

### Possible Implementation

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.