shexiaobin commented on issue #27553:
URL: https://github.com/apache/superset/issues/27553#issuecomment-2750175257

   It is possible to attempt to solve the problem by modifying the source code. 
The solution is as follows: Locate the configuration file, which is  
superset-4.1.1/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformers.ts.
 
   
   Replace the line "position: isHorizontal ? " with the appropriate code. 
'right' : 'top',
   The  position: isHorizontal ? 'inside' : 'top'  will do.
   Just recompile the code.
   
   <img width="564" alt="Image" 
src="https://github.com/user-attachments/assets/0aa2bd35-79c3-4962-a54d-6d72f2993cc4";
 />
   
   
![Image](https://github.com/user-attachments/assets/fdfeaaf3-1ca2-4bbc-8b6c-127a1da4212e)
   


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