forked from MapComplete/MapComplete
Chore: use pie instead of doughnut
This commit is contained in:
parent
c8963a8d4c
commit
6122d2a42c
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ export default class TagRenderingChart extends Combine {
|
|||
}
|
||||
|
||||
const config = <ChartConfiguration>{
|
||||
type: options.chartType ?? (barchartMode ? "bar" : "doughnut"),
|
||||
type: options.chartType ?? (barchartMode ? "bar" : "pie"),
|
||||
data: {
|
||||
labels,
|
||||
datasets: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue