Open
Description
The following method can be used to translate, but the X-axis, Y-axis, and default chart name in the chart cannot be translated or modified. How can I solve this problem?
<PlotlyEditor
data={this.state.data}
layout={this.state.layout}
config={config}
frames={this.state.frames}
dataSources={dataSources}
dataSourceOptions={dataSourceOptions}
plotly={plotly}
locale={"zh"}
dictionaries={{"zh":locale}} //Use this method
onUpdate={(data, layout, frames) => this.setState({data, layout, frames})}
useResizeHandler
debug
advancedTraceTypeSelector
/>
Activity