Skip to content

针对这个属性zAxis3D.axisPointer.label.formatter无效! #56

@panxiaochao

Description

@panxiaochao

在bar3D的例子中,鼠标移到柱子上,Z轴会显示数据信息,如下图
image
但是,我想这个数字,自定义为整数型,然后我用此属性设置无效,如下:

axisPointer: {
	formatter: function(value){			
		return parseInt(value);
	}
}

然后没有起作用,不知道是不是有问题??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions