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
ECharts lacks support for the Greek language, and it could be good to have it so that the greek users have access to the toolbox interface in their native language.
What does the proposed API look like?
var chart = echarts.init(document.getElementById('chart'), null, {
locale: 'EL'
});