rusackas commented on code in PR #43660:
URL: https://github.com/apache/superset/pull/43660#discussion_r3890246607


##########
superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:
##########
@@ -517,6 +517,17 @@ export const gridlines: ControlSetItem = {
   },
 };
 
+export const valueAxisLabels: ControlSetItem = {
+  name: 'valueAxisLabels',
+  config: {
+    type: 'CheckboxControl',
+    label: t('Value axis labels'),
+    default: true,

Review Comment:
   Maybe my prior comment is wrong, based on this... not sure as I'm using my 
human brain here, which feels inferior to the bot-brain at the moment :P Just 
want to make sure we don't change existing dashboard behavior.



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