Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Completed
Categories Charts
Created by Guest
Created on Dec 14, 2018

Allow to add custom labels on axes values

Some of data is stored as numerical value but later is changed into text by enums. It would be useful to, add key value pair, so in a chart instead of 1 on the axis, there would be text field e.g. 'accepted users'
  • ADMIN RESPONSE
    Oct 18, 2025
    This can now be accomplished with String Binning. Alternatively if the enums reference values in another collection, you can use the new Lookup Fields feature to get access to the string codes for each value.