mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(frontend): comprehensive TypeScript quality improvements (#37625)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -52,7 +52,7 @@ const mockControls = (
|
||||
|
||||
return {
|
||||
controls: {
|
||||
// @ts-ignore
|
||||
// @ts-expect-error
|
||||
x_axis: {
|
||||
value: xAxisColumn,
|
||||
options: options,
|
||||
|
||||
@@ -70,7 +70,6 @@ describe('Scatter Chart X-axis Time Formatting', () => {
|
||||
});
|
||||
|
||||
const transformedProps = transformProps(
|
||||
// @ts-ignore
|
||||
chartProps as EchartsTimeseriesChartProps,
|
||||
);
|
||||
|
||||
@@ -92,7 +91,6 @@ describe('Scatter Chart X-axis Time Formatting', () => {
|
||||
});
|
||||
|
||||
const transformedProps = transformProps(
|
||||
// @ts-ignore
|
||||
chartProps as EchartsTimeseriesChartProps,
|
||||
);
|
||||
|
||||
@@ -146,7 +144,6 @@ describe('Scatter Chart X-axis Number Formatting', () => {
|
||||
});
|
||||
|
||||
const transformedProps = transformProps(
|
||||
// @ts-ignore
|
||||
chartProps as EchartsTimeseriesChartProps,
|
||||
);
|
||||
|
||||
@@ -169,7 +166,6 @@ describe('Scatter Chart X-axis Number Formatting', () => {
|
||||
});
|
||||
|
||||
const transformedProps = transformProps(
|
||||
// @ts-ignore
|
||||
chartProps as EchartsTimeseriesChartProps,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user