YousufFFFF commented on code in PR #36306:
URL: https://github.com/apache/superset/pull/36306#discussion_r2582863573
##########
superset-frontend/plugins/plugin-chart-echarts/test/utils/series.test.ts:
##########
@@ -51,16 +51,7 @@ import {
import { defaultLegendPadding } from '../../src/defaults';
import { NULL_STRING } from '../../src/constants';
-const expectedThemeProps = {
- selector: ['all', 'inverse'],
- selected: undefined,
- selectorLabel: {
- fontFamily: theme.fontFamily,
- fontSize: theme.fontSizeSM,
- color: theme.colorText,
- borderColor: theme.colorBorder,
- },
-};
+const expectedThemeProps = {};
Review Comment:
Since I removed the selector: ['all', 'inverse'] from the
transformProps.test.ts, It was necessary to remove these from it too ( To pass
the sanity checks)
I'll restore everything quickly!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]