Version
5.3.3
Link to Minimal Reproduction
No response
Steps to Reproduce
option = {
tooltip: {
formatter: '{a} <br/>{b} : {c}%'
},
dataset: {
source: [
{
month: '7月',
evaporation: 135.6,
precipitation: 175.6
}
]
},
series: [
{
name: 'Pressure',
type: 'gauge',
detail: {
formatter: '{value}'
},
encode: {
itemName: 'month',
value: 'evaporation'
}
}
]
};
Current Behavior
itemName及value映射错误
Expected Behavior
encode配置应该可以正常映射
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
1条答案
按热度按时间mpgws1up1#
Any news here?