mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(cartodiagram): add missing locales for rendering echarts (#34268)
This commit is contained in:
@@ -24,6 +24,7 @@ describe('ChartLayer', () => {
|
||||
it('creates div and loading mask', () => {
|
||||
const options: ChartLayerOptions = {
|
||||
chartVizType: 'pie',
|
||||
locale: 'en',
|
||||
};
|
||||
const chartLayer = new ChartLayer(options);
|
||||
|
||||
@@ -34,6 +35,7 @@ describe('ChartLayer', () => {
|
||||
it('can remove chart elements', () => {
|
||||
const options: ChartLayerOptions = {
|
||||
chartVizType: 'pie',
|
||||
locale: 'en',
|
||||
};
|
||||
const chartLayer = new ChartLayer(options);
|
||||
chartLayer.charts = [
|
||||
|
||||
Reference in New Issue
Block a user