You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * A recreation of this demo: https://observablehq.com/@d3/bar-chart */import{Chart}from'@antv/g2';constchart=newChart({container: 'container',theme: 'classic',autoFit: true,});chart.interval().data({type: 'fetch',value:
'https://gw.alipayobjects.com/os/bmw-prod/fb9db6b7-23a5-4c23-bbef-c54a55fee580.csv',}).encode('x','letter').encode('y','frequency').axis('y',{labelFormatter: '.0%'}).slider('y',{});chart.render();
额外信息
G2 5.0.13 版本
The text was updated successfully, but these errors were encountered:
问题描述
期望结果
Y 缩略轴应该完整显示
如何重现
官方代码修改
额外信息
The text was updated successfully, but these errors were encountered: