dosubot[bot] commented on issue #39008:
URL: https://github.com/apache/superset/issues/39008#issuecomment-4170601965

   <!-- Answer -->
   It looks like **"matrixify" is not a feature in the Apache Superset 
codebase**. After deep research, the only occurrence of the term "matrixify" in 
the repository is in a changelog entry referencing a CI/CD GitHub Actions 
matrix strategy migration 
[[1]](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/CHANGELOG/5.0.0.md#L888)
 — not a chart visualization feature. The components you mention 
(`MatrixifyGridGenerator`, `MatrixifyGridRenderer`, `MatrixifyGridCell`) do not 
exist in the Superset source code.
   
   Are you perhaps using a **custom fork or a third-party plugin** that adds a 
matrixify/trellis/small-multiples feature on top of Superset? If so, the issue 
would likely be in that custom code — specifically in how it clones or passes 
`formData` to each grid cell's chart instance.
   
   For reference, the ECharts Options customization (the "ECharts Options (JS 
object literals)" field in the Customize tab) works by storing the user's 
custom options in `formData` as `echartOptions`, which is then processed inside 
each chart plugin's `transformProps.ts` via `mergeCustomEChartOptions()` 
[[2]](https://github.com/apache/superset/pull/37868). If a matrixify wrapper is 
recreating or filtering `formData` before passing it to chart plugins, the 
`echartOptions` key could be getting dropped, which would explain the behavior 
you're seeing.
   
   Could you clarify where the matrixify feature comes from in your setup?
   
   
   <!-- Dosu Comment Footer -->
   *To reply, just mention 
[@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=brand-link).*
   
   ---
   <sup>How did I do? 
[Good](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-great_response#message_id=c1668814-c7f6-424a-8ffc-652547e3ff49&feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-irrelevant_answer#message_id=c1668814-c7f6-424a-8ffc-652547e3ff49&feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-incorrect_sources#message_id=c1668814-c7f6-424a-8ffc-652547e3ff49&feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-too_verbose#message_id=c1668814-c7f6-424a-8ffc-652547e3ff49&feedback_type=too_verbose)
 | [Hallucination](https://
 
app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-hallucination#message_id=c1668814-c7f6-424a-8ffc-652547e3ff49&feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-bug_report#message_id=c1668814-c7f6-424a-8ffc-652547e3ff49&feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-other#message_id=c1668814-c7f6-424a-8ffc-652547e3ff49&feedback_type=other)</sup>
   [![Chat with 
Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=chat-badge)&nbsp;[![Open
 in 
Cursor](https://dosu.dev/dosu-in-cursor.svg)](https://cursor.com/link/prompt?text=It%20looks%20like%20%2A%2A%22matrixify%22%20is%20not%20a%20feature%20in%20the%20Apache%20Superset%20codebase%2A%2A.%20After%20deep%20research%2C%20the%20only%20occurrence%20of%20the%20term%20%22matrixify%22%20in%20the%20repository%20is%20in%20a%20changelog%20entry%20referencing%20a%20CI/CD%20GitHub%20Actions%20matrix%20strategy%20migration%20%5B%5B1%5D%5D%28https%3A//github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/CHANGELOG/5.0.0.md%23L888%29%20%E2%80%94%20not%20a%20chart%20visualization%20feature.%20The%20components%20you%20mention%20%28%60MatrixifyGridGenerator%60%2C%20%60MatrixifyGridRenderer%60%2C%20%60MatrixifyGridCell%60%29%20do%20not%20exist%
 
20in%20the%20Superset%20source%20code.%0A%0AAre%20you%20perhaps%20using%20a%20%2A%2Acustom%20fork%20or%20a%20third-party%20plugin%2A%2A%20that%20adds%20a%20matrixify/trellis/small-multiples%20feature%20on%20top%20of%20Superset%3F%20If%20so%2C%20the%20issue%20would%20likely%20be%20in%20that%20custom%20code%20%E2%80%94%20specifically%20in%20how%20it%20clones%20or%20passes%20%60formData%60%20to%20each%20grid%20cell%27s%20chart%20instance.%0A%0AFor%20reference%2C%20the%20ECharts%20Options%20customization%20%28the%20%22ECharts%20Options%20%28JS%20object%20literals%29%22%20field%20in%20the%20Customize%20tab%29%20works%20by%20storing%20the%20user%27s%20custom%20options%20in%20%60formData%60%20as%20%60echartOptions%60%2C%20which%20is%20then%20processed%20inside%20each%20chart%20plugin%27s%20%60transformProps.ts%60%20via%20%60mergeCustomEChartOptions%28%29%60%20%5B%5B2%5D%5D%28https%3A//github.com/apache/superset/pull/37868%29.%20If%20a%20matrixify%20wrapper%20is%20recreating%20or%20filterin
 
g%20%60formData%60%20before%20passing%20it%20to%20chart%20plugins%2C%20the%20%60echartOptions%60%20key%20could%20be%20getting%20dropped%2C%20which%20would%20explain%20the%20behavior%20you%27re%20seeing.%0A%0ACould%20you%20clarify%20where%20the%20matrixify%20feature%20comes%20from%20in%20your%20setup%3F)&nbsp;[![Join
 
Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=join-discord)&nbsp;[![Share
 on 
X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/39008)


-- 
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]

Reply via email to