GitHub user ypandey-fluidata added a comment to the discussion: Apache Superset 6.0.0: Big Number (Legacy) chart, how to override default “No data” empty-state messages when embedding charts
#Dockerfile COPY frontend_overrides/native_filters/index.tsx \ src/dashboard/components/nativeFilters/FilterBar/index.tsx RUN npm ci RUN npm run build FROM apache/superset:6.0.0 USER root RUN pip install --no-cache-dir psycopg2-binary COPY --from=frontend-builder \ /superset/superset/static/assets \ /app/superset/static/assets USER superset ---- The above code is used to change the clear all functionality and rebuild the superset image. I need help with the proper src path of [BigNumberViz.tsx](https://github.com/user-attachments/files/24611197/BigNumberViz.tsx) to override it in the actual image creation. GitHub link: https://github.com/apache/superset/discussions/41053#discussioncomment-17309094 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
