Open
Description
🐛 Question description
如题
💻 Link to minimal reproduction
···
const t1 = new Line("t1", {
data,
padding: "auto",
xField: "Date",
yField: "scales",
xAxis: {
tickCount: 5,
},
slider: {
start: 0.1,
end: 0.5,
},
});
t1.on("slider:change", (event) => {
console.log(event);
});
t1.render();
···
🏞 Expected result
🚑 Any additional [like screenshots]
- G2Plot Version:2.4.32:
- Platform:macos: