Jump to content
We've recently updated our Privacy Statement, available here ×
  • What property in a Stacked Bar Chart needs to be adjusted to make number/label show up on each chart


    Friendly User
    • Features: Charts Product: JasperReports® Library

    Scenario:

    Can you, please, suggest what setting needs to be adjusted in order to get a total show up on top of each Bar in a Stacked Bar Chart in TIBCO Jaspersoft® Studio.


    Solution:

    You can achieve this with the following combination of properties:

    plotOptions.column.dataLabels.enabled: true
    plotOptions.column.dataLabels.inside: false
    plotOptions.column.dataLabels.format: {point.total}
    plotOptions.column.dataLabels.zIndex: 2

     


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...