Totally forgot to mention this, thank you for the reminder. There is a periodVisible
parameter you can use:
- component: oh-chart
config:
periodVisible: false
should do the trick. If not specified, it will default to false
if you use oh-data-series
and true
for others.
It’s a custom property, not related to ECharts so sorry for not mentioning it before.