mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 04:51:43 +08:00
@@ -325,7 +325,7 @@ export class HorizontalStackBar extends HorizontalBar {
|
||||
const label = {
|
||||
...baseOptions.label,
|
||||
formatter: function (data: Datum) {
|
||||
const value = valueFormatter(data.value, labelAttr.formatter)
|
||||
const value = valueFormatter(data.value, labelAttr.labelFormatter)
|
||||
const group = new Group({})
|
||||
group.addShape({
|
||||
type: 'text',
|
||||
|
||||
Reference in New Issue
Block a user