mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-23 16:46:53 +01:00
Clarification: barPercentage vs categoryPercentage (#8138)
Clarification of the docs to make it little less confusing after seeing the .1 hopefully. Comes from #8137
This commit is contained in:
@@ -255,9 +255,9 @@ Sample: |==============|
|
||||
|
||||
// categoryPercentage: 0.5
|
||||
// barPercentage: 1.0
|
||||
Bar: |1.||1.|
|
||||
Category: | .5 |
|
||||
Sample: |==============|
|
||||
Bar: |1.0||1.0|
|
||||
Category: | .5 |
|
||||
Sample: |==================|
|
||||
```
|
||||
|
||||
## Data Structure
|
||||
|
||||
Reference in New Issue
Block a user