The issue has been closed

已经测试:
- ❌ 使用 scale 色板设置不生效。这个待排查一下。
.scale('action', {
palette: 'pastel1'
})
chart.theme({
category10: ['red', 'blue'],
category20: ['red', 'blue'],
})
.style('fill', (d) => {
return d.pv > 10000 ? 'red': 'blue';
})
posted by hustcc 5 months ago
posted by hustcc 5 months ago