prosdev0107 commented on code in PR #20011:
URL: https://github.com/apache/superset/pull/20011#discussion_r869441468
##########
superset-frontend/plugins/legacy-plugin-chart-heatmap/src/Heatmap.js:
##########
@@ -121,6 +121,7 @@ function Heatmap(element, props) {
let longestY = 1;
records.forEach(datum => {
+ if (typeof datum.y === 'number') pixelsPerCharY = 7;
Review Comment:
The user can't change the font size of y label.
I think that this maybe the issue of legacy charts library itself.
--
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]